azavea / spacenet-viz

Visualization for SpaceNet data using GeoTrellis
Apache License 2.0
4 stars 0 forks source link

Run the ingest.py locally through a docker container #1

Open lossyrob opened 7 years ago

lossyrob commented 7 years ago

With local spark ingests in Scala, we would run the ingest job on the bare machine's spark-submit (see isprs viewer). With the python script, there's more dependencies that need to be pre-installed; we should enable the make local-ingest-* command run through a docker container.