wavded / ogr2ogr

An ogr2ogr wrapper library
MIT License
214 stars 46 forks source link

Extension: Support remote shapefile sources #62

Closed efreethy closed 3 years ago

efreethy commented 3 years ago

Great work on this library.

I am collecting large shape files from a remote ftp source server - persisting to disk on a path - then invoking ogr2ogr with the path. It would be awesome if I could just give this library 1. a remote FTP path and 2. a set of credentials, and leave that extra legwork to the library.

wavded commented 3 years ago

This would be out of scope for this library but could wrap this module around some scripting to do this.