MosaicJSON notebook example not working
See original GitHub issueIt 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?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:19 (19 by maintainers)
Top Results From Across the Web
Working With MosaicJSON - TiTiler
MosaicJSON is a specification created by DevelopmentSeed which aims to be an open standard for representing metadata about a mosaic of Cloud-Optimized GeoTIFF...
Read more >COG Talk 4ter — Distributed processes | by Vincent Sarago
We're always looking for interesting problems to tackle using COGs, if you have a raster dataset and want to learn how COG, STAC...
Read more >developmentseed/mosaicjson-spec: JSON format for ...
MosaicJSON is an open standard for representing metadata about a mosaic of Cloud-Optimized GeoTIFF (COG) files. MosaicJSON can be seen as a Virtual...
Read more >ipython: Notebook does not appear to be JSON
The problem for me was that I had an unresolved merge conflict in my ipython notebook. So I opened the file and deleted...
Read more >common module
If not specified, it will use the top layer image. top_vis (dict, ... .org/titiler/examples/notebooks/Working_with_CloudOptimizedGeoTIFF_simple/.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 now