gee-community / geemap

A Python package for interactive geospatial analysis and visualization with Google Earth Engine.
https://geemap.org
MIT License
3.45k stars 1.08k forks source link

add_raster doesn't show data #521

Closed cortexml closed 3 years ago

cortexml commented 3 years ago

Hi Professor Qiusheng Wu,

Thank you so much for creating this library! Your detailed tutorials and videos are super helpful and we are trying to use your library in every aspect of our geospatial workflows =)

We are having an issue with using add_raster.

Environment Information

Description

We installed geemap using pip and followed your tutorial on loading local rasters and do not see the landsat map overlaid.

Screenshot 2021-06-11 at 2 36 03 PM

giswqs commented 3 years ago

This is a known issue. See https://github.com/giswqs/leafmap/issues/19 and https://github.com/davidbrochart/xarray_leaflet/issues/30. You can try using the environment.yml to create a fresh conda env. Alternatively, you can use Binder using the following links.

This bug will have to be fixed xrray_leaflet. There is not much geemap can do about it.