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

Added a trait for GDAL data types: GdalType.

Replaced ByteBuffer with a generic Buffer<T: GdalType> and created an alias for ByteBuffer.

github.com/georust/gdal - b2f06e61f31e0370c6be10abb7eb3ef07fcfb6e9 authored almost 9 years ago by Johannes Drönner <[email protected]>
Added enumerations from GDAL as gdal_enums.rs and replaced all constants with the matching enum.

github.com/georust/gdal - 1caf09276417728fcb03e04f8e287653862bcb95 authored almost 9 years ago by Johannes Drönner <[email protected]>
Don't fill the Vec with zeros before reading.

github.com/georust/gdal - b8eef66a007561a65d6a289ed2470affec6e5083 authored almost 9 years ago by Johannes Drönner <[email protected]>
Fix compiler warning

github.com/georust/gdal - 4c8e4dba3ead5f7a87ce7251283448e972e9c973 authored almost 9 years ago by Johannes Drönner <[email protected]>
Merge pull request #8 from georust/relicense

Relicense library

github.com/georust/geohash - 428f4ab24b423e31b9337f3e456219baeb1b3230 authored almost 9 years ago by Ning Sun <[email protected]>
Bump version: 0.2.4 -> 0.2.5

github.com/georust/geohash - a6b102fdfb9ba12170fd9f3df8809f6bd083fd64 authored almost 9 years ago by Corey Farwell <[email protected]>
update license to MIT/Apache-2.0

github.com/georust/geohash - 2840e9aac3c7707ed3b637e7570803d9d54d0a9d authored almost 9 years ago by Corey Farwell <[email protected]>
Merge pull request #3 from cmr/master

Relicense to dual MIT/Apache-2.0

github.com/georust/geocoding - 62326ff07d9f63e36a9258d70aee55957b67dd10 authored almost 9 years ago by Blake Grotewold <[email protected]>
Bump version: 0.0.1 -> 0.0.2

github.com/georust/world-file - cc18f32a1f197f980b2817a1af27b06c631a651d authored almost 9 years ago by Corey Farwell <[email protected]>
Fix compilation

github.com/georust/world-file - 36183d10b5d0059f6aab1afd3482359d5b671eb7 authored almost 9 years ago by Corey Farwell <[email protected]>
Relicense to dual MIT/Apache-2.0

Closes https://github.com/georust/rust-geocoding/issues/2

github.com/georust/geocoding - 5a9d48f3e4aff18a737149cc01e06e6210cb34ea authored almost 9 years ago by Corey Richardson <[email protected]>
Merge pull request #2 from cmr/master

Relicense to dual MIT/Apache-2.0

github.com/georust/world-file - 3266f16a80e842e99f382ee2ec908ae0774a836a authored almost 9 years ago by Corey Farwell <[email protected]>
Relicense to dual MIT/Apache-2.0

Closes https://github.com/georust/rust-world-file/issues/1

github.com/georust/world-file - 7e133196d456734c06347c0c79f9b655b1f647a1 authored almost 9 years ago by Corey Richardson <[email protected]>
(chore) cleanup Cargo.toml and release new version

github.com/georust/geohash - 0f07189cebfead7712781ce210ff25e9ea526f77 authored about 9 years ago by Ning Sun <[email protected]>
Use version of rust-geo from crates.io

github.com/georust/gdal - d8cacb64329491460331ec5e24bfc5d499392139 authored about 9 years ago by Corey Farwell <[email protected]>
Merge pull request #16 from samlecuyer/patch-1

bump version

github.com/georust/gdal - a31eabdf6b1b1419301d882a81280b0de27c966c authored about 9 years ago by Corey Farwell <[email protected]>
bump version

for #15

github.com/georust/gdal - 29ca79d36acf990d60a24b3cad241065c4fd2f28 authored about 9 years ago by Sam L'ecuyer <[email protected]>
Merge pull request #17 from Turbo87/travis-deploy-key

TravisCI: Use encrypted deploy key instead of global token

