[GRASS-git] [OSGeo/grass] 3e3a88: jupyter: Add class for interactive display of vect...
Caitlin H.
noreply at github.com
Mon Jul 19 14:03:18 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 3e3a8810c8696bd3a17ca34d12599d1ef2ff10cf
https://github.com/OSGeo/grass/commit/3e3a8810c8696bd3a17ca34d12599d1ef2ff10cf
Author: Caitlin H <69856275+chaedri at users.noreply.github.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M binder/requirements.txt
M doc/notebooks/jupyter_integration.ipynb
M python/grass/jupyter/Makefile
M python/grass/jupyter/__init__.py
A python/grass/jupyter/interact_display.py
Log Message:
-----------
jupyter: Add class for interactive display of vector maps in Jupyter Notebooks (#1710)
* InteractiveMap class produces interactive folium maps zoomed to the current computational region in Jupyter Notebooks.
* Vectors are passed from GRASS to folium by reprojecting to WGS84 in a temporary Location, exporting as GeoJSON files and importing to folium.
More information about the grass-commit
mailing list