Pirmin Kalberer

Results 31 issues of Pirmin Kalberer

In the course of [refactoring rust-postgis](https://github.com/andelf/rust-postgis/pull/9) to use rust-geo geometries, I'm looking at needed conversions between different georust geometries. One goal would be to store a rust-gdal geometry with rust-postgis...

geo-types
geo

As a Rust programmer, I tried to reproduce a CoffeeShop example with Rust. I was able to figure out a few things, but had to give up without documentation and...

When running tests in CI on Windows (#218) a few tests fail: ``` ---- config::tests::test_clear_option_thread_local stdout ---- thread 'config::tests::test_clear_option_thread_local' panicked at 'assertion failed: `(left == right)` left: `"256"`, right: `"DEFAULT"`',...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users....

Either disable viewers or support non-mercator projections...

enhancement

Something like `--only-tables=table1,table2`? Useful when connecting to databases with hundreds of geo tables. Workaround: Use `--qgs` for getting a subset of the database.

enhancement

Deliver concatenated tilesets when multiple names are passed. Example from https://www.mapbox.com/api-documentation/#retrieve-tiles `https://api.mapbox.com/v4/mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v7/12/1171/1566.mvt` Tilezen: Example from https://mapzen.com/documentation/vector-tiles/use-service/#specify-layers-in-the-service `https://tile.mapzen.com/mapzen/vector/v1/earth,landuse/16/19293/24641.json`

enhancement

See also https://github.com/ContinuumIO/anaconda-issues/issues/221

This PR adds an event API, which should eventually replace the direct method call API. Main advandages are: * Support for chained processors (included are `PromoteToMulti` and `LonLatToMercator`) * `GeomVisitor`...

The current GeoJSON reader is based on https://github.com/georust/geojson which reads the whole file into memory. A few unsuccessful attempts are in https://github.com/pka/geozero/tree/parse-geojson-with-serde: - Serde Deserialize with custom deserialize methods for...