github.com/georust/geo - dbe25b21489e1e7bea75a4eecbbee382a1c5bc83 authored about 9 years ago by Corey Farwell <[email protected]>
TravisCI: Use encrypted deploy key instead of global token

see #14

github.com/georust/geo - 5c18f2c8f524d1a787c7ed306242cc047437a81a authored about 9 years ago by Tobias Bieniek <[email protected]>
Merge pull request #14 from Turbo87/travis

TravisCI: Deploy to GitHub Pages only for the master branch

github.com/georust/geo - f04509964f4c0e94f7b27ec47e54bccb317cf9f5 authored about 9 years ago by Corey Farwell <[email protected]>
Merge pull request #13 from Turbo87/point-methods

Add basic Point methods

github.com/georust/geo - c2c96fd9e1b6717039116414d0d235008b5142d9 authored about 9 years ago by Corey Farwell <[email protected]>
TravisCI: Replace ghp-import with shell commands

Installing ghp-import apparently needs sudo, which means that the containerized
infrastructure o...

github.com/georust/geo - 69f295b9fe33b7a4a4e2b71227f1c4da53708d07 authored about 9 years ago by Tobias Bieniek <[email protected]>
TravisCI: Deploy to GitHub Pages only for the master branch

github.com/georust/geo - 757b754ca031a10f94f6eda20f9bed580f6a0123 authored about 9 years ago by Tobias Bieniek <[email protected]>
Point: Add dot() method

github.com/georust/geo - 104ffc225f51209c2ee84407f32e86af933d1a9b authored about 9 years ago by Tobias Bieniek <[email protected]>
Point: Implement Add, Sub and Neg traits

github.com/georust/geo - 2339392d5d62882c709b0775d5ae89ab99df04d9 authored about 9 years ago by Tobias Bieniek <[email protected]>
Point: Add set_x(), set_y(), set_lng() and set_lat() methods

github.com/georust/geo - de60838cc50fa06c3a7ae20510e42add307355f3 authored about 9 years ago by Tobias Bieniek <[email protected]>
Point: Add new() factory method

github.com/georust/geo - 31b408232ff351749c7bc8b4cd13b839b6c40e5c authored about 9 years ago by Tobias Bieniek <[email protected]>
Point: Add x(), y(), lat() and lng() methods

github.com/georust/geo - ee37ad872c0a35f1250660c8e6565ac1cff1dcb2 authored about 9 years ago by Tobias Bieniek <[email protected]>
Merge pull request #2 from georust/travis

Init travis config

github.com/georust/proj - 53855f76e5c29d5db47683aace9cbe3cda809e8a authored over 9 years ago by Corey Farwell <[email protected]>
Install proj package before running on travis

github.com/georust/proj - 0deba59a4aa0763c2bc9ebe469474940d1c570c0 authored over 9 years ago by Corey Farwell <[email protected]>
Update unit tests to run with API changes

github.com/georust/proj - a53552c952793015af8a2196e43fa4cf2f5e55bd authored over 9 years ago by Corey Farwell <[email protected]>
Init travis config

github.com/georust/proj - 746db79caf9836dc7e3f0a5dd348c3c0fd0fb3b8 authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #4 from georust/chore/multi-channel

(chore) update travis config to build on multi channels

github.com/georust/geohash - 12c03933d4f5832a04ca80fdff21fbfe97598983 authored over 9 years ago by Ning Sun <[email protected]>
Merge pull request #14 from georust/write

Write geometries to new dataset

github.com/georust/gdal - ce36be90336e9bac8d7182baefa201e5f07fd53b authored over 9 years ago by Alex Morega <[email protected]>
remove file when we're done

github.com/georust/gdal - 7eb2d235696a5d4f0ed62360c2661a811d26d8ad authored over 9 years ago by Alex Morega <[email protected]>
create layer

github.com/georust/gdal - 5c7290f292bb295a5a952d66a97a377e1a7fa0f2 authored over 9 years ago by Alex Morega <[email protected]>
create datasource

github.com/georust/gdal - fdaa757fa678b5788e5625ea6780e39b10416bb3 authored over 9 years ago by Alex Morega <[email protected]>
move register_drivers to new module

