How do i take shapefile present in a url as input?
I know how to take shapefile as input when stored locally.
Not sure this is the most recent thread on this, but here are some ideas:
Heron’s ImportVector
or ImportVectorLite
can accept a URL as input, but you need to prefix the URL with “/vsicurl/” as documented here:
https://gdal.org/user/virtual_file_systems.html
Note, for SHP files, other related SHX and DBF files need to be available in the same remote folder.
-Brian
2 Likes