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

Bump version to 0.0.4

github.com/georust/geo - 388e07080ac1a3b3af37b89da3e7fd5b8093710d authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #8 from georust/togeo

Offer ToGeo trait

github.com/georust/geo - 9c2becf7c043332202531406df988ebf0789c4a1 authored almost 10 years ago by Blake Grotewold <[email protected]>
Offer ToGeo trait

github.com/georust/geo - 8fa5a652331a4e0262ebf4bbc12ed83f22d3554a authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #21 from georust/linestring-no-ring

Replace LineString Ring with Vec<Pos>

github.com/georust/geojson - 4a68768a66d3725d062a1976c6dcd1f99d351e52 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge branch 'master' of github.com:georust/rust-geohash

github.com/georust/geohash - 6d5ac6f2a04e927caad79119cb1f31b1c75fa25c authored almost 10 years ago by Sun Ning <[email protected]>
(fix) rustup: update feature gate.

github.com/georust/geohash - bfe0e66ce02bce419c56b12b42730d1b540679e1 authored almost 10 years ago by Sun Ning <[email protected]>
(chore) added build status badge.

github.com/georust/geo - 1aa4aaa16aa796eb6c9a1feb613e475482c798c8 authored almost 10 years ago by Sun Ning <[email protected]>
Add TODO

github.com/georust/wkt - 907e3da2e7f801ee3ed47e0c237630e7ab11f557 authored almost 10 years ago by Corey Farwell <[email protected]>
Update parse() result

github.com/georust/wkt - daab0285aeb7b3b7b89f18277c6cab8b51edb987 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump geo

github.com/georust/wkt - 6375dd7b4507ed479dc6365a472cfac9c7a00c12 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump version to 0.0.3

github.com/georust/geo - 3d7e44df9ec79b7a526cb51ce28edcc9ecafe9fc authored almost 10 years ago by Corey Farwell <[email protected]>
Make rust-geo compile with latest nightly rust

github.com/georust/geo - 482f4a0947baff2983fd592e77634cf132217d9a authored almost 10 years ago by Corey Farwell <[email protected]>
Utilize new Deref from latest rust

github.com/georust/wkt - c225097745fbe6635f336397f935aa000374bda1 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #2 from georust/small-changes

A couple small changes

github.com/georust/geohash - 7d3aeb82f69e459e81e8e163e2a7f56f22a4c7e4 authored almost 10 years ago by Ning Sun <[email protected]>
Replace LineString Ring with Vec<Pos>

A 'ring' implies that it is 'closed' (the first and last coordinate are
the same). This is not a...

github.com/georust/geojson - 279622de4632a50420c31760900e812b36a25528 authored almost 10 years ago by Corey Farwell <[email protected]>
Use new range x..y sugar

github.com/georust/geohash - d21413f70bfb2a90119f40de4ef890ee2a878398 authored almost 10 years ago by Corey Farwell <[email protected]>
Remove unused feature

github.com/georust/geohash - 09b1abd687449436839a7f294013cb47f38f360e authored almost 10 years ago by Corey Farwell <[email protected]>
Stop using Rust-CI to build docs

It was pretty unreliable

github.com/georust/wkt - f317022efb36148489c0533049deac84d8d65de9 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump version to 0.0.3

github.com/georust/wkt - 0691798aea474648904be6f24981b8bcb25f8b1c authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #21 from georust/towkt

Add ToWkt trait, implement it for geo::Geometry

github.com/georust/wkt - ed97f404b6a3aabff2a7a8ef3b47a31ae2d9d39d authored almost 10 years ago by Corey Farwell <[email protected]>
Add ToWkt trait, implement it for geo::Geometry

Fixes #20

This is pretty messy and there is definitely room to make this cleaner
in the future....

github.com/georust/wkt - 49b289cd02e911f23a23b84e3e69101cc50808fa authored almost 10 years ago by Corey Farwell <[email protected]>
(fix) rustup: Show -> Debug

github.com/georust/geo - 8bcfe8dd7263144baf08a5cbda972987909d2730 authored almost 10 years ago by Sun Ning <[email protected]>
(doc) update project name

github.com/georust/geohash - 056d9a73f6b309eaad955f9f187f34069818cb70 authored almost 10 years ago by Sun Ning <[email protected]>
(chore) publish 0.2.1

github.com/georust/geohash - 6cfe26ba5938007f32aa4793e5a5e9e809342f3b authored almost 10 years ago by Sun Ning <[email protected]>
(fix) Fixed #1 for repostiory home

github.com/georust/geohash - 9561ce0b28e3b1baf8587eab67d05da9660ae506 authored almost 10 years ago by Sun Ning <[email protected]>
(doc) update readme

