Ecosyste.ms: OpenCollective

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

GeoRust

A collection of geospatial tools and libraries written in Rust
Collective - Host: opensource - https://opencollective.com/georust - Website: https://georust.org - Code: https://github.com/georust

only use push

github.com/georust/geo - 78808b4fc5f30fe05c105a229f66c5f2ebbf50cc authored almost 8 years ago by Guillaume Pinot <[email protected]>
Add test

github.com/georust/geo - 7104c0a8cfa83d5c9d652ee7b5ba798cbd5eb964 authored almost 8 years ago by Guillaume Pinot <[email protected]>
fix duplicated point

github.com/georust/geo - d38c316751e19db79e6b2d9e58bbc3905ec20074 authored almost 8 years ago by Guillaume Pinot <[email protected]>
Merge pull request #94 from georust/0.4.0

Prepare for 0.4.0 release.

github.com/georust/geo - e5eae2273364fdf97a4e6ed47ca0adb1e6f234af authored almost 8 years ago by Corey Farwell <[email protected]>
Prepare for 0.4.0 release.

github.com/georust/geo - 72a6aa574deba3fe4e88fb9a0666510f7e942f50 authored almost 8 years ago by Corey Farwell <[email protected]>
Merge pull request #90 from Turbo87/haversine

Implement Haversine algorithm

github.com/georust/geo - ebdce0d068aa64cf67e97172fd0daf66e9ef1a83 authored almost 8 years ago by Corey Farwell <[email protected]>
A convex hull is always a Polygon

github.com/georust/geo - 7af53a2f6d672b19b864742917a7307cc6ebea79 authored almost 8 years ago by Stephan Hügel <[email protected]>
Fix doc test

github.com/georust/geo - f31f07e80db878fdb5246d3c0ceedc3819bcb661 authored almost 8 years ago by Stephan Hügel <[email protected]>
Avoid allocating BTreeSets

github.com/georust/geo - 6aa011532d90c4507c0e0a3cc8a7030f2231b7b5 authored almost 8 years ago by Stephan Hügel <[email protected]>
Simplify point iteration

github.com/georust/geo - 77a87c3ea55c09a95cc354b8fb1e7e352ce58a02 authored almost 8 years ago by Stephan Hügel <[email protected]>
Fixing nits

github.com/georust/geo - 0ff8cc4f109aa289f7b07d30f54d2eb165d0dcf3 authored almost 8 years ago by Stephan Hügel <[email protected]>
Merge pull request #91 from xlqian/multipolygon_two_polygons_of_opposite_clockwise

fix when multipolygon composed of two polygons of opposite clockwise

github.com/georust/geo - 32f13a2c1070d83c50485ef785ecf4558a900be7 authored almost 8 years ago by Corey Farwell <[email protected]>
improve test case

github.com/georust/geo - 3e801dd5e358e1f323e2e6f8af46097d2ce85817 authored almost 8 years ago by xlqian <[email protected]>
Better variable names and comment

github.com/georust/geo - 92c3d23a2a417c3d62623eb565d71a9360b27308 authored almost 8 years ago by Stephan Hügel <[email protected]>
fix when multipolygon composed of two polygons of opposite clockwise

github.com/georust/geo - b7e35ae97e37a069986d1ffbceadd843fb7b8c36 authored almost 8 years ago by xlqian <[email protected]>
Account for fewer than 4 points in exterior Polygon ring

github.com/georust/geo - 6ff25eb15ecc781e63adc12b74c75c6c8591a3d9 authored almost 8 years ago by Stephan Hügel <[email protected]>
haversine_distance: Simplify code

... and use sin_cos() to reduce needed operations

github.com/georust/geo - a5d0ef6ced3b5d43060b4a6ef49151a50e1f88f3 authored almost 8 years ago by Tobias Bieniek <[email protected]>
haversine_distance: Simplify imports

github.com/georust/geo - b622c430f06cd8f0d9676d500b875e5440b5055b authored almost 8 years ago by Tobias Bieniek <[email protected]>
haversine_distance: Use assert_relative_eq! for tests

github.com/georust/geo - 725eda9157b97f6705237718c67cf73d91ae1519 authored almost 8 years ago by Tobias Bieniek <[email protected]>
Implement Haversine distance

