Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_gis_type should work on remote datasets #375

Closed
davemfish opened this issue Mar 4, 2024 · 0 comments · Fixed by #376
Closed

get_gis_type should work on remote datasets #375

davemfish opened this issue Mar 4, 2024 · 0 comments · Fixed by #376
Assignees

Comments

@davemfish
Copy link
Contributor

GDAL can open a connection to a remote file given a URL the same as for a local file, and easily retrieve metadata as from gdalinfo.

In pygeoprocessing, get_raster_info and get_vector_info take advantage of this, but get_gis_type does not, simply because it checks if the file exists on the local filesystem before trying to open it.

@davemfish davemfish self-assigned this Mar 4, 2024
davemfish added a commit to davemfish/pygeoprocessing that referenced this issue Mar 4, 2024
davemfish added a commit to davemfish/pygeoprocessing that referenced this issue Mar 4, 2024
davemfish added a commit to davemfish/pygeoprocessing that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant