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

separate worker channel creation

github.com/georust/gdal - 610aac56563589ddff1cc946890137f1924d8f94 authored over 10 years ago by Alex Morega <[email protected]>
create workers on demand

github.com/georust/gdal - 0a68379361586b42c4ee8e8e86ba9ebccf71e7fd authored over 10 years ago by Alex Morega <[email protected]>
register worker with dispatcher

github.com/georust/gdal - 41f0fe34918773d4f447591a855d4b6be59369de authored over 10 years ago by Alex Morega <[email protected]>
start dispatcher before workers

github.com/georust/gdal - 6b84a12cbfcea22dda73a8b094c6d1f392ed860c authored over 10 years ago by Alex Morega <[email protected]>
dispatcher knows how many tasks to halt

github.com/georust/gdal - 84e77270e9aa40395d8f4a511ce2acb19a0c6b0a authored over 10 years ago by Alex Morega <[email protected]>
dispatcher has its own set of messages

github.com/georust/gdal - efe0f2e13b3f619190b712b019928acd39032f78 authored over 10 years ago by Alex Morega <[email protected]>
rewrite dispatcher loop

github.com/georust/gdal - f72ce0ab201d2b72cc95520159a15a7a9eaea4a5 authored over 10 years ago by Alex Morega <[email protected]>
rename variables, move imports to the top

github.com/georust/gdal - fc635b7bda0d943d9de8c7761236c2067e8c061b authored over 10 years ago by Alex Morega <[email protected]>
send MessageToWorker instead of raw integer

github.com/georust/gdal - 09be732a2f40914d4793684298e4dc09f49f823b authored over 10 years ago by Alex Morega <[email protected]>
basic worker queue implementation

github.com/georust/gdal - 65aff20563f61f425b9904b0701de7075afb21e1 authored over 10 years ago by Alex Morega <[email protected]>
make sure the buffer size is sane

github.com/georust/gdal - 03ac54942f45c3488a11d5c711aeacfb5ff024c9 authored over 10 years ago by Alex Morega <[email protected]>
store buffer size as Point

github.com/georust/gdal - 3415f6e7612f299d31f5c679dd4f4e8e9415f810 authored over 10 years ago by Alex Morega <[email protected]>
use Point arguments for write_raster

github.com/georust/gdal - e900a6c353eca5eada7e6f58d4be599eae9ba0de authored over 10 years ago by Alex Morega <[email protected]>
use Point arguments for read_raster

github.com/georust/gdal - 4f9dddd892e15b8b0edaea99ba773b827772cb19 authored over 10 years ago by Alex Morega <[email protected]>
implement casting to different Point type

github.com/georust/gdal - 7a62726f3e4f6b7d897786306215873179004eed authored over 10 years ago by Alex Morega <[email protected]>
Proj.project works with Point objects

github.com/georust/gdal - 6d6e493a6913f26122f4026c3fbe985c5f76fcfa authored over 10 years ago by Alex Morega <[email protected]>
use our own Point instead of geom::point::Point2D

github.com/georust/gdal - 87788a6a89d0543186926b88e5400db7859ba2db authored over 10 years ago by Alex Morega <[email protected]>
implement point subtraction

github.com/georust/gdal - d843b2624b1043d74454040069641d1dec10f47d authored over 10 years ago by Alex Morega <[email protected]>
implement point scaling

github.com/georust/gdal - 61004c68a7df2f2d387489de198750c2b8880ab7 authored over 10 years ago by Alex Morega <[email protected]>
Point type

inspired by
https://github.com/mozilla-servo/rust-geom/blob/master/point.rs

github.com/georust/gdal - d2be81ad59daedc310733c704c5a9eea3e2b3fcd authored over 10 years ago by Alex Morega <[email protected]>
don't build tile executable

github.com/georust/gdal - aaa951f8205890c8a63f88c03b3cb25c162df305 authored over 10 years ago by Alex Morega <[email protected]>
remove main code from tile.rs

github.com/georust/gdal - c27409edb23d6b682323159627aded77f03fc033 authored over 10 years ago by Alex Morega <[email protected]>
don't print out messages

github.com/georust/gdal - 2e5b00d270284605716ea506a2e5cdcf0562b2c2 authored over 10 years ago by Alex Morega <[email protected]>
show our tiles instead of osm

github.com/georust/gdal - 6bc7d4991cc6cfc54d64bf16178c9b548416f4c9 authored over 10 years ago by Alex Morega <[email protected]>
serve tiles via http

