Skip to content

Releases: gee-community/geemap

v0.8.11

23 Feb 22:13
Compare
Choose a tag to compare

New Features:

  • Added a colormap module #302
  • Added a new cartoee scale bar function #313
  • Added extract pixel values funciton #315
  • Visualizing Earth Engine image with >200 matplotlib colormaps via dot notation (example)

Improvement:

  • Improved the basemap module accessible via dot notation #302
  • Added googledrivedownloader and python-box to requirements #310
  • Fixed folium layer name bug #314

v0.8.10

17 Feb 01:42
Compare
Choose a tag to compare

New Features:

  • Added default basemap options when creating the Map #293
  • Added GUI for change basemaps #294
  • Add GUI for js2py conversion #296
  • Added geemap cheat sheet #276
  • Added Map.zoomToObject() method #303

Improvement:

  • Improved Map.centerObject() method #303

v0.8.9

04 Feb 15:00
Compare
Choose a tag to compare

New Features:

Improvement:

  • Fixed file open encoding bug

v0.8.8

17 Jan 15:52
Compare
Choose a tag to compare

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

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