Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-07 | 7.4 kB | |
v0.36.1 source code.tar.gz | 2025-08-07 | 9.3 MB | |
v0.36.1 source code.zip | 2025-08-07 | 9.5 MB | |
Totals: 3 Items | 18.8 MB | 1 |
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/gee-community/geemap/pull/2163
- Implement LayerManager using LitElement + anywidget by @naschmitz in https://github.com/gee-community/geemap/pull/2153
- Refactor LitElement logic out into a superclass by @naschmitz in https://github.com/gee-community/geemap/pull/2166
- Separate model and view code in the computed object and inspector tree by @naschmitz in https://github.com/gee-community/geemap/pull/2167
- Add testing infrastructure for anywidgets, plus test for layer_manager and layer_manager_row by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2168
- Add HGAC workshop notebook by @giswqs in https://github.com/gee-community/geemap/pull/2177
- Implements the basemap selector as anywidget by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2171
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/gee-community/geemap/pull/2178
- Bump astral-sh/setup-uv from 3 to 4 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2180
- Add AGU workshop notebook by @giswqs in https://github.com/gee-community/geemap/pull/2181
- Explicitly initialize eerepr by @aazuspan in https://github.com/gee-community/geemap/pull/2183
- Implement Inspector using anywidget and LitElement by @naschmitz in https://github.com/gee-community/geemap/pull/2169
- fix: drop the use of pkg_resources by @12rambau in https://github.com/gee-community/geemap/pull/2187
- Fix linked_maps bug by @giswqs in https://github.com/gee-community/geemap/pull/2192
- Add verbose param to export image functions by @giswqs in https://github.com/gee-community/geemap/pull/2195
- Implement Toolbar and ToolbarItem to anywidget and LitElement by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2174
- Implement SearchBar using anywidget and LitElement by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2182
- Implement LayerEditor as an anywidget by @naschmitz in https://github.com/gee-community/geemap/pull/2185
- Fix search bar TS tests by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2196
- Convert the Legend to anywidget. by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2197
- Support mode in extract_values_to_points() by @kapoor1992 in https://github.com/gee-community/geemap/pull/2199
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2200
- uv clean cache by @giswqs in https://github.com/gee-community/geemap/pull/2201
- Split basemap selector up into two select fields: provider and resource by @naschmitz in https://github.com/gee-community/geemap/pull/2202
- Add an icon and title to generic widget containers by @naschmitz in https://github.com/gee-community/geemap/pull/2205
- Combine name/address + lat-lon search, plus add compact mode for widget-containers and other style tweaks. by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2206
- Separate layer manager from toolbar (and other minor UI tweaks) by @naschmitz in https://github.com/gee-community/geemap/pull/2208
- Small search bar style/UX tweaks by @sufyanAbbasi in https://github.com/gee-community/geemap/pull/2209
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/gee-community/geemap/pull/2212
- bugfix: Fix geemap.deck.Map.add_ee_layer to recognize Layer kwargs by @bijanvakili in https://github.com/gee-community/geemap/pull/2216
- Fix deck module typo and update uv lock by @giswqs in https://github.com/gee-community/geemap/pull/2217
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/gee-community/geemap/pull/2219
- Bump esbuild from 0.23.1 to 0.25.0 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2224
- Bump eerepr to v0.1.0 by @naschmitz in https://github.com/gee-community/geemap/pull/2227
- Add max_error parameter to center_object method by @fede-bello in https://github.com/gee-community/geemap/pull/2228
- Deprecate IPython.core.display by @giswqs in https://github.com/gee-community/geemap/pull/2229
- Fix
get_bounds
param name by @jdbcode in https://github.com/gee-community/geemap/pull/2237 - Add notebook for GEE workshop 2025 by @giswqs in https://github.com/gee-community/geemap/pull/2240
- fix: error with duplicated double basemap by @fede-bello in https://github.com/gee-community/geemap/pull/2241
- chore: Remove duplicated code, fix docstring by @fede-bello in https://github.com/gee-community/geemap/pull/2242
- Bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2244
- Fix: Handle empty map layers in basemap selector and replacement by @jdbcode in https://github.com/gee-community/geemap/pull/2249
- Update Dockerfile by @giswqs in https://github.com/gee-community/geemap/pull/2251
- Update releasing.md by @naschmitz in https://github.com/gee-community/geemap/pull/2246
- Bump tar-fs from 3.0.6 to 3.0.8 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2238
- Remove KML driver by @giswqs in https://github.com/gee-community/geemap/pull/2259
- Run dos2unix by @giswqs in https://github.com/gee-community/geemap/pull/2260
- Update docker image workflows by @giswqs in https://github.com/gee-community/geemap/pull/2261
- Add CVPR workshop notebook by @giswqs in https://github.com/gee-community/geemap/pull/2268
- contributing.md: Fix typo of flake8. by @schwehr in https://github.com/gee-community/geemap/pull/2269
- typescript: Add overrides where necessary for stricter environments. by @schwehr in https://github.com/gee-community/geemap/pull/2270
- Bump tar-fs from 3.0.8 to 3.0.9 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2265
- Bump docker/build-push-action from 5 to 6 by @dependabot[bot] in https://github.com/gee-community/geemap/pull/2264
- astral-sh/setup-uv: Set to always use latest. by @schwehr in https://github.com/gee-community/geemap/pull/2271
- lit_widget.ts: Remove incorrect override. by @schwehr in https://github.com/gee-community/geemap/pull/2272
- layer_manager.ts: Add override to tabIndex by @schwehr in https://github.com/gee-community/geemap/pull/2273
- Replace color dependency with matplotlib.colors by @giswqs in https://github.com/gee-community/geemap/pull/2263
- Minor UI tweaks on the core container widgets by @naschmitz in https://github.com/gee-community/geemap/pull/2210
- Fix remaining bugs in the redesigned widgets by @naschmitz in https://github.com/gee-community/geemap/pull/2275
- pyproject.toml: Update minimum ee client ver to 1.5.12 by @schwehr in https://github.com/gee-community/geemap/pull/2280
- Add utility function for extracting point-based time series from Earth Engine + example notebook by @geonextgis in https://github.com/gee-community/geemap/pull/2278
New Contributors
- @kapoor1992 made their first contribution in https://github.com/gee-community/geemap/pull/2199
- @bijanvakili made their first contribution in https://github.com/gee-community/geemap/pull/2216
- @fede-bello made their first contribution in https://github.com/gee-community/geemap/pull/2228
Full Changelog: https://github.com/gee-community/geemap/compare/v0.35.1...v0.36.1