Ecosyste.ms: OpenCollective

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

github.com/georust/geojson

Library for serializing the GeoJSON vector GIS file format
https://github.com/georust/geojson

Create helper function to create a Geometry

22ac99a8501d3eab737381f10d786792047d2838 authored over 9 years ago by Corey Farwell <[email protected]>
Error should implement Debug so we can unwrap results

caffe11b74dc966f2de4a201691e8ae342965898 authored over 9 years ago by Corey Farwell <[email protected]>
Update README description to match other descriptions

f039aecb058c3ab75f7e8fb3768d689e1e6b4e40 authored over 9 years ago by Corey Farwell <[email protected]>
Add basic doc-comment documentation for most structures

ce5b2d8336fd4a00454af356e977d27fd478d68f authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #33 from georust/tostring

Implement ToString trait for GeoJson

6dc13906715a331b59a540be2aa518d6af5deaf1 authored over 9 years ago by Corey Farwell <[email protected]>
Implement ToString trait for GeoJson

29f5499ad8930c45471ed1fbee0f819124dc68ea authored over 9 years ago by Corey Farwell <[email protected]>
Update crate description

a98e02bb78235532c20ce6093151b30a61c84b94 authored over 9 years ago by Corey Farwell <[email protected]>
Add keywords to Cargo.toml file

74aef217a1a029fdfe72f734d4485f436cbf4203 authored over 9 years ago by Corey Farwell <[email protected]>
Add link to documentation in Cargo.toml

72e5d9f4c3bfe4ac1e27e99401682736ee8aae02 authored over 9 years ago by Corey Farwell <[email protected]>
Add Crates.io badge to README

526a2e9c52eb468bec5cdbed6d478051f6c5ad1a authored over 9 years ago by Corey Farwell <[email protected]>
Fix link to documentation in README

a93bee5cda629a58f952612576778b3761ad1e9c authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #31 from georust/auto-docs

Build documentation via rustdoc on travis

18ccf7738c85c547ca0530b4890d120b8168a058 authored over 9 years ago by Corey Farwell <[email protected]>
Enable container builds on travis

16ae2f0edd822572375893f928db71e3d147e427 authored over 9 years ago by Corey Farwell <[email protected]>
Build documentation via rustdoc on travis

077c0be92519798f77777a58f2a7d57977803bae authored over 9 years ago by Corey Farwell <[email protected]>
Test on more Rust release channels

cf90ed517d52f2ef5e0b3cb3f6c5ff18ba7d277a authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #30 from georust/geojson-0.1

Restructure rust-geojson, bump to 0.1

264a544462beba9145d2d6ca59b61888dfb0bbd9 authored over 9 years ago by Corey Farwell <[email protected]>
Don't use ObjectUtil trait pattern for Object getters

https://github.com/georust/rust-geojson/pull/30#discussion_r30674234

98de07143dc55356b6f034981471371320227c14 authored over 9 years ago by Corey Farwell <[email protected]>
Explicitly `return` from functions

https://github.com/georust/rust-geojson/pull/30#discussion_r30674020

bf4db74124ff1a62a1e4d49c82343d3cc89457a4 authored over 9 years ago by Corey Farwell <[email protected]>
Restructure rust-geojson, bump to 0.1

As discussed in #29

Closes #3

Closes #10

b9ab9402cae9df4c970a5de907bf90fba3b9eec7 authored over 9 years ago by Corey Farwell <[email protected]>
Bump version

fe3df50a83c16f40e5caf78ef80d2c3898be9f95 authored over 9 years ago by Corey Farwell <[email protected]>
Implement 'id' property on Feature

Fixes #22

0617ee4984da8f05c1e66eda9c5768a50d120fea authored over 9 years ago by Corey Farwell <[email protected]>
Bump version

14a54b572be0b773355ab87ff452190d105074d2 authored over 9 years ago by Corey Farwell <[email protected]>
Create FromJson trait and implement for Geometry types

72baff6fe50650de68e537df15d9d662e36bb627 authored over 9 years ago by Corey Farwell <[email protected]>
Indicate location of README to cargo.toml