github.com/georust/geohash - eb00023ef51a2c6eafc7d695eb220726ddd8d873 authored almost 10 years ago by Sun Ning <[email protected]>
(chore) publish 0.2.0

github.com/georust/geohash - af44a02b1bdab344285b4b40165ef6d23c22f4bb authored almost 10 years ago by Sun Ning <[email protected]>
(refactoring) using coordinate structure from geo.

github.com/georust/geohash - 6136558633bba0fe74da2c38dac7e44d4402ff4d authored almost 10 years ago by Sun Ning <[email protected]>
Use cargo doc command instead of rustdoc

github.com/georust/wkt - bf1f4e2e905daff0eb029c515e0dd48c219cac7c authored almost 10 years ago by Corey Farwell <[email protected]>
(fix) rustup with feature gate

github.com/georust/geohash - 2e9675944593b84869242970e7dfdff26b09549e authored almost 10 years ago by Sun Ning <[email protected]>
Bump version

github.com/georust/geo - 9fc87718de1800d574fee090af9de55bbfba814f authored almost 10 years ago by Corey Farwell <[email protected]>
(fix) added feature gate to suppress warnings.

this is a minor fix so I will push to master directly.

github.com/georust/geo - d1701112802beef08b73560cd727f8fe22e05a8b authored almost 10 years ago by Sun Ning <[email protected]>
Change pub/private visibility of things

github.com/georust/wkt - 555a692be389d3f1cae7399a83410ae99c4c6713 authored almost 10 years ago by Corey Farwell <[email protected]>
Update Show -> Debug

github.com/georust/wkt - 558ad5094c5916924ac771c13a528b860d79eca0 authored almost 10 years ago by Corey Farwell <[email protected]>
Add link to documentation

github.com/georust/wkt - 3775de89dab76d55f9625ff8cd056812cee4c2d0 authored almost 10 years ago by Corey Farwell <[email protected]>
Attempt to build docs via rust-ci

github.com/georust/wkt - 3742c7677b6af577a12eeff169058aabf65e8674 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #7 from georust/sunng87/type-system

Base types

github.com/georust/geo - 255768c87fd96f06d09a842a0dc0034dc1b70d2f authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #20 from georust/hashmap

Utilize HashMap instead of BTreeMap

github.com/georust/geojson - 89ade5dfa8ec46f8e684d172a22d63b2d4ce0f99 authored almost 10 years ago by Corey Farwell <[email protected]>
Utilize HashMap instead of BTreeMap

Relevant documentation:
http://doc.rust-lang.org/std/collections/index.html#when-should-you-use-...

github.com/georust/geojson - 9b007a05567da80f30cc0367076e5631af1e05ae authored almost 10 years ago by Corey Farwell <[email protected]>
convert GeoJsonError to TopoJsonError

github.com/georust/topojson - 6a6194919cec97674031bfa5741794c70c154359 authored almost 10 years ago by Alex Morega <[email protected]>
move error definitions to errors.rs

github.com/georust/topojson - 5cad22fcdd7a6ce6b9fa6423f0a0990d46e15bce authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #13 from mgax/error-handling

Handle errors when parsing

github.com/georust/geojson - 49a74c3df432b53c015a1d6175db1fdff29fa233 authored almost 10 years ago by Corey Farwell <[email protected]>
README file

github.com/georust/topojson - a15493549de0a8dcd129c433a9f4a618bab5236d authored almost 10 years ago by Alex Morega <[email protected]>
travis configuration

github.com/georust/topojson - 6ae28221cc63494c1f2c0ee225933bea64fef3dc authored almost 10 years ago by Alex Morega <[email protected]>
parse quantized topology

github.com/georust/topojson - fcb0c097051b24b36c5a844eae3d0c0534f6d648 authored almost 10 years ago by Alex Morega <[email protected]>
don't use Pos

github.com/georust/topojson - 9ace9375fc564d505cc872c66ddf86939a346c9e authored almost 10 years ago by Alex Morega <[email protected]>
extract map_arc helper

github.com/georust/topojson - ce394cbcd094937f219a3898966f2f10095ca07d authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #1 from georust/cargo-repo

Change repo URL

github.com/georust/topojson - 40dd526714e28cb8b05c69a336bffbd02d8f5c2b authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #19 from georust/remove-todo

Removes unnecessary todo

github.com/georust/geojson - ba5160013e8098d890e7791a6cff868cbb2edd43 authored almost 10 years ago by Corey Farwell <[email protected]>
Removes unnecessary todo

github.com/georust/geojson - 1c934e04f49bc609e36fad944b48b60b0b588583 authored almost 10 years ago by Blake Grotewold <[email protected]>
Change repo URL

github.com/georust/topojson - 7f9913abb6d43fd3a2c6f9e186484070c357bf5f authored almost 10 years ago by Blake Grotewold <[email protected]>
Merge pull request #18 from georust/debug-trait

