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.8.8

Published by giswqs almost 4 years ago

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
geemap - v0.8.7

Published by giswqs almost 4 years ago

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:

geemap - v0.8.6

Published by giswqs almost 4 years ago

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
geemap - v0.8.5

Published by giswqs almost 4 years ago

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)
geemap - v0.8.4

Published by giswqs almost 4 years ago

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
geemap - v0.8.3

Published by giswqs almost 4 years ago

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
geemap - v0.8.2

Published by giswqs almost 4 years ago

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
geemap - v0.8.1

Published by giswqs almost 4 years ago

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!!

geemap - v0.8.0

Published by giswqs about 4 years ago

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
geemap - v0.7.13

Published by giswqs about 4 years ago

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
geemap - v0.7.12

Published by giswqs about 4 years ago

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
geemap - v0.7.11

Published by giswqs about 4 years ago

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:

geemap - v0.7.10

Published by giswqs about 4 years ago

Improvements:

  • Add function for getting image properties
  • Add function for calculating descriptive statistics (i.e., min, max, mean, std, sum)
  • Add more utils functions
geemap - Release 0.7.7

Published by giswqs over 4 years ago

Improvements:

  • Add support for publishing maps #109
  • Add find_layer() function
  • Add layer_opacity() function
  • Update Readthedocs

Fixes:

  • Fix duplicate layer bug
geemap -

Published by giswqs over 4 years ago

This is a tagged version of geemap for the joss-review paper.