Releases: gee-community/geemap
Releases · gee-community/geemap
v0.8.5
New Features:
- Add toolbar #6
- Add fuctions for downloading imgae thumbnails #214
- Add func for getting image collection dates #216
- Add cartoee scale bar and north arrow #191
- Add support for COG mosaic #200
Improvement:
- Improve support for locally trained models #210
- Add verbose option of downloading functions #197
- Improve Inspector tool for point geometry #198
- Add tutorials (COG, STAC, local RF, image thumbnails)
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:
- Improve Google Colab support #193. Use
import geemap
rather than import geemap.eefolium as geemap
- Add
Open in Colab
button to notebooks #194
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:
- Improve ee_Initialize() #189 #190
- Fix cartoee map orientation bug #177 #183
- Fix problematic Date field in shapefile #176
- Fix Windows unzip bug
v0.8.2
Improvements
- Reorganize modules
- Add a new module common.py
- Add new domain geemap.org
- Format code using black
- Add more init options for Map class
v0.8.1
New Features:
- Add machine learning module #124 #156
- Add cartoee module #157 #161
- Add more tutorials (e.g., timelapse, water app, ipywidgets)
Improvements:
- Make ee_Initialize() optional for Map class
BIG THANK YOU to Kel Markert for adding the cartoee and ml modules!!
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
v0.7.13
Improvements
- Improve ee authentication in Colab #145
- Improve non-interactive mode #138
- Add Colab notebook example
Fixes
- Fix automated testing error
- Fix Windows ee_search() bug
v0.7.12
Improvements
- Rebuild docs using mkdocs-material
- Add Internet proxy function
- Add support for exporting shp and geojson #63
Fixes
- Fix heroko config bug
- Fix landsat timelapse bug #99 #134
- Fix js_py conversion bug #136
v0.7.11
Improvements:
- Add function for removing drawn features #130
- Add function for extracting pixel values #131
- Add function for interactive region reduction #35
- Add machine learning tutorials
Fixes:
v0.7.10
Improvements:
- Add function for getting image properties
- Add function for calculating descriptive statistics (i.e., min, max, mean, std, sum)
- Add more utils functions