Seth Fitzsimmons
Seth Fitzsimmons
I'm not sure what name to use for this element, but it's nearly impossible to read: 
As part of my work on STAC Browser, I've just [merged](https://github.com/radiantearth/stac-browser/pull/25) preliminary JSON-LD support intended to facilitate indexing, searching, and display by [Google Dataset Search](https://toolbox.google.com/datasetsearch). I've tried to follow their...
Grouped images should be representable within a STAC Catalog. These may range from multiple parts of a DigitalGlobe strip (multiple assets, but logically and effectively treated as a single asset...
(This is mostly a placeholder, but I'd like to capture metadata items that are common to drone imagery.) Imagery captured using drones has some different characteristics than satellite imagery, in...
[Static STAC Catalog entries](https://github.com/radiantearth/stac-spec/blob/master/static-catalog/README.md#catalog) include a `provider` element which isn't particularly well-specified. The current example is S3-specific: ```json "provider": { "scheme": "s3", "region": "us-east-1", "requesterPays": "true" } ``` I propose...
Move water out of the features layer at low zooms to allow bathymetry to poke through. Needs potential tweaking of the bathymetry shading (possibly with an additional land mask layer)...
Multipolygons don't appear to be handled correctly. This is tile `9/81/197`:  In context:  Data for this tile: [problems.sql.gz](https://github.com/go-spatial/tegola/files/2143304/problems.sql.gz) Layer definition: ```toml [[providers.layers]] name = "states_territories" id_fieldname = "id_num"...
The duplicated `getAll` method was causing the React Native bridge to fail when it couldn't resolve which target to use. This also cleans up cookie list generation to use the...
We're using node-mapnik on Ubuntu 10.04 (and can't upgrade, since it's Heroku) as well as some RHEL 5.10 instances, so the pre-built binaries don't work. I'd love to use them...
I've been playing around with geometries derived from Mapnik data sources today, specifically water features in http://c.tiles.mapbox.com/v3/mapbox.mapbox-streets-v4/14/2624/6324.vector.pbf (I'm seeing how feasible it is to pass them through GEOS (via `node-geos`)...