Skip to content

Releases: gee-community/geemap

v0.8.7

27 Dec 16:34
Compare
Choose a tag to compare

New Features:

  • Added toolbar GUI #215
  • Added layer vis #215
  • Added raster/vector colormap #215
  • Added support for linking legend with layer #234
  • Added styled vector function #235
  • Added mouse click observe to toolbar #215
  • Added new tool for opening local data #239

Improvement:

v0.8.6

21 Dec 21:09
Compare
Choose a tag to compare

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 to add_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

14 Dec 04:06
Compare
Choose a tag to compare

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

06 Dec 16:39
Compare
Choose a tag to compare

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

02 Dec 14:33
Compare
Choose a tag to compare

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

06 Nov 22:57
Compare
Choose a tag to compare

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

27 Oct 21:37
Compare
Choose a tag to compare

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

11 Oct 01:54
Compare
Choose a tag to compare

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

v0.7.13

15 Sep 20:54
Compare
Choose a tag to compare

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

01 Sep 12:56
Compare
Choose a tag to compare

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