azavea / osmesa

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

S3 tile writer #94

Open mojodna opened 5 years ago

mojodna commented 5 years ago

Currently implemented within DataFrame.foreach { ... }, but would potentially be useful as a sink, accepting some data structure that includes the target URI, bytes to write, whether to gzip, the content-type, and possibly other metadata.

See also #93