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

Simplify(?) some string logic

github.com/georust/geojson - 7a0ee305b32cd12467ec47cd450567205c3e491f authored over 10 years ago by Corey Farwell <[email protected]>
Implement ToJson for MultiPoint

github.com/georust/geojson - 48f3c4149188660bfd58aeae96f2c28c8c5398f2 authored over 10 years ago by Corey Farwell <[email protected]>
Init LICENSE

github.com/georust/geojson - 0c5442a6f89c11077b0d4edaace50fa1aa8083eb authored over 10 years ago by Corey Farwell <[email protected]>
Init README

github.com/georust/geojson - 71946424fbdec1952f76a131c1aa844f688038bc authored over 10 years ago by Corey Farwell <[email protected]>
First attempt at rust!

github.com/georust/geojson - c55ee9c5c9a03b1ddd1535eca219ee15d1a57a5f authored over 10 years ago by Corey Farwell <[email protected]>
change constants to uppercase

github.com/georust/gdal - 05f0156e1bed3c9e6c4905b5afd346320bf496dc authored over 10 years ago by Alex Morega <[email protected]>
replace .shift()

github.com/georust/gdal - a4224cba0e466af0a0c579330c2d7843013c5e42 authored over 10 years ago by Alex Morega <[email protected]>
update *c_char to String conversion

github.com/georust/gdal - 794e3d6498deef3750aa43dc63a0e2086cd4cd7a authored over 10 years ago by Alex Morega <[email protected]>
update crate name

github.com/georust/gdal - ab9f064e88b05fd4af0b4b5f2e06904cd4fd59c8 authored over 10 years ago by Alex Morega <[email protected]>
rename tests module

github.com/georust/gdal - f39fa7cea435c870f4c2e3f4464091ba83767f9c authored over 10 years ago by Alex Morega <[email protected]>
fix travis dependencies

github.com/georust/gdal - f4b1d9b4f6d1fc0a71aa4da826e9d9dda2a24a57 authored over 10 years ago by Alex Morega <[email protected]>
Merge branch 'master' of github.com:sunng87/geohash.rs

github.com/georust/geohash - d8dfe0fe720936ea0b0f1457e829281f9d4812cb authored over 10 years ago by Sun Ning <[email protected]>
fixed package name

github.com/georust/geohash - 2932ffba96ac928f1234754a759b80fead190d63 authored over 10 years ago by Sun Ning <[email protected]>
Update README.md

github.com/georust/geohash - ea04df7a51e21cb421f048dc2be7c0353b073ba6 authored over 10 years ago by Sun Ning <[email protected]>
Update README.md

github.com/georust/geohash - 7bf4d1b4dadbdddca386ff9d80c8f729f3c3ebda authored over 10 years ago by Sun Ning <[email protected]>
Update README.md

github.com/georust/geohash - 95d42441601ee2788ece4ac39911a72c3bb6b96c authored over 10 years ago by Sun Ning <[email protected]>
added travis build

github.com/georust/geohash - 97e065755d1e8847fc1ac9500f4af76134e9eb3f authored over 10 years ago by Sun Ning <[email protected]>
added gitignore

github.com/georust/geohash - 8e576a4b3589ad47a17263aea53dc303de2ec48a authored over 10 years ago by Sun Ning <[email protected]>
added docs

github.com/georust/geohash - 8c8eee14c06172cc9e1ff8feaed5502783977a01 authored over 10 years ago by Sun Ning <[email protected]>
static array

github.com/georust/geohash - 6c78934fd57ff6e68a2123bc6026bb360847cb96 authored over 10 years ago by Sun Ning <[email protected]>
added README

github.com/georust/geohash - 7dd1f639e691ce30b25ed7af25ef0cc74c36ba72 authored over 10 years ago by Sun Ning <[email protected]>
initial commit

github.com/georust/geohash - 57b93a5433deaba59958778975b8d412b359e1aa authored over 10 years ago by Sun Ning <[email protected]>
add 'const' to pointers

github.com/georust/gdal - 7d39aa52452413be83018d06b542ec4e1d5a41aa authored over 10 years ago by Alex Morega <[email protected]>
add type specifiers

github.com/georust/gdal - b860f7acb780fb0e19ea534e00b3fdb78497db07 authored over 10 years ago by Alex Morega <[email protected]>
update code for latest rust

github.com/georust/gdal - a72d046e1477adc1b139e5a540a152d2a9e5548c authored over 10 years ago by Alex Morega <[email protected]>
switch back to ppa:hansjorg/rust nightlies