github.com/georust/gdal - 8df36d392eae338429f5bdadc510b65dc644de1f authored over 10 years ago by Alex Morega <[email protected]>
wrap tile code in a function

github.com/georust/gdal - 38a5d71f80e945ebe85cc44811c70c2d54f04669 authored over 10 years ago by Alex Morega <[email protected]>
get a specific XYZ tile

github.com/georust/gdal - 01ecf465f7ad867c008b40225e577963a86dfdac authored over 10 years ago by Alex Morega <[email protected]>
calculate source window using Point2D and coords

github.com/georust/gdal - 0d73a909ce68bb5573530b758a827a534f743ab0 authored over 10 years ago by Alex Morega <[email protected]>
write message to stderr

github.com/georust/gdal - 5dec38c23054ffcbe654058bb227cb7111388cd7 authored over 10 years ago by Alex Morega <[email protected]>
clean up makefile

github.com/georust/gdal - 9f51a786c4d62a924a4945824e6942625c249775 authored over 10 years ago by Alex Morega <[email protected]>
project coordinate pair

github.com/georust/gdal - 77c3e7fc79f4653cbaab43d411c418bc3337ba1a authored over 10 years ago by Alex Morega <[email protected]>
clean up a projection when finished

github.com/georust/gdal - 6f967b181eb94e7ce45d9a87fad3a81659cda82a authored over 10 years ago by Alex Morega <[email protected]>
create prooj object

github.com/georust/gdal - bddbc8e8434aff61a21e1fcfa97f751263cbec5d authored over 10 years ago by Alex Morega <[email protected]>
add driver and dataset to makefile

github.com/georust/gdal - 42eab1391f44ef018e5d58f22a85d28f4c9d3d23 authored over 10 years ago by Alex Morega <[email protected]>
fix imports

github.com/georust/gdal - 09feb44f7960a58d3552f3672c5d5399617494eb authored over 10 years ago by Alex Morega <[email protected]>
move dataset to separate module

github.com/georust/gdal - 0af251c5b25dc28dde9cd53c7e5e08e42190ece0 authored over 10 years ago by Alex Morega <[email protected]>
extract driver to separate module

github.com/georust/gdal - 24609ecde590d72a7a06d642af44363126d4f990 authored over 10 years ago by Alex Morega <[email protected]>
transform gdal.rs into module

github.com/georust/gdal - 073375cbeddac420d32481f88c930262afd9c8f2 authored over 10 years ago by Alex Morega <[email protected]>
take a tile from the raster image

github.com/georust/gdal - 575edb97ebae517f03911b0661c98a19c8cd74d4 authored over 10 years ago by Alex Morega <[email protected]>
implement create_copy

github.com/georust/gdal - 1e2ad1eb72cd9e76e6f7c5573c8dd50f67b836ca authored over 10 years ago by Alex Morega <[email protected]>
write raster data

github.com/georust/gdal - 5920a2abf2e6a0016e4f920cb06262a1a122b18e authored over 10 years ago by Alex Morega <[email protected]>
read raster data

github.com/georust/gdal - 5178183590f25923745321d520f1197196edc636 authored over 10 years ago by Alex Morega <[email protected]>
create in-memory tile

github.com/georust/gdal - 20bea1b7c90dab72289d8111f760bf85ecf6c171 authored over 10 years ago by Alex Morega <[email protected]>
open source image

github.com/georust/gdal - b5e53ff872c1bd6426df764f827a82463ea8538f authored over 10 years ago by Alex Morega <[email protected]>
implement GDALCreate

github.com/georust/gdal - 7f722b347cf4afbd789f3a50aa550bfacc23af9c authored over 10 years ago by Alex Morega <[email protected]>
load gdal memory driver

github.com/georust/gdal - 9e3571f99598ad3e2e3c05a545e9041302b22823 authored over 10 years ago by Alex Morega <[email protected]>
new 'tile' program

github.com/georust/gdal - 1a747aadf6963a62e25e63f2566dcdc2b567e2f7 authored over 10 years ago by Alex Morega <[email protected]>
fix markdown

github.com/georust/gdal - f8025de84b68e031616f881946de1019f19db795 authored over 10 years ago by Alex Morega <[email protected]>
reorganize objects in module

github.com/georust/gdal - 705624e53aeccfde35c00d8482f7fcc6dda4ed25 authored over 10 years ago by Alex Morega <[email protected]>
tidy up unsafe code blocks

github.com/georust/gdal - f68fdac18651989bb2081f261991b442999ba42c authored over 10 years ago by Alex Morega <[email protected]>
remove most locks

