azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
79 stars 26 forks source link

Re-add ingest project #155

Closed jpolchlo closed 4 years ago

jpolchlo commented 5 years ago

We lost the ingest project in the transition to vector pipe, since it would require a rewrite to accomodate the new vectortile creation pipeline. This PR reinstates that project and populates it with a pair of utilities.

QA tile generator:Pulls a sampling of features from an OSM snapshot, and places each type in a different layer of a vector tile.

Footprint rasterizer: Generates ZXY layer of PNG tiles based on custom colorization rules specified by a JSON configuration.

Closes azavea/geotrellis#127 Closes azavea/geotrellis#126

Signed-off-by: jpolchlo jpolchlopek@azavea.com

echeipesh commented 4 years ago

Alas, perhaps in a better world.