Skip to main content

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()

R71JZHV@RIG33GLP0FK9SN3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pygeovis-0.0.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page