Visualize geo-tiff/json based on folium.
Project description
pyGEOVis
Visualize geo-tiff/json based on folium. It can be used to visualize geo-data (geotiff/geojson) after ML/DL about RS.
USE
The class named Geovis
just have three functions.Useing addRaster
to add a image with geo-info (like geotiff) to the map and useing addVector
to add a vector (just support geojson with polygon or multipolygon) to the map. In the end, useing show
to show this interactive map.
from pygeovis import Geovis
viser = Geovis()
viser.addRaster("data/val.tif", band_list=[1, 2, 3])
viser.addVector("data/val.geojson")
viser.show()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygeovis-0.0.3.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file pygeovis-0.0.3.tar.gz
.
File metadata
- Download URL: pygeovis-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 576d73e1c23d716efe5e19c654539e5f077772920d3e8b7e0fb388df845e97ef |
|
MD5 | 4749be30c2b7cc3688503db3065bd758 |
|
BLAKE2b-256 | cff93da136cfa26fd462a56f6a42b3208d4fd859a3d19b66efaf35e717b0aadb |
File details
Details for the file pygeovis-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pygeovis-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66bc809e140c888f600299cf4eb1e6e1e01ce1f732959ab8e8422f19241fe0c6 |
|
MD5 | c2e0fa449b3ec7531bb1e87eddccb232 |
|
BLAKE2b-256 | af6dc7d76c536fc79b97b8cef20c82c7fd8c20bdc77bdc9550f49d2102195b2f |