github.com/georust/gdal - b047417c97b10a0404f5e78a1afeff57b4e926bf authored over 10 years ago by Alex Morega <[email protected]>
`.count()` doesn't accept an argument any more

github.com/georust/gdal - 1dc44593ca0196f824175d16724460bcac6918eb authored over 10 years ago by Alex Morega <[email protected]>
iterator yields Field objects

github.com/georust/gdal - 1d9d1b4f16ec876ea02113832c4e5ceed7e884c8 authored over 10 years ago by Alex Morega <[email protected]>
enumerate field names

github.com/georust/gdal - 97d3db45fb94d8afa02e8ba64404fb16e28d884b authored over 10 years ago by Alex Morega <[email protected]>
rename F64 to Real

github.com/georust/gdal - a66b803b998fd1955330664fa842408168a41c88 authored over 10 years ago by Alex Morega <[email protected]>
travis - update packages before install

github.com/georust/gdal - 580ef41fbdac48b1693ff269385e97e968fd32fa authored over 10 years ago by Alex Morega <[email protected]>
change constructor for Point

github.com/georust/gdal - 6b5d593e95ba8c14435fb6b7e7ab00a525b54392 authored over 10 years ago by Alex Morega <[email protected]>
export geojson geometry

github.com/georust/gdal - e9c0550727c1e0ed0e7195410193c6beee03567f authored over 10 years ago by Alex Morega <[email protected]>
allow passing flags to test runner

github.com/georust/gdal - 72619934e28b00d6d5d9a607450da69da0e6907d authored over 10 years ago by Alex Morega <[email protected]>
extract helpers to load fixtures

github.com/georust/gdal - 1b08d8ade003765df05ffff37d75fb12ad66d749 authored over 10 years ago by Alex Morega <[email protected]>
drop `get_` from function names

github.com/georust/gdal - e4f4a52e3cfd4a57ab7e3ce6248cc38503a2c554 authored over 10 years ago by Alex Morega <[email protected]>
reorder code

github.com/georust/gdal - 10098370d717ba334331711fa962afcd939bd046 authored over 10 years ago by Alex Morega <[email protected]>
as_string and as_f64 methods

github.com/georust/gdal - c4dd6808d39b2ad88b0612f510bcd5f787aba8ff authored over 10 years ago by Alex Morega <[email protected]>
return None if the field is missing

github.com/georust/gdal - 0bb400328d771c181b6ac579b84df6a9f6e7433c authored over 10 years ago by Alex Morega <[email protected]>
a single function that gets field values

github.com/georust/gdal - ec103ff9ea4dde54a6c9a70560c4989f07e4a844 authored over 10 years ago by Alex Morega <[email protected]>
get float field value

github.com/georust/gdal - 6f509409e4d1f0e05c1404aecbf0e34aaccfbef7 authored over 10 years ago by Alex Morega <[email protected]>
export geometry to wkt

github.com/georust/gdal - 38bc872c0b0980ffb4303be5495f83767f464e0b authored over 10 years ago by Alex Morega <[email protected]>
Feature keeps a reference to Layer

github.com/georust/gdal - e0d869f895f504495e56d97bdaaf572347f03ee1 authored over 10 years ago by Alex Morega <[email protected]>
install rust from nightly tgz

github.com/georust/gdal - 5697552788691af92dbf141756db8a6fb2a6a296 authored over 10 years ago by Alex Morega <[email protected]>
get field value

github.com/georust/gdal - e9bfa66455cdc84275db0482145b1ca9986f4a2e authored over 10 years ago by Alex Morega <[email protected]>
fix argument names

github.com/georust/gdal - cffd71a95b972d46361aa63c1dfa6b1cb1d9699e authored over 10 years ago by Alex Morega <[email protected]>
layer borrows a reference to dataset

github.com/georust/gdal - 73636a21e45874dbe62ed2e8d0afa907401dc61b authored over 10 years ago by Alex Morega <[email protected]>
iterate over features in a layer

github.com/georust/gdal - a17d58c833c323ae96ca27aaa62a12ec608e7e23 authored over 10 years ago by Alex Morega <[email protected]>
open/close vector dataset; get layer count

github.com/georust/gdal - 0356833a602be0571b03e39a35b132807a482108 authored over 10 years ago by Alex Morega <[email protected]>
geojson fixture

source: http://tile.openstreetmap.us/vectiles-highroad/17/75039/47441.json

github.com/georust/gdal - 61346260627e0a291857da4797f84682088b75df authored over 10 years ago by Alex Morega <[email protected]>
fix warning

