titiler: MosaicJSON notebook example not working
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?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 19 (19 by maintainers)
oh I think this is because you are using binder, you need to set the env variable
CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
I guess.I think the newest version of
rasterio
should fix this, but yeah this is necessary for nowah 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
Setting
CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
did the trick! Thank you very much for your help!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 🤦
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?

thanks for the report @giswqs I’ve fixed this but I now have another issue with our
public
stack that will get fixed in the afternoon. Also again, feel free to use cogeo.xyz API but remember that it’s ause for DEMO only
endpoint 😉