add `Debug` trait to all types

github.com/georust/geojson - e0409daf8bcafe8944f2d0f507f78e8333139322 authored almost 10 years ago by Corey Farwell <[email protected]>
add `Debug` trait to all types

fixes #16

github.com/georust/geojson - 68115278680ba3e7f7014c9bf72943514677e6d9 authored almost 10 years ago by Alex Morega <[email protected]>
parse simple topojson example from the spec

github.com/georust/topojson - f63e956c08704024aadf00438311cdcf8614695c authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #17 from georust/public-collection-members

public members for [Feature|Geometry]Collection

github.com/georust/geojson - 0ce03d6249b61436fbe11d9b79e33787555681c8 authored almost 10 years ago by Corey Farwell <[email protected]>
public members for [Feature|Geometry]Collection

github.com/georust/geojson - 3a9927320e91ca6ac201e181ebd84bb6f6bf65a3 authored almost 10 years ago by Alex Morega <[email protected]>
(chore) added travis yaml

github.com/georust/geo - affdfba15793d0a6cd7fe0395d70641c61538f0b authored almost 10 years ago by Sun Ning <[email protected]>
(feat) change some types to newtype

github.com/georust/geo - 1c6de73d335c6e04747dd7a4b1c360d01f57c6ae authored almost 10 years ago by Sun Ning <[email protected]>
move version_info to its own module

github.com/georust/gdal - 3278cc69fe12ce3742bf1977a564980e471408dd authored almost 10 years ago by Alex Morega <[email protected]>
move warp.rs to raster module

github.com/georust/gdal - 2b9051c80ca3d109ea7580314ec0c01f67aa3475 authored almost 10 years ago by Alex Morega <[email protected]>
move open to Dataset::open

github.com/georust/gdal - 52750e7e855494c963ffe4424850cbf2f660bcd6 authored almost 10 years ago by Alex Morega <[email protected]>
rename RasterDataset to Dataset

github.com/georust/gdal - 3b8c54c4ea26e6be0539b0482eb239ea94268063 authored almost 10 years ago by Alex Morega <[email protected]>
rename driver() to Driver::get()

github.com/georust/gdal - c5824129316551ede50486b9513068a47f57d192 authored almost 10 years ago by Alex Morega <[email protected]>
break up raster.rs into submodules

github.com/georust/gdal - 76c58f3c8353a3d3e4af1a01c5c6b2bd134272a1 authored almost 10 years ago by Alex Morega <[email protected]>
Merge branch 'master' into sunng87/type-system

Conflicts:
src/point.rs

github.com/georust/geo - 28fbff3d3458f6c69923185bbc73d84f901f77de authored almost 10 years ago by Sun Ning <[email protected]>
(chore) remove point impl. I have merged it into types.rs

cc/ @frewsxcv

github.com/georust/geo - eb68f1d2dcbaad41f06cf7517adcc5a87e676db9 authored almost 10 years ago by Sun Ning <[email protected]>
(feat) added test/example and exports

github.com/georust/geo - e8d8fce9d2398a0fdfd2e1b4f5679a52b2b5e77b authored almost 10 years ago by Sun Ning <[email protected]>
(feat) derive Copy when necessary

github.com/georust/geo - 6bcd866d26d518e3c1b1d9ff8fb67a0c4ac0d913 authored almost 10 years ago by Sun Ning <[email protected]>
Merge pull request #19 from georust/pub

Publicize all geometry structs

github.com/georust/wkt - 4d565352338b794aae4d39bc7b7e4564b3c3ed6c authored almost 10 years ago by Corey Farwell <[email protected]>
Publicize all geometry structs

github.com/georust/wkt - aabb3045808d50d10194b181824ab138b306e64d authored almost 10 years ago by Corey Farwell <[email protected]>
(fix) typo

github.com/georust/geo - bff8406b938a9fdfb22802bb0d278c378c275e53 authored almost 10 years ago by Sun Ning <[email protected]>
Merge pull request #18 from georust/simplify-structs

Simplify geometry structs

github.com/georust/wkt - 9e382007b1c04481c2317b4a493f1ca02e37e0d2 authored almost 10 years ago by Corey Farwell <[email protected]>
Simplify geometry structs

github.com/georust/wkt - 8ed3e7fb1a523d7037e73edbdb557275893d630a authored almost 10 years ago by Corey Farwell <[email protected]>
(feat) removed z value from Coordinate as we are not going to support 3d

for now.

github.com/georust/geo - eed905635692a726ebbd8a4de713bf4271b6876b authored almost 10 years ago by Sun Ning <[email protected]>
remove leftover import

