Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/geozero

Zero-Copy reading and writing of geospatial data.
https://github.com/georust/geozero

update flatgeobuf

678bc9d7ad248629559c6d933abbf2cb3d3a89f9 authored over 2 years ago by Michael Kirk <[email protected]>
update geojson to 0.23.0

e794732229d3fb37cec9bb759ccc3841a64f81b7 authored over 2 years ago by Michael Kirk <[email protected]>
Impl array_type_info for SQLx WKB geometries

ed1d7c4347dabdee1d82f52c0d141220e19e5752 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Use tokio::test for async tests

a2ef2df798ffbecf488d7ff4b9d9c3eb75a33f0d authored over 2 years ago by Pirmin Kalberer <[email protected]>
csv writer

f37aeb66c88887616244d645c907e10c2511b04a authored over 2 years ago by Michael Kirk <[email protected]>
alphabetize by extension

7fea413e90e43eb4b9cec357905a3f55de00a761 authored over 2 years ago by Michael Kirk <[email protected]>
FIX: feature_collection.to_geo() returns only last feature geometry

Now we return a geometry collection

2170a3209c4451889ac1828277b0c8438b3cfb70 authored over 2 years ago by Michael Kirk <[email protected]>
ensure complete writes

In practice, most implementations of `write` will completely write small
bytes, but it's ultimat...

b23374963140e9dc2974feec52a5255c2274ab09 authored over 2 years ago by Michael Kirk <[email protected]>
rust fmt

cd71439bbbe670ddcd74774a826904fa762dd8cf authored over 2 years ago by Michael Kirk <[email protected]>
geojson: only write dataset "name" when present

29ccbcf57db59ce34dcef44b80f8a6bc5dd8691f authored over 2 years ago by Michael Kirk <[email protected]>
geojson: support properties after/without geometry

2c59cbd6cb72c77c2fa1d3d3fec93f317a5ca39c authored over 2 years ago by Michael Kirk <[email protected]>
csv reader

19721ecd4b586948a824cb77dbc569e1032da5bc authored over 2 years ago by Michael Kirk <[email protected]>
Skip rustfmt for protoc generated file

a90cac5f89ec3132ddd2ac5c3eb877ffad2104fe authored over 2 years ago by Pirmin Kalberer <[email protected]>
StructOpt has been integrated into Clap

81836f9ba59bebb29bdabe331b01523e2659f89c authored over 2 years ago by Michael Kirk <[email protected]>
impl GeozeroDatasource for GeoJsonString

e364eea15678c6ec7b007ff29065ce0d0a569f4b authored over 2 years ago by Michael Kirk <[email protected]>
add WKT read/write to cli

1f73e16a5b4a5b356e644db43b7346d32796e2a0 authored over 2 years ago by Michael Kirk <[email protected]>
update cli's geozero dep

eb7af0d4e6565a4b0ee713e2fdf16cd09cebea2f authored over 2 years ago by Michael Kirk <[email protected]>
Update to flatgeobuf 0.8

ddf0e593dd8fa700173000712b790836a3dd8fa3 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Optimize capacity reservation in MVT writer

50b2fd642ea41e02cb0d4869fe119d2ae97a2336 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Support GeometryCollection type in JSON writer

ff2fa8f8b3bfdfb8118fe31eec08d7a870fb8ff0 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Fix CI build

376b07321d0e638d0f31fa899c0de5e3f630f3d2 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Depend on git version of flatgeobuf

da80e903e21f57a8f4ecd7425477766abd9dff63 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Fix doc links

aa204dc80c4e4980cda906bf4cfe8c6694228883 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.9.4

a32d10837a85e252a33747d51f33127616441b32 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.9.3

0833d1ee494980f440eefc4d84b47f8d1b0339d3 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.9.2

ee1920455cc9d94ea796d12b892cb06d8fb7461f authored over 2 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.9.1

7bd1de1cc19da665954107e56aafeb2e97af5e8f authored over 2 years ago by Pirmin Kalberer <[email protected]>
Merge branch 'master' of github.com:georust/geozero

cb6c4b6762d05dfe0d2d86c31b9da52ac6bbcaab authored over 2 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.9.0

bbe4ceffafeac28d690bfc42c5a4b3d7c1445a8d authored over 2 years ago by Pirmin Kalberer <[email protected]>
Update crates

fc2e814be2f3d94d7db5f59c14ba0390b3be93a1 authored over 2 years ago by Pirmin Kalberer <[email protected]>
Merge pull request #23 from michaelkirk/mkirk/geo-collection

geo writer handles collection

65da155b4c444e9f8b8c86cdb604226bc22a1e0f authored over 2 years ago by Pirmin Kalberer <[email protected]>
More explicit handling - no default Geometry