github.com/georust/geo - 772acfcbd999fc4bddbe3e3c340b0669ab135469 authored almost 8 years ago by Tom MacWright <[email protected]>
Implement Convex Hull using QuickHull

Implementation based on:
Barber, C. Bradford; Dobkin, David P.; Huhdanpaa, Hannu(1 December 1996...

github.com/georust/geo - dab9fdefaff37ad7164732b9998536bc6c32c416 authored almost 8 years ago by Stephan Hügel <[email protected]>
Merge pull request #88 from Turbo87/epsilon

Replace within_epsilon() function with "approx" dev dependency

github.com/georust/geo - a0dffddc611213a13471002261c1414c9cc6dca9 authored almost 8 years ago by Corey Farwell <[email protected]>
Replace within_epsilon() function with "approx" dev dependency

github.com/georust/geo - 3724aa12c418b9ada61f42af14fe4cf5759137d0 authored almost 8 years ago by Tobias Bieniek <[email protected]>
algorithm/distance: Use within_epsilon() test helper

github.com/georust/geo - 2e7ef45fcb099662a95ebae5f7d7a205efe5ee53 authored almost 8 years ago by Tobias Bieniek <[email protected]>
Merge pull request #32 from jdroenner/unwrap

remove unwraps and add more error msgs.

github.com/georust/gdal - 597129af6ba13353c8e9af052680131f66baa60d authored almost 8 years ago by Johannes Drönner <[email protected]>
remove most '.unwrap()' calls.

update dependencies.

github.com/georust/gdal - 80fd86fe287afaa25ad96ac6279bdcc704d81cad authored almost 8 years ago by Johannes Drönner <[email protected]>
Merge pull request #61 from georust/0.5.0

Prepare for 0.5.0 release.

github.com/georust/geojson - a8bc55035c99cdd3770a097abd71a0d57668edb7 authored almost 8 years ago by Corey Farwell <[email protected]>
Prepare for 0.5.0 release

github.com/georust/geojson - cbf08c18a1f199fef56a6e76600d571418b32ead authored almost 8 years ago by Corey Farwell <[email protected]>
Remove unnecessary as_str function

github.com/georust/geojson - d188aab64cf76964ff58258247d2b4735bad1700 authored almost 8 years ago by Corey Farwell <[email protected]>
cargo fmt

github.com/georust/geojson - 5b00a5264b9a08b68a61e029306a32888d88f8dd authored almost 8 years ago by Corey Farwell <[email protected]>
Merge pull request #60 from georust/serde-0.9

Upgrade to serde 0.9

github.com/georust/geojson - 3d66e7966d981d407967988644faa2c0b458816f authored almost 8 years ago by Corey Farwell <[email protected]>
Add actual source of logo (GIMP).

github.com/georust/meta - c9584ee19909bd5846d793bea4072fd67bfd97d2 authored almost 8 years ago by Corey Farwell <[email protected]>
Indicate logo sources.

github.com/georust/meta - e46943a029c7ffdbd8ddbfc20be391d0ce2e274c authored almost 8 years ago by Corey Farwell <[email protected]>
Add logo files.

github.com/georust/meta - 415978d7e8b9fb7a9020e4a8b4acbcdf4a2c532a authored almost 8 years ago by Corey Farwell <[email protected]>
cleanup travis config

github.com/georust/geojson - 09bba19aead136d869f8b6feae463b79705012e8 authored almost 8 years ago by Corey Farwell <[email protected]>
no-default-features is broken, might as well make geo-interop enabled permenantly for now

github.com/georust/geojson - 8de476be217dc6db29453d2ee3a9eab8d91f413d authored almost 8 years ago by Corey Farwell <[email protected]>
cleanup whitespace

github.com/georust/geojson - e5171e660412d4199e1e79134eddf2a871d3d41f authored almost 8 years ago by Corey Farwell <[email protected]>
use shorter namespace

github.com/georust/geojson - 611209104e3bd6035707590f965078f5fd231024 authored almost 8 years ago by Corey Farwell <[email protected]>
Remove `json_val` function

github.com/georust/geojson - c61365a4cb0b3fef3f7dfea353249cef135c5c69 authored almost 8 years ago by Corey Farwell <[email protected]>
remove serde feature

github.com/georust/geojson - 7143ea9db933cb13a8f4be72848a3c24fff26f9a authored almost 8 years ago by Ashley Mannix <[email protected]>
(cargo-release) start next development iteration 0.3.1-pre

github.com/georust/geohash - 2b64f6d02a4863f8833140eebb283b23ae01a592 authored almost 8 years ago by Ning Sun <[email protected]>
Merge pull request #12 from georust/release-0.3

Release 0.3.0

github.com/georust/geohash - c13005d24d6490cf12bb582709caded91fcc16b9 authored almost 8 years ago by Ning Sun <[email protected]>
Merge pull request #11 from georust/travis-update

Update travis config

github.com/georust/geohash - 882be8444b4b26ac31c218f48483ec0c39b2ddd7 authored almost 8 years ago by Ning Sun <[email protected]>
remove rustc_serialize

github.com/georust/geojson - a5fc5b6302a701d0e20d923ed15cd5b9d957573b authored almost 8 years ago by Ashley Mannix <[email protected]>
(chore) bump version

github.com/georust/geohash - a19bf10279db1b11d0e1860dc456768eae0310d8 authored almost 8 years ago by Ning Sun <[email protected]>
(chore) update travis config

github.com/georust/geohash - b566d374bd1b8b60dc9b48a50863ddb553c46380 authored almost 8 years ago by Ning Sun <[email protected]>
Merge pull request #10 from KodrAus/chore/geo-0.3

Update to geo-0.3

github.com/georust/geohash - f1582f265c0331449b44069297ddea73db61323d authored almost 8 years ago by Ning Sun <[email protected]>
update to geo-0.3

github.com/georust/geohash - 6e67d1baf7ea1275692d33f5042cbad071923c6a authored almost 8 years ago by Ashley Mannix <[email protected]>
cargo fmt

github.com/georust/wkt - e87eb884bef9309890d6de926b87fa678d02e5fa authored almost 8 years ago by Corey Farwell <[email protected]>
chore/serde-0.9

github.com/georust/geojson - 40a045c4c6f80a9cad42b4e8c960d4b7315ee181 authored almost 8 years ago by Ashley Mannix <[email protected]>
Merge pull request #86 from georust/num-traits

Migrate from 'num' to 'num_traits' crate.

github.com/georust/geo - 6dee3a22ad62cdfc95432a59ac66977711a1b2c9 authored almost 8 years ago by Corey Farwell <[email protected]>
Fix tests

github.com/georust/geos - 5d1c52d8ebe21a202631526093b75bd2f2f5c89c authored almost 8 years ago by mthh <[email protected]>
Migrate from 'num' to 'num_traits' crate.

The 'num' crate is a meta-crate consisting of multiple librarie crates,
including 'num_traits'. ...

github.com/georust/geo - 9b1147b6623118a3788f93a0849ae96a7314330b authored almost 8 years ago by Corey Farwell <[email protected]>
Update readme

github.com/georust/geos - b1eb26fc411c77b1af6f49a9648f724024764d10 authored almost 8 years ago by mthh <[email protected]>
Slightly restructure package + Add methods for easier creation of geoms from coordinates

github.com/georust/geos - 4500df151617d4cb8448927a2cac7e7dee18acb5 authored almost 8 years ago by mthh <[email protected]>
Merge pull request #31 from mthh/writingogr

Extend the existing possibilities of writing ogr datasets.

github.com/georust/gdal - 2f4e9e79490227937aa6580001e2a29388a13a2f authored almost 8 years ago by Johannes Drönner <[email protected]>
Prepare for 0.3.2 release.

github.com/georust/geo - de7ff57cfbe7d0b80c2323be9c43dbe7166410c0 authored almost 8 years ago by Corey Farwell <[email protected]>
Merge pull request #84 from urschrei/visvalingam

Add Visvalingam-Whyatt line-simplification algorithm

github.com/georust/geo - a32caea2dfbbc1c24f3e03072db3e6f4b5a0f8af authored almost 8 years ago by Corey Farwell <[email protected]>
Return a Result on Feature 'field' method + fix test in comments

github.com/georust/gdal - a4361e1da1f70e10448c80342c6512bad71908c1 authored almost 8 years ago by mthh <[email protected]>
Avoid using unwrap in library methods + simplify 'create_feature_fields' method

github.com/georust/gdal - 63c97a88c9f20dfd9eeef0da693b3f735d2d3191 authored almost 8 years ago by mthh <[email protected]>
fix method name in test in comment

github.com/georust/gdal - 89632668bae1096d3eb7c32bb9f378ebae8fd308 authored almost 8 years ago by mthh <[email protected]>
Add OGRFieldType enum + better error handling + methods renaming

github.com/georust/gdal - ca9abcd0311004c91311e83ea99958954774e985 authored almost 8 years ago by mthh <[email protected]>
Add point to VW test check LineString

github.com/georust/geo - 95c14569ac2eb4205f1042668492d53abf69622c authored almost 8 years ago by Stephan Hügel <[email protected]>
Add longer LineString for VW test

The result matches the output of running ST_SimplifyVW on PostGIS

github.com/georust/geo - 720c7ed5d567b0dcbb3dd041d615cd1eab175e53 authored almost 8 years ago by Stephan Hügel <[email protected]>
Update tests to reflect changes

github.com/georust/gdal - 7cba3264b4a56bdfa57e51ad7dad43f6f82939e2 authored almost 8 years ago by mthh <[email protected]>
Update algorithm to correctly implement user-defined epsilon

WIP until I can verify against PostGIS

github.com/georust/geo - be82b8cbb71ba09dd535f78662de31dfe5da579e authored almost 8 years ago by Stephan Hügel <[email protected]>
Try yo improve examples

github.com/georust/gdal - 9353476c504919ef3135332739dd5eadaf660d52 authored almost 8 years ago by mthh <[email protected]>
Add shortest methods to create/set fields/values

github.com/georust/gdal - aec9987f7407ad92f10b34d75177e17e06b5e148 authored almost 8 years ago by mthh <[email protected]>
Use first() and last() in slices

Also use borrowed values in area calculation

github.com/georust/geo - 36ab26425ce8c87d4e1b8fdc79c035e064b5eadf authored almost 8 years ago by Stephan Hügel <[email protected]>
Directly return iteration result

github.com/georust/geo - e353ac83aa5a60d671afb99485b66d0327e2969c authored almost 8 years ago by Stephan Hügel <[email protected]>
minor clean-up + add example layer

github.com/georust/gdal - 0304f143ef6b390269fe47d14c79e9b90a8accfd authored almost 8 years ago by mthh <[email protected]>
Initial commit of VW algo

github.com/georust/geo - a49272174c1c9dabab810563fbe0ea246f31edfc authored almost 8 years ago by Stephan Hügel <[email protected]>
Allow to get/set more field types + improve read/write example

github.com/georust/gdal - 261418893264618eaf3910d355759851565dca55 authored almost 8 years ago by mthh <[email protected]>
Allow to clone geometries + Add example of reading-reprojecting-writing dataset

github.com/georust/gdal - e00c7a377681396471113014bda967acae22ef22 authored about 8 years ago by mthh <[email protected]>
Add basic support for writing ogr data

github.com/georust/gdal - 505996cc5cdbc9c4f4f3ffd9c2a436ad4c0d0e97 authored about 8 years ago by mthh <[email protected]>
Merge pull request #29 from mthh/master

Allow to transform ogr geometries to other SRS

github.com/georust/gdal - 0ad199815b636c69790143dfa2d42fc177d08c8f authored about 8 years ago by Johannes Drönner <[email protected]>
Rename some functions to follow naming conventions

github.com/georust/gdal - 65b74bc19737e56a151158575cd633ffd90fad10 authored about 8 years ago by mthh <[email protected]>
Re-allow to create new empty Spatial Reference + Spatial Reference from definition

github.com/georust/gdal - ed4cb4f44055e36886b90cab9f99592e1aeef18f authored about 8 years ago by mthh <[email protected]>
Fix mistakes with OgrError + allow to import from wider range of formats + allow to morph to esri format

github.com/georust/gdal - 4bcf5b04eb34c2f5a2749328fbe30eea316df2d6 authored about 8 years ago by mthh <[email protected]>
Remove unused value

github.com/georust/gdal - 3f53134e8f06927f20ebd1feb54bf45d993c2a02 authored about 8 years ago by mthh <[email protected]>
Apply changes regarding to returning a Result instead of panicking

github.com/georust/gdal - 98f927381f613bab21744d3947c7b1c920154774 authored about 8 years ago by mthh <[email protected]>
Merge pull request #28 from jdroenner/results

Replace Option with Result

github.com/georust/gdal - 8b78b8d46d6d0ad841d50cb10131e298c419de22 authored about 8 years ago by Johannes Drönner <[email protected]>
Adapted ToGdal to return Result<Geometry>

github.com/georust/gdal - c9b8ce66483246e2d357e2f60b12051abbadc75a authored about 8 years ago by Johannes Drönner <[email protected]>
return a Result when reading data from a rasterband.

github.com/georust/gdal - c7a954d23318bb51f21b524e632e17903354632e authored about 8 years ago by Johannes Drönner <[email protected]>
Change type returned by wkt method + allow to create directly point/linestring from coordinates

github.com/georust/geos - 68e6ed2b2e136f18ff7deea086432a35386ed963 authored about 8 years ago by mthh <[email protected]>
Fix doc / doc-tests

github.com/georust/gdal - e55006d61159057a7d25d2670bfc3f41b42ea5d4 authored about 8 years ago by Johannes Drönner <[email protected]>
Merge pull request #26 from jdroenner/gdal-sys2

Move ffi into a seperate crate.

github.com/georust/gdal - 4098e240ac7a64e31c8370f476e482f9e16e4f60 authored about 8 years ago by Johannes Drönner <[email protected]>
Prepare for 0.4.3 release.

Merge #57 a=@frewsxcv r=@frewsxcv
______________________________________________________________...

github.com/georust/geojson - 95a682c77b0f12258a874a94ff39e3e469e69c9d authored about 8 years ago by aelita-mergebot <[email protected]>
Prepare for 0.4.3 release.

github.com/georust/geojson - 9ee39c13b5676f57f3e9a742463293c3dac6e3db authored about 8 years ago by Corey Farwell <[email protected]>
Merge pull request #56 from datanel/conversion-geojson-geo

Add the possibility to convert geojson values to geo objects

github.com/georust/geojson - 14d2c6796999b22c201ef69673fac6d68ffe0bb3 authored about 8 years ago by Corey Farwell <[email protected]>
Replace Option with Result #2: change methods to return Result.

github.com/georust/gdal - 7fe3ec833ec789e243d5fbec8e867dd9fc00dd45 authored about 8 years ago by Johannes Drönner <[email protected]>
Add minors stuffs

github.com/georust/geos - 3722a229c8de2bc7ccda789608a534119c7b6c12 authored about 8 years ago by mthh <[email protected]>
Replace Option with Result #1: added errors based using error-chain

github.com/georust/gdal - 5be28645f57762c30207fa3c7f2a344e05a6e108 authored about 8 years ago by Johannes Drönner <[email protected]>
Removed "use gdal_sys::gdal;" and "use gdal_sys::ogr;" from module. Both are now directly included where needed.

github.com/georust/gdal - 184091a22f7769cac0d470cbc212faea5bc7d2d1 authored about 8 years ago by Johannes Drönner <[email protected]>
Add the possibility to convert geojson values to geo objects

github.com/georust/geojson - 2139d988b35e45429115bea118e01a58d4fb9fc4 authored about 8 years ago by David Quintanel <[email protected]>
- moved ffi to a new crate: gdal-sys.

- added a cargo workspace.

github.com/georust/gdal - b6db8603df49562574cb4ed5f73b83cdee1aeac3 authored about 8 years ago by Johannes Drönner <[email protected]>
Change wkb stuff

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

github.com/georust/geos - cd93aff20e40a6b7bb30265a0ccb23f2fef6ee30 authored about 8 years ago by mthh <[email protected]>
change tests

github.com/georust/geos - b13adecfbe80ccf383a1aea1ed6392a04a9fb6ff authored about 8 years ago by mthh <[email protected]>
Add draft of tests

github.com/georust/geos - d8ce653a41e5291c76a6ccb4adc8fc4a8c13856e authored about 8 years ago by mthh <[email protected]>