github.com/georust/gdal - 7c9a9fb49b60bd1bf43d38b5535215574fc6890b authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #17 from georust/rename-wktitems

Rename WktItem to Geometry

github.com/georust/wkt - 5986b6f83161597c3583fca61af136256425091c authored almost 10 years ago by Corey Farwell <[email protected]>
Rename WktItem to Geometry

github.com/georust/wkt - 990aaf46ee49b5575328bfc53f225eeb721eafc3 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #16 from georust/test-refactor

Move tests to their appropriate submodule

github.com/georust/wkt - ff418194b4765f1d04152a560a2795a8b845ff24 authored almost 10 years ago by Corey Farwell <[email protected]>
Move tests to their appropriate submodule

github.com/georust/wkt - a194c830906c2d0da69b82d3fa34b56abb27ae35 authored almost 10 years ago by Corey Farwell <[email protected]>
Add basic README

github.com/georust/world-file - ee21e0be8d2ba7059c32e7dc8fe706f5ced0a095 authored almost 10 years ago by Corey Farwell <[email protected]>
Geometry.wkt()

github.com/georust/gdal - e31862fc43e7443b46cb42ed00a4328b2ff2249f authored almost 10 years ago by Alex Morega <[email protected]>
create geometry and set the point

github.com/georust/gdal - 27efe32f84e596f65eb80b97ed6dbc5b7aa4baf1 authored almost 10 years ago by Alex Morega <[email protected]>
create ogr geometry from rust-native point

github.com/georust/gdal - 9caa3d658a270bdd72e6be72d6853d6c3fb5cbe3 authored almost 10 years ago by Alex Morega <[email protected]>
export ogr point as rust-native point type

github.com/georust/gdal - 6ef563655f5897c9a182afdff72a81186aa736c0 authored almost 10 years ago by Alex Morega <[email protected]>
move open() to Dataset struct

github.com/georust/gdal - 53be699494cd882371bf71456c1c514f264770f5 authored almost 10 years ago by Alex Morega <[email protected]>
rename VectorDataset to Dataset

github.com/georust/gdal - 63b28696d49b8cd8a3d0a569ae4eb37310fc4741 authored almost 10 years ago by Alex Morega <[email protected]>
break up vector.rs into submodules

github.com/georust/gdal - 7f5ceae918009393b1f112423dd81276ec3f3a30 authored almost 10 years ago by Alex Morega <[email protected]>
udpate travis link

github.com/georust/gdal - 7604ee5ecd65ea11d6f9d1a1edfe0b4ea8915d5e authored almost 10 years ago by Alex Morega <[email protected]>
move 'from_str' function to FeatureCollection

github.com/georust/geojson - 3f7db9fd546572e102cbf089e6c5123ce9a3e649 authored almost 10 years ago by Alex Morega <[email protected]>
handle missing Json fields

github.com/georust/geojson - a02f137127666d0e0c57d64434eb32f5a2eb18ee authored almost 10 years ago by Alex Morega <[email protected]>
macros for json error handling

github.com/georust/geojson - ebef650014a1cd9d852c89a9a5c523e989df0cdd authored almost 10 years ago by Alex Morega <[email protected]>
avoid warnings about `ok_or`

github.com/georust/geojson - 1d98e09313954622b00f202a59f0a6d327f1f4d4 authored almost 10 years ago by Alex Morega <[email protected]>
error handling for parsing of basic geometry types

github.com/georust/geojson - 6bbbd277e51f855deb23771160e0f251bb37701c authored almost 10 years ago by Alex Morega <[email protected]>
error handling for Pos::from_json

github.com/georust/geojson - b96a19c7d88bc3c78254f334bf2065e403321b20 authored almost 10 years ago by Alex Morega <[email protected]>
return GeoJsonResult from parsers

github.com/georust/geojson - 208d4b466a9b86c8b39d150e37fa139e786ef29b authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #12 from mgax/from_str

Implement from_str

github.com/georust/geojson - 83c92d67be34ef85304b9528f92dbf9de9026bd4 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #6 from georust/frewsxcv-patch-1

lng,lat -> x,y

github.com/georust/geo - 1db9e852951434fc747de7269fec3923ffb51311 authored almost 10 years ago by Alex Morega <[email protected]>
lng,lat -> x,y

Fixes #3

github.com/georust/geo - 0a30a11cd514cb3f14be36b4391918c3af6ef068 authored almost 10 years ago by Corey Farwell <[email protected]>
(feat) initial version of type system [#4]

github.com/georust/geo - 4e507bcdc1ed20b51a43c51c19f20c5126f4c5e5 authored almost 10 years ago by Sun Ning <[email protected]>
clean up testing code

github.com/georust/geojson - 38cfe20c438979fb37a719be6065f4165b93cf45 authored almost 10 years ago by Alex Morega <[email protected]>