d1b8048eebe8619a22542e8df4e5f83e898ab20e authored over 2 years ago by Michael Kirk <[email protected]>
Process geo_types::GeometryCollection

Previously we'd only ever write the final element of the geometry
collection.

73496c0c8c6b8f76a2698348c17e9cf342954bc9 authored over 2 years ago by Michael Kirk <[email protected]>
Merge pull request #16 from bjornharrtell/feature_iterator

Add FeatureIterator for streaming deserialize

373b731e3c3deb367ad13eb3babdbcee4b7f0010 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Remove obsolete deps and reformat

6a3da318263ee7216cea03353d9671bce12167d3 authored almost 3 years ago by Björn Harrtell <[email protected]>
Track Json feature idx

f0bfae14e62fae9b30f1cb894cce6529bd3c56f8 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
write empty geo_types::Polygon rather than Err

f590d5fad67a50830fb62cbbf690a32dcba989d8 authored almost 3 years ago by Michael Kirk <[email protected]>
document existing behavior for reading EMPTY WKT geometries

c9badee7df348eef5806acb4713ef81d6dc8e8fe authored almost 3 years ago by Michael Kirk <[email protected]>
Use FeatureIterator for streaming deserialize

aff3c27783adc294cda3f0c081f52fa844a9aaf3 authored almost 3 years ago by Björn Harrtell <[email protected]>
Upgrade deps (#17)

c28841ba2d0716ef27da07b1a26b576a1b6ca8f7 authored almost 3 years ago by Björn Harrtell <[email protected]>
Silence warnings

6e0eb0148c3f91833760a464eb419124c0b68523 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Update cli to flatgeobuf 0.7

cab6128ee4d1a9443f7770f3468880a75e6f23c1 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Revert version bump - breaks test compilation

7ec87fd4b7773f409efc20d0547de5f8c546fb2f authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Rename private var & set bump to 0.9.0-dev

d80ff33fbedd37dd057f37e8d8b6f7bf01e93f89 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Silence warnings

246c11438d26e5c7d770d34d60ffb1d5ec2e7e81 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
cargo fmt

515e0dffd2b46bd1eebf5b3e2a55e76e42e51ffb authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero-shp 0.3.1

c6ed45948ceb5e40a6a97c0d504ee5dc07f95a69 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
fix issue processing certain types at start of ShapeRecord (#18)

dfa6d948ec063ca9c642906dd6169232063f405b authored almost 3 years ago by Jay Cary <[email protected]>
Merge pull request #20 from michaelkirk/mkirk/wkt-reader

WKT reader implementation

035239a68d8eb6de02597428517ccaabacf08a50 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
handle POINT EMPTY where possible, else Err

9e1d46d8e81a7e08e11f1de3fda0581321a7eb5f authored almost 3 years ago by Michael Kirk <[email protected]>
"ignore" empty point and document the consequences in a test

2a21c89f5d6d4087810ed7bfa0eca0e854371b9c authored almost 3 years ago by Michael Kirk <[email protected]>
wkt reader

f282ed7ff0fa7e89d89e22ac377f02a290ed9c54 authored almost 3 years ago by Michael Kirk <[email protected]>
update wkt

be5bf3d12725b755e857116cd4cb9272f956cbc9 authored almost 3 years ago by Michael Kirk <[email protected]>
Add MVT to documentation

24973aa93ca2b8783d0d89c2652de11fdfb569ae authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Add MVT reader

ad79fa53e2d534d5b106db9756c2681b0e63d0eb authored almost 3 years ago by Azorlogh <[email protected]>
Add MVT writer

7c616f3dcfcdea37804bbd41017e9b20d8d143d5 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Update to flatgeobuf 0.7.0

5ad7945a5ad905a810b06093bd04069976983282 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero-shp 0.3.0

e32710d7fbd8ef1c1f771443ef091d3d3b7cf72f authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Handle new dbase field types

c0c22bdfcbf393a8c104f08e78c916f44cedfff4 authored almost 3 years ago by Pirmin Kalberer <[email protected]>
Update dbase crate for geozero-shp and add function to return the dbf FieldInfo. (#14)

4a1b662b72febb88ef7f867424b6aa01f9e62e21 authored almost 3 years ago by Andy Bailey <[email protected]>
Unify ColumnNotFound errors

943c31e9d0a91c22f0b0c65bd99639dd48f1c8ef authored about 3 years ago by Pirmin Kalberer <[email protected]>
Use unreleased flatgeobuf version

fdb5d8581177b5e5524584a7a258b2df9d834765 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.8.0

4b3e46de4b4848457add91faf34f371f212668b4 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Update to geos 8.0

f6fd3547c2612529320b5ef47110e64a5b7c89d8 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Update to gdal 0.11.0 / gdal-sys 0.5.0

ec13880984e528b6ab7968af08c17d1eddba7271 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Make property getters fallible

87d5bf74894c778eb5435bfd58c5b0120448e8a0 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Generic impl of GeozeroDatasource::process_geom

41e7f014f594d9eb3c4bf2763875fb78cee6a8f4 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Update to flatgeobuf 0.6.2

66b84e5435286898f678a1cab8195716af990955 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Support automatic FGB conversions

8be0f39b8dfe98947e2301205edf12f5dff4555d authored about 3 years ago by Pirmin Kalberer <[email protected]>
[WIP] Support JSON input and FGB output

55fb03f75b1b8e6eeeaf0e3704692c6f99d85e16 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Fix doc comment typos

909d63c17e053255f08363fd8bb0bbd2d33e13b0 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Simplify Error conversion

a315ccccc30e264ba4bc02b8749f63d4bf619a7a authored about 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.7.7

af901caaffc99a3dc8c95b4c1f6baffedaa69111 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Support XYZ in GeoJSON writer

8640ef7af4ba6ce03516cba0912d6f4f6b75d5ec authored about 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.7.6

906c839e5f1b1cbcdd311602fb0fdf76d4eceb5d authored about 3 years ago by Pirmin Kalberer <[email protected]>
Support XYZ in GeoJSON reader

d1f30f4095f3a7a5c03ab7eee27c93e8ee7e07cf authored about 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.7.5

76f2a70dfcc947e567e7d136f47ba5672e69b5cf authored about 3 years ago by Pirmin Kalberer <[email protected]>
Process GeoJSON properties

33c1d5fd2e5f11d4457c172e6a0fd2685f62c1e4 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Document supported dimensions

71119be8eff5a24ecde8bb6d24d6ce59b5e6e120 authored about 3 years ago by Pirmin Kalberer <[email protected]>
Improve doc formatting

fd7f74b31d79db5367d7ad68da4d877a61fc41a5 authored over 3 years ago by Pirmin Kalberer <[email protected]>
Add (dissatisfying) shp to geo example

2251367de5ff242f33a59c6e41947306b4c2ac80 authored over 3 years ago by Pirmin Kalberer <[email protected]>
Release geozero 0.7.4

27c44d89b8c471982486e56fdec8e367de3d090a authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Use seek_bufread::BufReader in tests

14b532f1050d5045630c49f1250ef135887157fd authored almost 4 years ago by Pirmin Kalberer <[email protected]>
WKT is requred for Debug impl in WKB format

902be6cc0d6f464159a7e388b08e31ac731adc22 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Make sqlx features selective

ebfdc8439ff845580df981fc7941c80c87234bdf authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Guard SQLx macro test with pseudo feature

7af9b6645bea1158017f99fdbee46c0f3f05ef76 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Minor README improvements

ee100b011ba5691b5103ab04573aee384baca098 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Add Postgis Encoding/Decoding macros for postgres

6a406aeea9a9a84fcbe12b7c897f15a8fc346324 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Add macros for SQLx type decoding/encoding

531dd9553583d9a0b02cc3f7f0ad66654339d730 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Add example for INSERT with query! macro

33892f320c9faeebc2446b4b58114b35f96f23df authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Impl Debug for wkb::Encode required for SQLx macros

1c7f93150a935fb63bdb19fd89be1bd38ce205b1 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Update geozero-bench dependencies

92e1b0a64616cb53e8db486766219551330b17ae authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Use cargo-criterion for bench

ec2fed9e08b65bc17eb3504ccdf878e1e3cede6e authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Depend on crates.io version of flatgeobuf in cli

54516b9d4efb949a3ebaaebe652af70ac69e38d3 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Update geozero-shp to geozero 0.7

4505cfb50fa1e16003c7d8e8bd87d234d4a437a9 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Link to wkb::Encode/Decode structs

27d8350b234fc64f65d520a9bf59497107334e59 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Add process_geom method to GeozeroDatasource

acd38fbb23b79635ad58ee9cba7c60f081b01a57 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Update format conversion overview

ebcac52ab7ca6ff919671b0644471bd508c4227e authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Set cfg(docsrs)

8db82decd842cf6057a158772328b4594d38d6c2 authored almost 4 years ago by Pirmin Kalberer <[email protected]>
Rename column value variable in (doc-)examples

6a6c30b83f0bbb4d0583501a799b389235bc5b17 authored almost 4 years ago by Pirmin Kalberer <[email protected]>