We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was surprised that this returns an empty dataframe and doesn't appear to have any logging information even with sliderule.init(verbose=True)
sliderule.init(verbose=True)
gdf = raster.sample("usgs3dep-1meter-dem", [[-108.0,39.0]])
The API docs don't mention this: https://slideruleearth.io/web/rtd/api_reference/raster.html#sliderule.raster.sample
I guess 3dep is also a 'special case' like HLS: https://slideruleearth.io/web/rtd/user_guide/GeoRaster.html#special-case-hls
I figured out to pass the catalog by looking at the tests:
sliderule/clients/python/tests/test_3dep.py
Lines 16 to 18 in 20a5b41
link to this issue on other ideas for raster docs improvements #372
The text was updated successfully, but these errors were encountered:
Tacking on another note to document "single_stop": True (added in #422)
"single_stop": True
Sorry, something went wrong.
No branches or pull requests
I was surprised that this returns an empty dataframe and doesn't appear to have any logging information even with
sliderule.init(verbose=True)
The API docs don't mention this:
https://slideruleearth.io/web/rtd/api_reference/raster.html#sliderule.raster.sample
I guess 3dep is also a 'special case' like HLS:
https://slideruleearth.io/web/rtd/user_guide/GeoRaster.html#special-case-hls
I figured out to pass the catalog by looking at the tests:
sliderule/clients/python/tests/test_3dep.py
Lines 16 to 18 in 20a5b41
link to this issue on other ideas for raster docs improvements #372
The text was updated successfully, but these errors were encountered: