Skip to content

Releases: gee-community/geemap

v0.8.17

21 Jun 02:36
Compare
Choose a tag to compare

New Features:

  • Added Planet global mosaic #527
  • Add LCMS dataset option for sankee #517
  • Added add_osm function #503

Improvement:

  • Added otsu example #535
  • Fixed timeseries plotting bug #513
  • Fixed shp deletion bug #509
  • Fixed csv_to_points bug #490
  • Improved ee_to_geojson #486
  • Improved random sampling notebook #479
  • Fixed link bug #480
  • Improved sankee notebook #471
  • Updated installation docs
  • Added binder env

v0.8.16

11 May 01:13
Compare
Choose a tag to compare

New Features:

  • Added csv_to_points GUI #461
  • Added GUI for creating transects #454
  • Added csv_to_ee and csv_to_makers #461
  • Added geopandas support #455

Improvement:

  • Improved geojson style #459 #460
  • Improved vector support #455
  • Improved add_colorbar function #450
  • Improved add_raster function #449
  • Updated notebooks

v0.8.15

29 Apr 02:56
Compare
Choose a tag to compare

Improvement:

  • Improved shp_to_geojson function #430
  • Improved add_styled_vector function #432
  • Fixed map publish bug #445
  • Improved add_colorbar function dc7e548

v0.8.14

20 Apr 15:02
Compare
Choose a tag to compare

New Features:

Improvement:

  • Improved add_geojson function 731e59e
  • Added GeoPython workshop notebook 6efd5e
  • Improved cartoee colorbar #413
  • Improved cartoee add_layer function #368

v0.8.13

22 Mar 20:49
Compare
Choose a tag to compare

New Features:

  • Added linked maps #375
  • Added cartoee legend #343
  • Added chart by feature property #339
  • Added tool gui template #239
  • Added GEE Toolbox GUI #362
  • Added support for multiple legends #365

Improvement:

  • Improved dataset module to use GEE STAC #346
  • Improved training sample tool #326
  • Added netcdf_to_ee example #285
  • Improved to_html function #361
  • Changed colorbar plotting backend #372
  • Improved get_colorbar function #372
  • Added vector styling example
  • Improved zonal statistics

v0.8.12

08 Mar 16:04
Compare
Choose a tag to compare

New Features:

  • Added a dataset module for accessing the Earth Engine Data Catalog via dot notation #345
  • Added a chart module for creating interactive charts for Earth Engine data #343
  • Added a time slider for visualizing Earth Engine time-series images #335 #344
  • Added a netcdf_to_ee function #342
  • Added a numpy_to_ee function #337
  • Added vertical colorbar support #322
  • Added GUI for creating training samples #326

Improvement:

  • Added layer control by default to folium map #323
  • Added geemap matplotlib example #319
  • Added lgtm continuous integration #330
  • Fixed layer palette bug #334
  • Fixed minimap zoom parameter #329

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