github.com/georust/gdal - 0104b212bc6b314fb8f07b2a4740a5bb87970ad0 authored over 10 years ago by Alex Morega <[email protected]>
move tests to test submodules

github.com/georust/gdal - ae9087121862fbde9f9e72881673a8f7a866558d authored over 10 years ago by Alex Morega <[email protected]>
move driver code into raster.rs

github.com/georust/gdal - 8f852a09cf46197394ed04ce9df126f0452bfd45 authored over 10 years ago by Alex Morega <[email protected]>
rename module and struct

github.com/georust/gdal - 97c2b99565386e1912ca354b5e79da96184a91d4 authored over 10 years ago by Alex Morega <[email protected]>
port to newer rust

github.com/georust/gdal - 42579754208790f02d08ebeddcf3f6895da7d1ad authored over 10 years ago by Alex Morega <[email protected]>
libc is now a separate crate

github.com/georust/gdal - ca75ece489f23d360ae4549e9937c848b08f597f authored almost 11 years ago by Alex Morega <[email protected]>
use png fixture, don't resize during read_raster

this should fix test_read_raster, which probably failed on travis
because of different jpeg/gdal...

github.com/georust/gdal - 945b104e8a767f7bf35c19675f3b98bb496ed6c9 authored almost 11 years ago by Alex Morega <[email protected]>
ubuntu has libproj-dev instead of libproj0-dev

github.com/georust/gdal - aa529471a8aaadbf0cde63fb3d3e6d86e3449130 authored almost 11 years ago by Alex Morega <[email protected]>
install dev libraries for gdal and proj

github.com/georust/gdal - 46dbf6e4eb742d79cc3d0510f81d7796e6dbe3ca authored almost 11 years ago by Alex Morega <[email protected]>
fix visibility issues

github.com/georust/gdal - 57a05359389eefae439cbb210273cf5f98fe6fb8 authored almost 11 years ago by Alex Morega <[email protected]>
use markdown syntax for travis image

github.com/georust/gdal - 891549be30214d5b09f656f20e21f2166ee7f18e authored almost 11 years ago by Alex Morega <[email protected]>
travis image

github.com/georust/gdal - 884cc8a5055107964082c5fde9be217f7c9a1272 authored almost 11 years ago by Alex Morega <[email protected]>
travis configuration

github.com/georust/gdal - b578ae6203cc81ad3adce26a7097290dee2a4226 authored almost 11 years ago by Alex Morega <[email protected]>
update readme

github.com/georust/gdal - a0b0873230ff158b07d2a7faf14f996cff8a8002 authored almost 11 years ago by Alex Morega <[email protected]>
transform gdal into a library

github.com/georust/gdal - 27effdb5696c254ed3d57d41c61d0222a0770bb9 authored almost 11 years ago by Alex Morega <[email protected]>
remove non-gdal code

github.com/georust/gdal - d7280adcb97010f292bfac4d34e2cbc695f4dcdf authored almost 11 years ago by Alex Morega <[email protected]>
overlay with OSM tiles

github.com/georust/gdal - 66e4b2f9659a528998194b27979d5c585fc57842 authored almost 11 years ago by Alex Morega <[email protected]>
implement GDALReprojectImage

github.com/georust/gdal - 5aa7fe5fa97f5a1a92ff0a13c64b6ff90c8f9fef authored almost 11 years ago by Alex Morega <[email protected]>
wrap GDALSetGeoTransform

github.com/georust/gdal - ee24e39f94cd9917bfd5ffe80182aa051c79ed9c authored almost 11 years ago by Alex Morega <[email protected]>
Merge branch 'workqueue'

github.com/georust/gdal - 67c421828db500734f2e60b2876dd66ad57d6728 authored almost 11 years ago by Alex Morega <[email protected]>
port rustile to new workqueue api

github.com/georust/gdal - dbbfe2ad8ecc95d2b9e00a00c532069888e1086d authored almost 11 years ago by Alex Morega <[email protected]>
module documentation

github.com/georust/gdal - 260dbc147486641c22ae02cd576a7fcd6926db41 authored almost 11 years ago by Alex Morega <[email protected]>
fewer things need to be public

github.com/georust/gdal - c82f5bc64c847467f943240654d35f558647b568 authored almost 11 years ago by Alex Morega <[email protected]>
inline the register_worker method

github.com/georust/gdal - 55686032b708f63be202ffe26909ac4e224b2bb1 authored almost 11 years ago by Alex Morega <[email protected]>
split away the dispatch logic

github.com/georust/gdal - 7abae72b05174263afaf0a03ea37026e0b82cc8f authored almost 11 years ago by Alex Morega <[email protected]>
change queue constructor

