You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Reads in the first 3 levels of the layer
for zoom in range(0, 4):
layers.append(gps.query(uri="s3://azavea-datahub/catalog",
layer_name="nlcd-tms-epsg3857",
layer_zoom=zoom))
fails with an 403 error for access to the S3 resource.
The text was updated successfully, but these errors were encountered:
Hey, @markwestcott34! Thanks for letting us know about this one too! What's happening here is that you're getting a permission error when you're trying to read the layer. Unfortunately, I don't know if we'll be able to change the permissions of that layer (I'll have to ask). Everything else in that example is correct, though; so it can still be used as a reference.
If you've been following the other guides, you can still run this example using the cropped.tif:
While not the exact same, it'll still allow you to run through at least a portion of the guide. Though, you won't be able to run the examples that come later.
Got another documentation bug for you! This time on tms.rst: https://github.com/locationtech-labs/geopyspark/blob/master/docs/guides/tms.rst
fails with an 403 error for access to the S3 resource.
The text was updated successfully, but these errors were encountered: