locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Publish jar artifacts to maven central #672

Open jpolchlo opened 6 years ago

jpolchlo commented 6 years ago

locationtech/rasterframes publishes their jar artifacts to Maven central, which allows pyspark to be invoked with a --packages org.locationtech.rasterframes:pyrasterframes_2.11:${VERSION} option which automatically downloads the required packages. This is a convenient mechanism for acquiring jar resources, and we ought to consider it.