we only need a lock when registering drivers

github.com/georust/gdal - 8f4e91e7cdbbd4e34e85fe0cde09a7641f6415d3 authored over 10 years ago by Alex Morega <[email protected]>
make sure drivers are registered before get_driver

github.com/georust/gdal - 9a1452ccbd6994370b5ff5162e5ec447e318b2d5 authored over 10 years ago by Alex Morega <[email protected]>
extract `register_drivers` function

github.com/georust/gdal - 6ac184bdc969d24cd6de959b13826a1c33408592 authored over 10 years ago by Alex Morega <[email protected]>
get driver by name

github.com/georust/gdal - c91306831ad75e4416a693595b23d1cf43677e3f authored over 10 years ago by Alex Morega <[email protected]>
get dataset driver

github.com/georust/gdal - a6ca4c91e3753e20b3ea5f69a5ee245a3356eaef authored over 10 years ago by Alex Morega <[email protected]>
get/set projection

github.com/georust/gdal - 38a115404c4106e823b715d660cf2606a7128da9 authored over 10 years ago by Alex Morega <[email protected]>
implement get_raster_count

github.com/georust/gdal - 4674f03822c2cd368ba44e40af5b93929812a56f authored over 10 years ago by Alex Morega <[email protected]>
get raster size

github.com/georust/gdal - 5a92af4a9d2feedcea20047270d09120ec198672 authored over 10 years ago by Alex Morega <[email protected]>
only call GDALAllRegister once

github.com/georust/gdal - abbffaca1463e20db0bf3710ed0ebc2c278fc86b authored over 10 years ago by Alex Morega <[email protected]>
destructor for dataset

github.com/georust/gdal - e0d58d5fe36c8313129688aaf409607c4fea300a authored over 10 years ago by Alex Morega <[email protected]>
protect calls to GDAL with a mutex

github.com/georust/gdal - a8d0716a33cac518dae1221601d81c39f99eb06e authored over 10 years ago by Alex Morega <[email protected]>
simplify imports

github.com/georust/gdal - 419016ea27fdc2cd3ecf1e33bf61380823daf1e2 authored over 10 years ago by Alex Morega <[email protected]>
use c types in external interface

github.com/georust/gdal - 146e8e8d5880339f0378ef72c4b11425465c6303 authored over 10 years ago by Alex Morega <[email protected]>
match on is_null

github.com/georust/gdal - e6770f4aa9a9f6d89a39559224a50a070c967bc3 authored over 10 years ago by Alex Morega <[email protected]>
implement wrapper for GDALOpen

github.com/georust/gdal - 75fdb131b4173773c8a52e639d19519f8dc4b837 authored over 10 years ago by Alex Morega <[email protected]>
tiny copy of NASA's BlueMarble image

github.com/georust/gdal - cb235e4ae19fc4efb946d82d3bf41b440377872a authored over 10 years ago by Alex Morega <[email protected]>
pass argument to version_info

github.com/georust/gdal - c999c64af559fc969a18a263226c31e09c7054c5 authored over 10 years ago by Alex Morega <[email protected]>
first gdal binding: version_info

github.com/georust/gdal - 887102e824370487be32ab5f516be220fef0d0d2 authored over 10 years ago by Alex Morega <[email protected]>
page title

github.com/georust/gdal - 0777e8207eccaf504956c3cdef05e73e39aa39c3 authored over 10 years ago by Alex Morega <[email protected]>
leaflet map on homepage

github.com/georust/gdal - 42db9cdf5859bd2ad95e791b8bda6d8618ff28c1 authored over 10 years ago by Alex Morega <[email protected]>
index_html and 404 responses

github.com/georust/gdal - bf35713f4710bf33dc0e9e7f46be77ce4c30989e authored over 10 years ago by Alex Morega <[email protected]>
trivial http server

github.com/georust/gdal - 425cfaae0d70ebfff3d2a8f8bc956245f765b3ed authored over 10 years ago by Alex Morega <[email protected]>
allow flags for rustc

github.com/georust/gdal - dce387585c4498e7a6d1627c4cde780f8e89dd5e authored over 10 years ago by Alex Morega <[email protected]>
rename makefile target `test` to `check`

github.com/georust/gdal - 24eaa258db668e2bf5d8bf3c8afa186623c6a335 authored over 10 years ago by Alex Morega <[email protected]>
build main executable

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

github.com/georust/gdal - 655cbcde0bd18347d92c82d4f719c3188407c582 authored over 10 years ago by Alex Morega <[email protected]>
skeleton with a trivial unit test

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