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

Published by giswqs about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gee-community/geemap/compare/v0.25.0...v0.27.1

geemap - v0.27.0

Published by giswqs about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gee-community/geemap/compare/v0.25.0...v0.27.0

geemap - v0.26.0

Published by giswqs about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gee-community/geemap/compare/v0.25.0...v0.26.0

geemap - v0.25.0

Published by giswqs about 1 year ago

Improvement

  • Refactor colorbar into an ipywidgets subclass (#1640)
  • Fixed PIL import error on Windows (#1649)
  • Added codes to 114_dynamic_world.ipynb
  • Added book release (#1645)
  • Updated installation.md (#1643)
  • Improved Sentinel-2 timelapse function (#1635)
  • Fixed Sentinel-2 timelapse bug (#1633)

Contributors

@eocce @giswqs @naschmitz @osgeokr

geemap - v0.24.4

Published by giswqs over 1 year ago

Improvement

  • Fixed timelapse bug (#1631)
  • Fixed typo (#1630)
geemap - v0.24.3

Published by giswqs over 1 year ago

Improvement

  • Set Output widget max width (#1626)
geemap - v0.24.2

Published by giswqs over 1 year ago

A minor release for the SciPy workshop

Improvement

  • Fixed colorbar width bug (#1624)
  • Fixed stac layer expression bug (#1623)
  • Added support for transparent legend (#1622)
  • Auto copy js-py converted code to clipboard (#1621)
  • Removed vis_params attribute from TileLayer (#1619)
  • Dynamic latitude in map scale calc (#1618)
geemap - v0.24.1

Published by giswqs over 1 year ago

Improvement

  • Removed two unused variables (#1615)
  • Fixed vis_param palette validation bug (#1613)
  • Added a collapsible option for legends (#1612)
  • Added show and opacity options for styled vector (#1610)
geemap - v0.24.0

Published by giswqs over 1 year ago

New Features

  • Split modules into core and extra features (#1601)
  • Made toolbar customizable (#1599)
  • Simplified geemap Map class (#1598)
  • Added markers with custom shape and color (#1595)

Improvement

  • Updated SciPy workshop notebook and fixed bugs (#1607)
  • Updated SciPy workshop notebook (#1608)
  • Fix ipywidget Output widget bug (#1597)
  • Refactor xyz_to_leaflet and tests (#1592)
  • Removed old glob tag _X from notebook nav path (#1594)
  • Updated ArcGIS instructions (#1593)
  • Refactored leaflet and folium tile layers (#1567)
  • Refactored get_xyz_dict and added tests (#1588)
geemap - v0.23.2

Published by giswqs over 1 year ago

This version is probably the final version for the geemap book. It has fixed all the errors.

Improvement

  • Improve exception handling (#1587)
  • Fixed function typo
geemap - v0.23.1

Published by giswqs over 1 year ago

New Features

  • Added create_grid function for zonal stats (#1582)

Improvement

  • Fixed toolbar GUI bug (#1584)
geemap - v0.23.0

Published by giswqs over 1 year ago

Improvement

  • Separated ee plot gui from the Map class (#1576)
  • Separated toolbar GUI from Map class (#1575)
  • Improved Map.add_netcdf method (#1574)
  • Suppress gdal open raster warning (#1573)
  • Improved Map.add_raster method (#1572)
  • Fixed js-py conversion bug (#1571)
  • Used sorted function instead of if statements (#1569)
  • Added support for downloading images in parallel (#1564)
  • Improved ee_initialize function (#1563)
  • Added typehinting function parameter for better clarity (#1555)
  • Updated layer manager GUI (#1553)

Contributors

@slowy07

geemap - v0.22.1

Published by giswqs over 1 year ago

Improvement

  • Fixed the ipyleaflet SplitControl bug (#1550)
  • Added decimals param for Inspector GUI (#1548)
  • Added decimals param for Inspector GUI (#1548)
  • Added opened param for tool template (#1546)
  • Updated SciPy notebook (#1545)
geemap - v0.22.0

Published by giswqs over 1 year ago

New Features

  • Added Map.add_inspector() method (#1544)
  • Added Map.add_layer_manager() method (#1544)

Improvement

  • Simplifed the geemap module (#1544)
  • Deprecated the heremap module (#1543)
geemap - v0.21.0

Published by giswqs over 1 year ago

New Features

  • Added support for Solara (#1541)
  • Added segmentation notebook (#1539)
  • Added SciPy workshop notebook (#1538)
geemap - v0.20.7

Published by giswqs over 1 year ago

New Features

  • Added ee_to_geotiff function (#1519)
  • Added netlify deployment for pull requests (#1516)

Improvement

  • Added ee.data.setUserAgent (#1535)
  • Fixed dimensions in timelapse module not accepting number pairs (#1534)
  • Fixed ArcGIS add layer bug (#1518)
  • Fixed for faulty exception handling when request.get raises an exception
geemap - 0.20.6

Published by giswqs over 1 year ago

New Features

  • Added landsat_scaling function (#1503)

Improvement

  • Improved data catalog search GUI (#1496)
  • Fixed ee.Geometry visualization bug (#1495)
  • Fixed plotly import error
  • Updated docker image url
geemap - v0.20.5

Published by giswqs over 1 year ago

Improvement

  • Moved the repo to gee-community and updated the Repo URL (#1490)
  • Reorganized dependencies (#1489)
  • Dropped support for Python 3.7 (#1486)
geemap - v0.20.4

Published by giswqs over 1 year ago

Improvement

  • Fixed image export file per band bug (#1481)
  • Added filenames parameter to export image collection (#1478)
  • Removed ipykernel import
geemap - v0.20.3

Published by giswqs over 1 year ago

Improvement

  • Fixed ipywidgets comm error (#1474)