Ecosyste.ms: OpenCollective

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

github.com/georust/geos

Rust bindings for GEOS
https://github.com/georust/geos

wrap error handling pattern on geometry predicate in a reusable function

a9e088e815f698bdf84161afb082c4736331f645 authored over 6 years ago by mthh <[email protected]>
return a GeosResult on the various binary predicate methods

a3065387f1b6936eee8ac32d93b5760c539f985a authored over 6 years ago by mthh <[email protected]>
Merge pull request #9 from antoine-de/fix_coord_seq_bug

Fix CoordSeq bug

8ba04b48d8b234985c8a86780be70ba38fe15226 authored over 6 years ago by Adrien Matissart <[email protected]>
correction after review

2d4cf40307962359f8d33d84ee5beb8b4056a88e authored over 6 years ago by Antoine D <[email protected]>
update the version number

36448bca0837730140a0f356cd47063e0414e9f6 authored over 6 years ago by Antoine D <[email protected]>
close the unclosed linearring instead of returning an error

cecc74028c016198aaa5ca4e4e4666f6db42e4d1 authored over 6 years ago by Antoine D <[email protected]>
clone get_coord_seq to avoid double free

d97f40d73a5be59411fbebe21b81f823fdffed33 authored over 6 years ago by Antoine D <[email protected]>
add a len method on coordseq

777c95bc8dbb90cdf821f3051f8f0c1a9e57e917 authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #8 from antoine-de/cleanup_type_and_area

minor cleanup: remove area and _type from Geom

e4029997d4d66d8a076e645ac8d016e27fd35bc4 authored over 6 years ago by Matthieu Viry <[email protected]>
remove area and _type

it was not mandatory to store them in the geometry, they can be computed
on the fly to we remove...

ddf2b1973d5809f1d9da894ac10d2a13529b0f79 authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #7 from antoine-de/result_everywhere

uses Results everywhere

2ddbd123e94a9538c87a5ba364c61606b91b1126 authored over 6 years ago by Matthieu Viry <[email protected]>
the coord setters can also fail

5aaeead85e4713b26d42469bbff3e6f8fb8b981b authored over 6 years ago by Antoine D <[email protected]>
uses Results everywhere

lots of geos operation can fail so we wrap those in Result to remove
every `panic!`

I bumped th...