github.com/georust/gdal - 6d65fdf923dc635c43fda7cfe7c5ba3c6d1ea1a9 authored over 9 years ago by Alex Morega <[email protected]>
feature keeps reference to definition

github.com/georust/gdal - 85db50fda52723a37cb1c9d5274fae449b4135be authored over 9 years ago by Alex Morega <[email protected]>
layer is owned by dataset

github.com/georust/gdal - ff671aa8cd6eae9ddbfbccd70cac218bccaea989 authored over 9 years ago by Alex Morega <[email protected]>
move field-definition code to new module

github.com/georust/gdal - f774779514920668a8c99a60a86528beb2f8a5d0 authored over 9 years ago by Alex Morega <[email protected]>
create new feature into layer

github.com/georust/gdal - d1ff38496daf0af8c9206d0cadc07ed5b2571f74 authored over 9 years ago by Alex Morega <[email protected]>
Merge pull request #11 from georust/geo-import-export

Geo import export

github.com/georust/gdal - c2ab579c6f420c914636f2bae77a147186d55613 authored over 9 years ago by Alex Morega <[email protected]>
Merge pull request #13 from georust/docs-link-1

Link to documentation in readme

github.com/georust/gdal - 8b3f36d5ebee4bc6742262c076c19a1285a281bf authored over 9 years ago by Alex Morega <[email protected]>
Link to documentation in readme

github.com/georust/gdal - 821d298db309b25ce19896739eb5871ba344556b authored over 9 years ago by Corey Farwell <[email protected]>
Bump version: 0.0.4 -> 0.0.5

github.com/georust/geo - 56b06a0ec471e6e1efb077940a4a46f8c48b0403 authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #11 from georust/debug-trait

derive `Debug` trait

github.com/georust/geo - 4ff6c7d26dd3ce24bab321972fa1535abee37811 authored over 9 years ago by Corey Farwell <[email protected]>
split geo-related code to separate files

github.com/georust/gdal - d6f6445da0a6831e398dae827d05c2bb5ced87a7 authored over 9 years ago by Alex Morega <[email protected]>
move tests to folder module

github.com/georust/gdal - d9f5079fad00a33450d63ca1b190831e6688b6cf authored over 9 years ago by Alex Morega <[email protected]>
export multipoint to gdal

github.com/georust/gdal - 7e4645d9a0112ec259df9fb3743fcdfd619461f0 authored over 9 years ago by Alex Morega <[email protected]>
import multipoint from gdal

github.com/georust/gdal - 486f04683956e6042a353766d254090d381d034e authored over 9 years ago by Alex Morega <[email protected]>
import and export geometrycollection

github.com/georust/gdal - 497919c190891fee1a4a0e6a250ba000271931f9 authored over 9 years ago by Alex Morega <[email protected]>
export polygon to gdal

github.com/georust/gdal - 6055ad32ec56288b2d1168fbc876f042e81dc822 authored over 9 years ago by Alex Morega <[email protected]>
import and export multipolygons

github.com/georust/gdal - e819b067c19ada429f3151513bf75cd1a7943ab9 authored over 9 years ago by Alex Morega <[email protected]>
import and export multilinestrings

github.com/georust/gdal - c426ede730b86abfe42c0377e2401a79b81f1b74 authored over 9 years ago by Alex Morega <[email protected]>
extract geometry_with_points factory

github.com/georust/gdal - 16f069a2cc9325d68bdd5434d7694b61f08a0cd5 authored over 9 years ago by Alex Morega <[email protected]>
import polygon

github.com/georust/gdal - 8d2533af9fbc33c2f8c7c7e3b5c228afe35db01f authored over 9 years ago by Alex Morega <[email protected]>
get a geometry wrapper for a sub-geometry

github.com/georust/gdal - e477c414fa8a5e1e4a0a62f98548df623643ef32 authored over 9 years ago by Alex Morega <[email protected]>
import/export linestring

