-
Notifications
You must be signed in to change notification settings - Fork 180
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
MosaicJSON notebook example not working #160
Comments
thanks for the report @giswqs |
@vincentsarago Thanks for the quick fix. And yes, I understand that api.cogeo.xyz is a demo only endpoint. The add_COG_layer() in geemap allow users to use their own endpoint. I am also trying to set up an endpoint myself. |
BTW, I was able to fix the BeautifulSoup error, but I got another error (AccessDeniedException) during step 5.2 (Create Mosaic). Here is the notebook I am using. Is it because the demo endpoint no longer allows anonymous users to create mosaic? |
yes that's what I'm fixing right now!
No it's because we switched to dynamodb mosaic backend ... and need to update the IAM role in our stack 🤦 |
stack and notebook have been updated closed by e81c52e |
🤔 so it fails to get the bbox from the files... this work on my local machine, not sure what's going on for you! |
I created a fresh conda env to test it. The rasterio version is v1.1.8. My OS is Manajaro KDE Linux.
|
the errors comes from the fact you can't retrieve the info from the files (not from the titiler API). On the block you shared can you print |
Indeed, the |
oh I think this is because you are using binder, you need to set the env variable |
I think the newest version of |
ah that's the new feature on cogeo-mosaic and the API is not ready for this 🤦 I'm sorry that the full api for cogeo.xyz is not public (the only diff is the token auth). I'll try to fix this tonight @giswqs |
Good to know. Thanks a lot for your time. |
@giswqs sorry it took so long, but this is fixed in api.cogeo.xyz |
@vincentsarago Thanks for the fix. Where should I put |
in the body
|
It seems the MosaicJSON notebook example no longer works.
s = soup.findAll('a')
does not return any content contain "tif". Is it because digitalglobe changed their webpage recently?The text was updated successfully, but these errors were encountered: