geemap

A Python package for interactive geospatial analysis and visualization with Google Earth Engine.

MIT License

Downloads
48.8K
Stars
3.2K
Committers
57

Bot releases are hidden (Show)

geemap - v0.13.9

Published by giswqs over 2 years ago

Improvement:

  • Improved palette support, accepting a string palette (e.g., terrain, ndvi) vis_params for Map.addLayer().
geemap - v0.13.8

Published by giswqs over 2 years ago

New Features:

  • Added check_cmap function #1084
  • Added ESA and USGS basemaps #1089
  • Added Earth Engine support for pydeck #1090

Improvement:

  • Fixed add local tile bug
  • Fixed image_area_by_group bug
  • Improved blend function
  • Fixed links redirect
  • Fixed basemap docs #1075
  • Upgraded add_raster function #1083
  • Fixed raster GUI band bug
geemap - v0.13.7

Published by giswqs over 2 years ago

New Features:

  • Added image_area_by_group function #1073

Improvement:

  • Updated cartoee basemap notebook #1067
  • Refactored basemap #1075
  • Sorted raster colormap options
  • Fixed colormap GUI bug
  • Fixed stac stats bug
geemap - v0.13.6

Published by giswqs over 2 years ago

Improvement:

  • Added cartoee basemap support #1067
  • Updated Landsat LE7_TOA_5YEAR Image ID
geemap - v0.13.5

Published by giswqs over 2 years ago

Improvement:

  • Improved JS-PY conversion #1061
  • Updated FAQ
  • Improved get wms layers
  • Updated NLCD notebook
  • Added proxy settings to export data functions
  • Added colorbar to image count notebook
  • Added image_count function and notebook
geemap - v0.13.4

Published by giswqs over 2 years ago

New Features:

  • Added support for creating interactive choropleth maps with a variety of classification schemes #1043
geemap - v0.13.3

Published by giswqs over 2 years ago

New Features:

  • Added an examples module
  • Added creating coordinate grids notebook
  • Added image zonal stats notebook

Improvement:

  • Improved chart module #1026
  • Improved chart histogram #1032
  • Switched default auth mode from appdefault to notebook
geemap - v0.13.2

Published by giswqs over 2 years ago

New Features:

  • Added image_value_list function #1010
  • Added image_stats_by_zone #1012
  • Added support for creating grids #1014
  • Added ALOS landforms legend

Improvement:

  • Updated cartoee add_colorbar #1006
  • Added layer control for ipyleaflet #1017
  • Updated authentication method #1018
  • Fixed add_colorbar bug
geemap - v0.13.1

Published by giswqs over 2 years ago

Improvement:

  • Fixed heremap import error
geemap - v0.13.0

Published by giswqs over 2 years ago

Improvement:

  • Reduced number of dependencies, making plotting backends optional except ipyleaflet anf folium #1003
  • Improved cartoee.add_legend #997
  • Added deck and kepler to docs
  • Skip export with GitHub Actions
  • Update folium module
  • Updated clip image notebook
geemap - v0.12.1

Published by giswqs over 2 years ago

New Features:

  • Added support for pydeck and kepler.gl #993

Improvement:

  • Renamed basemaps
  • Added GEE-Courses link
  • Updated folium module
geemap - v0.12.0

Published by giswqs over 2 years ago

New Features:

  • Added support for NetCDF data #991
  • Converting NetCDF data to GeoTIFF
  • Adding velocity map with NetCDF data
  • Added clip image by mask #986
  • Added streamlit bidirectional functionality #985

Improvement:

  • Added requests timeout #989
  • Renamed folium basemaps #978
  • Set draw export to False by default
  • Added font family setting for cartoee #863 #977
geemap - v0.11.8

Published by giswqs over 2 years ago

New Features:

  • Added split map for folium and streamlit #970
  • Updated Landsat timelapse to Collection 2 #974

Improvement:

  • Fixed typos and broken links #971
  • Updated netCDF notebook
geemap - v0.11.7

Published by giswqs over 2 years ago

New Features:

  • Added blend function for creating shaded relief maps blended with hillshade

Improvement:

  • Added mode reducer to zonal stats #960
geemap - v0.11.6

Published by giswqs over 2 years ago

New Features:

  • Added support for visualizing LiDAR data in 3D #957
  • Added date option for gdf_to_ee #950

Improvement:

  • Improved chart histogram #953
  • Fixed LGTM false alarm #939
geemap - v0.11.5

Published by giswqs over 2 years ago

New Features:

Improvement:

  • Fixed stac tile bug #944
  • Added None to vis_params as optional #943
  • Reformatted code using black
geemap - v0.11.4

Published by giswqs over 2 years ago

New Features:

  • Added timelapse fading effect #925
geemap - v0.11.3

Published by giswqs over 2 years ago

New Features:

  • Added support for joining attribute tables ee_join_table() #916
  • Added gdf_to_df() and geojson_to_df() functions
geemap - v0.11.2

Published by giswqs over 2 years ago

New Features:

  • Added remove_colorbars function #881
  • Added remove_legends function #881

Improvement:

  • Update get_image_collection_gif() #905
  • Fixed timelapse ND bug #904
  • Improved open raster #902
  • Fixed zonal stats bug #899
  • Fixed Landsat timelapse bug #885
geemap - v0.11.1

Published by giswqs over 2 years ago

New Features:

  • Added ee_extra to algorithms #868
  • Added COG creation bc83fdf
  • Added heremap plotting backend #382
  • Added COG Inspector GUI #841

Improvement:

  • Improved GitHub workflows #879
  • Fixed ee_stac_list bug #873
  • Fixed js py conversion ce7fee0
  • Updated notebook 07 #871
  • Added IR band to goes_timelapse #870
  • Updated ee_basemaps #869
  • Removed COG mosaic
  • Fixed cartoee legend bug
  • Updated installation instructions