37084cf79a8ade942b9bbeb20c77f943d6e71d55 authored over 9 years ago by Corey Farwell <[email protected]>
Organize/simplify imports

c59f6af16dc2cc40170e2fde7303bb0b20961d01 authored over 9 years ago by Corey Farwell <[email protected]>
Reduce duplicate map constructing

5967be7ba2fb180ba9d48636f2407769dac62513 authored over 9 years ago by Corey Farwell <[email protected]>
stop abusing format! to create strings

bcc111dc9bacaa2f8e8ecf13572c13c808049d73 authored over 9 years ago by Corey Farwell <[email protected]>
Bump version to 0.0.7

3254decb0cecc13e297e62733c43fdb0b1bffbfd authored over 9 years ago by Corey Farwell <[email protected]>
Remove explicit derive copy

5808cf8d273c7be73eae52d12273515e973b80a0 authored over 9 years ago by Corey Farwell <[email protected]>
Bump version to 0.0.6

1db97eeb9fa0b58dbcd5bba81c943ea74ea899fb authored over 9 years ago by Corey Farwell <[email protected]>
Remove hyphen from 'extern crate'

46bc31aacaad7a700d84b4cb123d4d2e430a210b authored over 9 years ago by Corey Farwell <[email protected]>
Bump serialize

13de260e4faee902122b879483521ed609cd7d56 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump build

7f15b5f8007bae3fba92de3db1b5a2ace3b25f81 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #26 from georust/feature-object

Only allow Object or Null value for Feature properties

34189c56d280303820eaf9d1a8bb94d36c83f828 authored almost 10 years ago by Corey Farwell <[email protected]>
Only allow Object or Null value for Feature properties

Prior to this change, one could do something like:

