locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Shapefile Reading API #628

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR adds the ability to read Shapefiles that are located either locally, on HDFS, or on S3 into an RDD[Feautre]. In order to accomplish this, a new package has been added to GPS, geotools. Both this package and its features are currently experimental and have some known issues. These will be fixed/updated in the future.