Releases: gee-community/geemap
Releases · gee-community/geemap
v0.8.9
v0.8.8
New Features:
- Added support for converting Pandas/GeoPandas DataFrame to ee.FeatureCollection and vice versa #268
- Added KML/KMZ support #247
- Added Code of Conduct
Improvement:
- Fixed CSV encoding bug #267
- Improved downloading shp support #263
- Fixed WMS bug #250
- Added cartoee subplots example #238
- Reformatted code using black formatter
- Improved support for shp and geojson #244
- Fixed layer control bug
- Added cartoee blend tutorial #241
- Improved drawing tools #240
- Improved Inspector tool
v0.8.7
v0.8.6
New Features:
- Added GUI for changing layer visualization interactively #215
- Added a toolbar #215
- Added color bar support #223
- Added draggable legend to folium maps #224
- Added
get_image_collection_gif()
function #225 - Added
image_dates()
function #216
Improvement:
- Added
max_zoom
parameter toadd_tile_layer()
#227 - Added mouse latlon to insepctor tool #229
- Added download icon to notebooks #202
- Added GitHub issue template #202
- Added more tutorials (cartoee gif, legend, color bar, vis GUI, etc.)
- Fixed remove control bug #218
- Fixed split-panel map bug
- Improved Exception handling
v0.8.5
v0.8.4
New Features:
- Add support for Cloud Optimized GeoTIFF (COG) and SpatioTemporal Asset Catalog (STAC) #192
- Add Map.add_COG_layer() and Map.add_STAC_layer()
- Add new COG functions, e.g.,
get_COG_tile()
,get_COG_bounds()
,get_COG_center()
,get_COG_bands()
- Add new STAC functions, e.g.,
get_STAC_tile()
,get_STAC_bounds()
,get_STAC_center()
,get_STAC_bands()
Improvements:
v0.8.3
New Features:
- Add button for removing user-drawn features #182
- Add function for moving drawn layer to top
- Add remove_last_drawn() function #130
- Add support for QGIS Layer Style File #174
- Add mouse click get coordinates example #173
- Add cartoee colab example #157
- Add notebooks to mkdocs
Improvements:
v0.8.2
v0.8.1
v0.8.0
Improvements
- Add support for loading Cloud Optimized GeoTIFFs as ee.Image and ee.ImageCollection
- Make fmask optional when creating Landsat timelapse
- Add support for creating timelapse of spectral indices (e.g., NDWI, NDVI)
- Add geemap Colab tutorial
- Add timelapse download option for voila
- Add pydeck tutorial for visualizing 3D terrain data
- Add qualityMosaic() tutorial
Fixes
- Fix Windows zipfile bug