{"type": "Feature", geometry: ..., propertie...

91833f77f60803745a6c7d62f6d7d5816abe4282 authored almost 10 years ago by Corey Farwell <[email protected]>
bump version

a48ec21e51cb9a611b01576bc5433508cb5d0c40 authored almost 10 years ago by Blake Grotewold <[email protected]>
Merge pull request #23 from georust/multiline-noring

Replace MultiLineString Ring with Pos

f885e38a04f4186b83a2f9dd651eff8386de6b2b authored almost 10 years ago by Blake Grotewold <[email protected]>
Merge pull request #25 from georust/rm-return

Remove unnecessary `returns`

fa4842af4d950d0a524e37941f6eb448cc665f72 authored almost 10 years ago by Corey Farwell <[email protected]>
Remove unnecessary `returns`

177554e51371a679924680b4fb14cb315029cbce authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #24 from georust/ring-doc

Improve documentation for types::ring::Ring

3353f3d719f7d0942ebc2631d4dc5e4c2b19d373 authored almost 10 years ago by Corey Farwell <[email protected]>
Improve documentation for types::ring::Ring

37229a4d517cca76ac5da369f052334ba1a9d435 authored almost 10 years ago by Corey Farwell <[email protected]>
Replace MultiLineString Ring with Pos

For the same reasons as #21

A 'ring' implies that it is 'closed' (the first and last coordinate...

e251d2615b1468f3c1b6d66284c49a6ae4ecd76c authored almost 10 years ago by Corey Farwell <[email protected]>
Don't use .iter() since it gets called implictly

9ff84727f28aa43f01d18ff3b37f18c46529cd9e authored almost 10 years ago by Corey Farwell <[email protected]>
Remove unknown feature

e4de953c72f2696e63663b87f8e003635bc5a886 authored almost 10 years ago by Corey Farwell <[email protected]>
Add link to spec for Geometry enum docs

770996c6fab52080972231440adeae19c44fdc51 authored almost 10 years ago by Corey Farwell <[email protected]>
Separate some logic, refactor

b0a894c6b656240a4b5498c7f655550147c4e3f6 authored almost 10 years ago by Corey Farwell <[email protected]>
Silence warnings, enable 'core' feature

0d8263644fc47d76876b2f16cac6da08c475d654 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>

4a68768a66d3725d062a1976c6dcd1f99d351e52 authored almost 10 years ago by Corey Farwell <[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...

279622de4632a50420c31760900e812b36a25528 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #20 from georust/hashmap

Utilize HashMap instead of BTreeMap

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-...

9b007a05567da80f30cc0367076e5631af1e05ae authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #13 from mgax/error-handling

Handle errors when parsing

49a74c3df432b53c015a1d6175db1fdff29fa233 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #19 from georust/remove-todo

Removes unnecessary todo

ba5160013e8098d890e7791a6cff868cbb2edd43 authored almost 10 years ago by Corey Farwell <[email protected]>
Removes unnecessary todo

1c934e04f49bc609e36fad944b48b60b0b588583 authored almost 10 years ago by Blake Grotewold <[email protected]>
Merge pull request #18 from georust/debug-trait

add `Debug` trait to all types

e0409daf8bcafe8944f2d0f507f78e8333139322 authored almost 10 years ago by Corey Farwell <[email protected]>
add `Debug` trait to all types

fixes #16

68115278680ba3e7f7014c9bf72943514677e6d9 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

0ce03d6249b61436fbe11d9b79e33787555681c8 authored almost 10 years ago by Corey Farwell <[email protected]>
public members for [Feature|Geometry]Collection

3a9927320e91ca6ac201e181ebd84bb6f6bf65a3 authored almost 10 years ago by Alex Morega <[email protected]>
move 'from_str' function to FeatureCollection

3f7db9fd546572e102cbf089e6c5123ce9a3e649 authored almost 10 years ago by Alex Morega <[email protected]>
handle missing Json fields

a02f137127666d0e0c57d64434eb32f5a2eb18ee authored almost 10 years ago by Alex Morega <[email protected]>
error handling for Pos::from_json

b96a19c7d88bc3c78254f334bf2065e403321b20 authored almost 10 years ago by Alex Morega <[email protected]>
error handling for parsing of basic geometry types

6bbbd277e51f855deb23771160e0f251bb37701c authored almost 10 years ago by Alex Morega <[email protected]>
return GeoJsonResult from parsers

208d4b466a9b86c8b39d150e37fa139e786ef29b authored almost 10 years ago by Alex Morega <[email protected]>
avoid warnings about `ok_or`

1d98e09313954622b00f202a59f0a6d327f1f4d4 authored almost 10 years ago by Alex Morega <[email protected]>
macros for json error handling

ebef650014a1cd9d852c89a9a5c523e989df0cdd authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #12 from mgax/from_str

Implement from_str

83c92d67be34ef85304b9528f92dbf9de9026bd4 authored almost 10 years ago by Corey Farwell <[email protected]>
clean up testing code

38cfe20c438979fb37a719be6065f4165b93cf45 authored almost 10 years ago by Alex Morega <[email protected]>
implement parsing for remaining geometry types

dfc99687bd475385b289aef21af03a35397f1748 authored almost 10 years ago by Alex Morega <[email protected]>
add a couple of missing unit tests

2717454abd0dc81c7fea165f2633317cc001a48a authored almost 10 years ago by Alex Morega <[email protected]>
use Json::from_str

9bf55aa852000968d79a04ad706aaff48b83532b authored almost 10 years ago by Alex Morega <[email protected]>
parse a document containing a MultiPolygon

c83a1b694fb6021e41fae2f285a0826560839225 authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #11 from georust/submodules

Separate all types into their own submodule

478316d75d3653acf8b761437dfec2d8a8669c60 authored almost 10 years ago by Blake Grotewold <[email protected]>
Separate all types into their own submodule

Fixes #9

1fadfc76df0b4189b11f2cebe86a0289f60c2567 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #8 from calvinmetcalf/update-to-1

update to version 1 compatible

dfc57f0b8f7e7fb2dfae4d8b2b11c0a79f051647 authored almost 10 years ago by Corey Farwell <[email protected]>
use ref instead of match

0bb700e9a35bf9eb9fe3191069cad1d6b120e1a8 authored almost 10 years ago by Calvin Metcalf <[email protected]>
update to version 1 compatible

7ebd9bca8ddeb6aa5e68877615fdd2dd9924fdbb authored almost 10 years ago by Calvin Metcalf <[email protected]>
0.0.3 version bump

c508b19d84a6c12e076f7851f01d775d92f82e25 authored almost 10 years ago by Blake Grotewold <[email protected]>
Remove Cargo.lock from library and add to gitignore

99acf704bde2cd0bbd1866c85bdfd8442e1e4eff authored almost 10 years ago by Blake Grotewold <[email protected]>
Merge pull request #5 from georust/bump-to-latest

Convert project from executable to library

06b5bab735d5ad338790063bf63fa3421ec4b12a authored almost 10 years ago by Blake Grotewold <[email protected]>
Convert project from executable to library

944e1a0fdc063eb74e1e83caecfbf853fa00504f authored almost 10 years ago by Corey Farwell <[email protected]>
Correct author email

9dc44c0bdb071dbe00731bc7cbf505e2a8618ea8 authored almost 10 years ago by Blake Grotewold <[email protected]>
Update Cargo Information

4cfac1769cc6d046174dc2e3911ebf4078013bb6 authored almost 10 years ago by Blake Grotewold <[email protected]>
Fix deprecated `mod` usage

36702be93943ff63d69b3b2fc8ee23eca454d5a1 authored almost 10 years ago by Blake Grotewold <[email protected]>
Update to match serialize::json

19511374e4c959c2690b690f35d7c455f4301541 authored almost 10 years ago by Blake Grotewold <[email protected]>
Add licensing to top of file

631c170195ee9ffbe95d20abcf13a7d80246d0b0 authored almost 10 years ago by Blake Grotewold <[email protected]>
Clean up README

9a8616655c12367b5b89f2b6f1dccdfb5e3922f1 authored almost 10 years ago by Blake Grotewold <[email protected]>
Account for latest changes to upstream Rust

9f6044bf7199a17ecb95d89ee65e012d738f1596 authored about 10 years ago by Corey Farwell <[email protected]>
Simplify imports

ae0c58702042109509df08a9bb6a320c511aecef authored about 10 years ago by Corey Farwell <[email protected]>
beginning of ToGeoJson trait

46a063e4fd91bc39d6a50c9e563011b66b6e2dda authored about 10 years ago by Corey Farwell <[email protected]>
Remove unneeded imports

f3c4fa4c95beaf7394423967e2002bed8cbad124 authored about 10 years ago by Corey Farwell <[email protected]>
Update cargo.lock

5c0c3b7b6fd3544cba978049eb0510015766b85e authored about 10 years ago by Corey Farwell <[email protected]>
Finalize Cargo.toml

102d25d35716f391f0c26d1c6928cb4189bb5955 authored about 10 years ago by Corey Farwell <[email protected]>
Change licensing to Apache

6068ad58e1eca8a40fbeffc540080b52ea8eb81d authored about 10 years ago by Corey Farwell <[email protected]>
Account for enum namespacing changes

2008d63d6f6dd86d1fdc52266d38904ca8247f20 authored about 10 years ago by Corey Farwell <[email protected]>
Add basic description of project

ef8bfdf133ec6882108feaedfd850aa9f6b1346d authored about 10 years ago by Corey Farwell <[email protected]>
Make tests pass on nightly

21bc42127038e79390c0890d4c42ea62573ed053 authored over 10 years ago by Corey Farwell <[email protected]>
Make holes optional for polygon

2807593b242c95ddfeea44530df55f34cbba7b1a authored over 10 years ago by Corey Farwell <[email protected]>
Rename Position to Pos

db1ec28f414e12e4269f39527107c10ec25765d6 authored over 10 years ago by Corey Farwell <[email protected]>
Remove unfixable(?) TODO

dd9314c81b5f980cc888f9a4b3f9660c68ca8700 authored over 10 years ago by Corey Farwell <[email protected]>
Add type to FeatureCollection json

bb1dfa044395768dffd39ae25806257fd1f200e6 authored over 10 years ago by Corey Farwell <[email protected]>