76373fcd0f008f268535516b018a52df71f0d177 authored over 6 years ago by Antoine D <[email protected]>
Add description and pin version (#6)

* add a description

* pin libc and num version

* fix author typo

* update version

* ...

e623a860038c61e1c7f55de2244ab7eef360e3af authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #5 from antoine-de/add_cat

add keywords and categories

cbff766444627bd85bb73041f9dda9e3bf36cf65 authored over 6 years ago by Adrien Matissart <[email protected]>
add keywords and categories

6fbd6dad62b41d0830f6689ad3e7f8916e0c7146 authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #4 from antoine-de/change_upstream

change upstream URLs

1f6b008e0e4fa4443f42660cd3c6addd94e7a55d authored over 6 years ago by Adrien Matissart <[email protected]>
change upstream

tiddy up before releasing the crates in crates.io

ae7a561653648428711413e603eea6fcc917bb41 authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #4 from QwantResearch/remove_warning

remove new warning from rust 1.25

5486a2b226ba538fb07d1d9dc6528e77e1526aae authored over 6 years ago by Adrien Matissart <[email protected]>
Merge pull request #3 from QwantResearch/clean_readme

cleanup a bit the readme

e18a90b4648c5353a750da6e4348d212acb674f4 authored over 6 years ago by Adrien Matissart <[email protected]>
remove new warning from rust 1.25

ebf08ae49ed49237bd2f4fc5b49eb8d586fc486e authored over 6 years ago by Antoine D <[email protected]>
cleanup a bit the readme

2a0b0ed624750f989a83ca0a6db2ece6ec10b980 authored over 6 years ago by Antoine D <[email protected]>
add faillible conversion (#2)

* make the Geometry construction faillible

* remove memory leak

* move method

* refacto...

6a0b726404a1ff1b8afaccaf39f36916287f5fb4 authored over 6 years ago by Antoine D <[email protected]>
Merge pull request #1 from QwantResearch/deps

upgrade dep geo

21ffe68ea525016b199653df4b55ec8e4d2e3be7 authored almost 7 years ago by Antoine D <[email protected]>
upgrade dep geo

ok up to 0.6

712efcda42182b9075fcfbb814975b8a1b30a98d authored almost 7 years ago by nlehuby <[email protected]>
Ensure geo version in Cargo.toml

851afd3ea74f5e45e0dde368302d48380d328a52 authored almost 7 years ago by Adrien Matissart <[email protected]>
Clean up

25396649fa0f62c487576913e3b799ca9dcac84c authored almost 7 years ago by Adrien Matissart <[email protected]>
Merge pull request #2 from amatissart/fromGeoTypes

Implement Geom conversion from Polygon and Multipolygon

c06e38aa26d05b0a708b68e3b1c6a3973131cf24 authored almost 7 years ago by Antoine D <[email protected]>
Use reference in From, Publish module

e01acfae19d6fa51b557ecf73c9aa820f156824a authored almost 7 years ago by Adrien Matissart <[email protected]>
Implement Geom from Polygon and Multipolygon

33d16b88aeea021fc55a838660212e5c2e5b639a authored almost 7 years ago by Adrien Matissart <[email protected]>
Merge pull request #1 from amatissart/add_test

test squeleton

6a459deee7d010308de8d30e389231b62fa4b67d authored almost 7 years ago by Adrien Matissart <[email protected]>
test squeleton

4a1dd8277eef23d84e6fb08509069abb39f8c334 authored almost 7 years ago by antoine-de <[email protected]>
fix little oversight

7b963bddfad42bc76369385fdbd98c13e28a625f authored almost 8 years ago by mthh <[email protected]>
Use the non-deprecated wkt reader/writer api

42212ed3ecdf4e1e7e9ccfc063a6b647d383ec38 authored almost 8 years ago by mthh <[email protected]>
Fix tests

5d1c52d8ebe21a202631526093b75bd2f2f5c89c authored almost 8 years ago by mthh <[email protected]>
Update readme

b1eb26fc411c77b1af6f49a9648f724024764d10 authored almost 8 years ago by mthh <[email protected]>
Slightly restructure package + Add methods for easier creation of geoms from coordinates

4500df151617d4cb8448927a2cac7e7dee18acb5 authored almost 8 years ago by mthh <[email protected]>
Change type returned by wkt method + allow to create directly point/linestring from coordinates

68e6ed2b2e136f18ff7deea086432a35386ed963 authored almost 8 years ago by mthh <[email protected]>
Add minors stuffs

3722a229c8de2bc7ccda789608a534119c7b6c12 authored almost 8 years ago by mthh <[email protected]>
Change wkb stuff

06071f7304078203df488833ae836debe496c536 authored about 8 years ago by mthh <[email protected]>
Change stuffs + add example with rust-gdal

cd93aff20e40a6b7bb30265a0ccb23f2fef6ee30 authored about 8 years ago by mthh <[email protected]>
change tests

b13adecfbe80ccf383a1aea1ed6392a04a9fb6ff authored about 8 years ago by mthh <[email protected]>
Add draft of tests

d8ce653a41e5291c76a6ccb4adc8fc4a8c13856e authored about 8 years ago by mthh <[email protected]>
typo + readme

179a4f9b0a5ac5ee3579f5635a7297cb5b6dce99 authored about 8 years ago by mthh <[email protected]>
Add binding to preparedGeom and coordinate sequence + add example + travis file

fc89b990d1e661a44a0ea4eccebffacc478be607 authored about 8 years ago by mthh <[email protected]>
Initial commit

3c7f7ab5810421b940ed36811bc90ced99385565 authored about 8 years ago by mthh <[email protected]>
First commit

2b9611cc180522f4b334b71ee91e34cee714da10 authored about 8 years ago by mthh <[email protected]>