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()
Release files for pygeovis 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygeovis-0.0.3.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pygeovis-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / pygeovis-0.0.3.tar.gz
| Download URL | pygeovis-0.0.3.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
576d73e1c23d716efe5e19c654539e5f077772920d3e8b7e0fb388df845e97ef
|
|
BLAKE2b-256 checksum How to use checksums |
cff93da136cfa26fd462a56f6a42b3208d4fd859a3d19b66efaf35e717b0aadb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pygeovis-0.0.3-py3-none-any.whl
| Download URL | pygeovis-0.0.3-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
66bc809e140c888f600299cf4eb1e6e1e01ce1f732959ab8e8422f19241fe0c6
|
|
BLAKE2b-256 checksum How to use checksums |
af6dc7d76c536fc79b97b8cef20c82c7fd8c20bdc77bdc9550f49d2102195b2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|