github.com/georust/gdal - 99032b3cf4d85025f2e38952579c01a05c177ee9 authored over 9 years ago by Alex Morega <[email protected]>
implement `ToGdal` for `geo::Geometry`

github.com/georust/gdal - 767f9b29d02249b36292882ec4b59d8e26326621 authored over 9 years ago by Alex Morega <[email protected]>
refactor the tests

github.com/georust/gdal - b5dfd249928222ad47ba42de00dea043b4fa66b6 authored over 9 years ago by Alex Morega <[email protected]>
modules are not public but we re-export everything

github.com/georust/gdal - 2ae01ae1df3133c19666cd90e1dda96a03d65145 authored over 9 years ago by Alex Morega <[email protected]>
use shared types from the `geo` crate

github.com/georust/gdal - d7a10dd7f5bcf3d9610492617695515c59b69a0a authored over 9 years ago by Alex Morega <[email protected]>
derive `Debug` trait

github.com/georust/geo - b3f2f81d43af18f5298205d0c036d9e6c8f01039 authored over 9 years ago by Alex Morega <[email protected]>
fix description; bump to version 0.1.0

github.com/georust/gdal - 262d1cbd00809596c8d72924722ab6d256a4ee2e authored over 9 years ago by Alex Morega <[email protected]>
remove proxy `wkt` and `json` methods

github.com/georust/gdal - 6983024287969e85383f402f38240c1822ec25dd authored over 9 years ago by Alex Morega <[email protected]>
link to docs

github.com/georust/gdal - dcdd32b05f64e6c6bc6bdff3dd08dc606b29a8ab authored over 9 years ago by Alex Morega <[email protected]>
use new travis infrastructure

github.com/georust/gdal - a5e3a92cb86e859dafff43117292148c3433cf45 authored over 9 years ago by Alex Morega <[email protected]>
auto-deploy docs to gh-pages

github.com/georust/gdal - c027f85bb6eecd2d5b1caaaf1f43afb34746f13d authored over 9 years ago by Alex Morega <[email protected]>
documentation for Geometry

github.com/georust/gdal - 73ce88f960648572ae1ea6e5071499b8f2090b2a authored over 9 years ago by Alex Morega <[email protected]>
docs for `Feature`

github.com/georust/gdal - 8977a92739ceafe22996873cdb2823976ef6f354 authored over 9 years ago by Alex Morega <[email protected]>
docs for layer

github.com/georust/gdal - 4a7ae3cbef7414a6052fa618cda643af3c549a5d authored over 9 years ago by Alex Morega <[email protected]>
doc for Dataset

github.com/georust/gdal - 6344de8d0e906dad37086d4f0a73d62b7684ab23 authored over 9 years ago by Alex Morega <[email protected]>
update example

github.com/georust/gdal - a789570a705b73ec08530d6b4b2ab293f9ad3a0a authored over 9 years ago by Alex Morega <[email protected]>
module titles

github.com/georust/gdal - 341265123627934dc0ee0268d51505b72d6c4541 authored over 9 years ago by Alex Morega <[email protected]>
crate docs

github.com/georust/gdal - 65f4a0bba6e610c5146a4e79bc4d4e3a621e32c0 authored over 9 years ago by Alex Morega <[email protected]>
Bump version: 0.0.3 -> 0.0.4

Fixes #23

github.com/georust/wkt - 18eaf9e5ab2fba6e5316708fcd9328b2df502149 authored over 9 years ago by Corey Farwell <[email protected]>
convex hull

github.com/georust/gdal - e20ad0d051f5ca3c3c869669e17550c1ecb7644e authored over 9 years ago by Alex Morega <[email protected]>
helper to create Geometry object

github.com/georust/gdal - fb96fb7c12780061c9cfe5f7988a70896602bfb7 authored over 9 years ago by Alex Morega <[email protected]>
Merge branch 'unify-geometries'

github.com/georust/gdal - 50f1f5f141897775b0c7a18053005068e1b5b3fd authored over 9 years ago by Alex Morega <[email protected]>
create a lazy Geometry for each Feature

