calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
715 stars 228 forks source link

Read shapfile stored on s3 #77

Closed bvcuser closed 6 years ago

bvcuser commented 7 years ago

Can we read shapefile stored on s3 and convert it into geojson?

Is any one tired this.

calvinmetcalf commented 7 years ago

yes s3 files have a url associated with them if they are public so they can be used like any other web available file

jfaraklit commented 6 years ago

As far as your app has access to S3, it should work with no change.