github.com/georust/gdal - 5ce1d945d6a96d12d08d0d68700d641bbd3e91dd authored almost 11 years ago by Alex Morega <[email protected]>
inline spawn_test_worker code

github.com/georust/gdal - ae3ded3e228c03172b5ce0140742448465f6b457 authored almost 11 years ago by Alex Morega <[email protected]>
change import

github.com/georust/gdal - e748672f4d18566c611c2a35b5360c69353af573 authored almost 11 years ago by Alex Morega <[email protected]>
nicer api for implementing workers

github.com/georust/gdal - 819b3531a5c9b629ff9784c7b293653abb84d6fd authored almost 11 years ago by Alex Morega <[email protected]>
transform WorkUnit to a tuple

github.com/georust/gdal - 84ec14832b844ebc4622a210c4db1a400221b19c authored almost 11 years ago by Alex Morega <[email protected]>
use std::task instead of native::task

github.com/georust/gdal - 986434683c1e7276085c094c3c455c2794f01a0c authored almost 11 years ago by Alex Morega <[email protected]>
skeleton docs

github.com/georust/gdal - fffe85fef3ffacc3b102a7e5034b9abae9a38e12 authored almost 11 years ago by Alex Morega <[email protected]>
reorganize test submodule

github.com/georust/gdal - 2d2478430e55341c4d8197fab29569663957e7be authored almost 11 years ago by Alex Morega <[email protected]>
vec.map was deprecated; use iterator map

github.com/georust/gdal - 724ed04774e506462e2f0bf9145736992ea19206 authored almost 11 years ago by Alex Morega <[email protected]>
rename module work to workqueue

github.com/georust/gdal - 3ceccb263f30e7714e926c2063a069ba11d8994a authored almost 11 years ago by Alex Morega <[email protected]>
move tests to their own module

github.com/georust/gdal - 38d953ee553fe282ba9c002e58c0265d1f3c908d authored almost 11 years ago by Alex Morega <[email protected]>
make the benchmarks smaller

github.com/georust/gdal - 3581178e217790195107e0813d0eedcc99d2fa27 authored almost 11 years ago by Alex Morega <[email protected]>
benchmark for spawning workers

github.com/georust/gdal - 2d84e8aa339fd5e37f295088b77f682978d1fe74 authored almost 11 years ago by Alex Morega <[email protected]>
add benchmark for worker queue

github.com/georust/gdal - 92250aa02c937fe83cb32d282d7e1c301251852b authored almost 11 years ago by Alex Morega <[email protected]>
mark test helper function

github.com/georust/gdal - 0f465b51eb7643fb60991ef37fa61f597c744699 authored almost 11 years ago by Alex Morega <[email protected]>
rename 'execute' to 'push'

github.com/georust/gdal - 3e8ac6249e886afbcf759cd08586ec8286877afd authored almost 11 years ago by Alex Morega <[email protected]>
use the new worker queue when rendering tiles

github.com/georust/gdal - 47b5acf1860438644472c2ac8fd7ef4e649ab9e2 authored almost 11 years ago by Alex Morega <[email protected]>
WorkQueueProxy is cloneable

github.com/georust/gdal - b0c8ee423acc4ad55071699fc8fb7afc0c5788dd authored almost 11 years ago by Alex Morega <[email protected]>
create queue proxy so we can enqueue from tasks

github.com/georust/gdal - b2fc90660408bf5212651f97c7ae1d4075cd001f authored almost 11 years ago by Alex Morega <[email protected]>
change import

github.com/georust/gdal - d727d9b2b10e073a768527217bda8cf1d453e324 authored almost 11 years ago by Alex Morega <[email protected]>
extract test worker

github.com/georust/gdal - e596ff63d5a42fe9f3ef37ace7dfc228a4bfd7ee authored almost 11 years ago by Alex Morega <[email protected]>
rename field

github.com/georust/gdal - 0b42f55c510e2ccc035c100d93726aea9d46015f authored almost 11 years ago by Alex Morega <[email protected]>
parametrize the queue

github.com/georust/gdal - 0ffac4213a1a5e1f5c9f1b909edb3c808b97578b authored almost 11 years ago by Alex Morega <[email protected]>
move worker outside of WorkQueue

github.com/georust/gdal - e553622b93d7339dd0aeb1a9dbcb42d87bd2ef2e authored almost 11 years ago by Alex Morega <[email protected]>
shorten variable names

github.com/georust/gdal - 625b8c6ebeb437c8b50ad742cb4613114cd34479 authored almost 11 years ago by Alex Morega <[email protected]>