github.com/georust/gdal - be692ca7add0bebc24e8b3a8b092112733eaf836 authored over 9 years ago by Alex Morega <[email protected]>
wrap c_geometry in a RefCell

github.com/georust/gdal - 28d90ca75c3bb9de7cb1430f4f0a65731a06a80b authored over 9 years ago by Alex Morega <[email protected]>
get c_geometry via method

github.com/georust/gdal - 8e3e8d4ade0ea00cdb97ddbd6a976d0d4d44ab4f authored over 9 years ago by Alex Morega <[email protected]>
use `wkt()` and `json()` from Geometry type

github.com/georust/gdal - 9eaffb825a036a507abecd2e652a6d825290632b authored over 9 years ago by Alex Morega <[email protected]>
c_geometry may be borrowed from a Feature

github.com/georust/gdal - 5ed8913ca91d2e97c932f158df43784dd7aefd2c authored over 9 years ago by Alex Morega <[email protected]>
example code to read features in a dataset

github.com/georust/gdal - 3fb97622e89769837f393fea80876c219b0a6cf0 authored over 9 years ago by Alex Morega <[email protected]>
Merge pull request #10 from georust/update-readme

Update README to no longer indicate tracking nightly Rust

github.com/georust/gdal - e4aec2641f2fcb2340699a4eb26be5a74206eee9 authored over 9 years ago by Alex Morega <[email protected]>
Merge pull request #9 from georust/rm-proj

Remove proj from the project

github.com/georust/gdal - c2fcf4a3206818463ee2162d2ec51d4c95a3e201 authored over 9 years ago by Alex Morega <[email protected]>
Bump version to 0.1.1

github.com/georust/proj - 37f7f90adadeffeb62bb727f3da0b7a5dba71383 authored over 9 years ago by Corey Farwell <[email protected]>
Utility doesn't need to be public

github.com/georust/proj - 6294d5525a0d69712926b4112e35d1f66cb097fd authored over 9 years ago by Corey Farwell <[email protected]>
Use correct link for repository

github.com/georust/proj - 5372c38ad1f03ce3332eeb94c06bd2b276ff086f authored over 9 years ago by Corey Farwell <[email protected]>
Update README to no longer indicate tracking nightly Rust

github.com/georust/gdal - f0cef6516902461157bd9c23e31c96342888e9e2 authored over 9 years ago by Corey Farwell <[email protected]>
Remove proj from the project

It now lives in https://github.com/georust/rust-proj

Fixes #8

github.com/georust/gdal - 1f124b3168320ef87f3913025cbf52712ab9523c authored over 9 years ago by Corey Farwell <[email protected]>
Initial commit of proj project

github.com/georust/proj - f079c89cc18b3dd2ecc473b596bb99d8d2a9864c authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #6 from georust/multiple-channels

Run on multiple channels of Rust

github.com/georust/gdal - 97fd9feca13c4cf69f79d9d8cf2c2496e095daf4 authored over 9 years ago by Alex Morega <[email protected]>
Merge pull request #7 from georust/stable-compatiblity

Make compatible with stable Rust

github.com/georust/gdal - 6837b252ea481d9ac22baa610c85639b26a4e110 authored over 9 years ago by Alex Morega <[email protected]>
Make compatible with stable Rust

github.com/georust/gdal - aab095ce1d1a18f7888e522ee8e6c83c5567113e authored over 9 years ago by Corey Farwell <[email protected]>
Run on multiple channels of Rust

github.com/georust/gdal - f3d9254a10fcb1a6c8e4e133084863dcc7c24058 authored over 9 years ago by Corey Farwell <[email protected]>
Merge pull request #22 from georust/multiple-channels

Run on multiple channels of Rust

github.com/georust/wkt - b7c7caff27c291020fbf97e564921a03cc59ca6e authored over 9 years ago by Corey Farwell <[email protected]>
Remove explicit 'script' definition

github.com/georust/wkt - 64925387c2e4ec1ee784740865ef5e8065211487 authored over 9 years ago by Corey Farwell <[email protected]>