[GRASS-git] [OSGeo/grass] 599cdf: jupyter: Raster support for interactive maps with ...
Caitlin H.
noreply at github.com
Wed Aug 11 11:38:20 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 599cdff029ea0d5279c33dd83b4d868c4bd86fb4
https://github.com/OSGeo/grass/commit/599cdff029ea0d5279c33dd83b4d868c4bd86fb4
Author: Caitlin H <69856275+chaedri at users.noreply.github.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M doc/notebooks/jupyter_integration.ipynb
M python/grass/jupyter/Makefile
M python/grass/jupyter/__init__.py
M python/grass/jupyter/display.py
M python/grass/jupyter/interact_display.py
A python/grass/jupyter/utils.py
Log Message:
-----------
jupyter: Raster support for interactive maps with folium (#1769)
* Add temporary WGS84-Pseudo-Mercator location for rasters
* Add `add_raster` method for `InteractiveMap` class
* Added resolution estimator for rasters (for speed, reproject only as many cells as needed)
* Added `save()` method for saving folium map as HTML file
* Change `GrassRenderer` PNG background to transparent
* Added `utils.py' for clarity in the interactive class
* Added rcfile cleanup
* Added temporary directory with `tempfile`
* Update demonstration notebook to include raster example
More information about the grass-commit
mailing list