Geo-spatial Visualization package
Project description
Current release info
Name | Downloads | Version | Platforms |
---|---|---|---|
digitalearth - Remote Sensing package
digitalearth is a Remote Sensing package
digitalearth
Main Features
- plot static maps
Future work
- dynamic/interactive maps
Installing digitalearth
Installing digitalearth
from the conda-forge
channel can be achieved by:
conda install -c conda-forge digitalearth
It is possible to list all of the versions of digitalearth
available on your platform with:
conda search digitalearth --channel conda-forge
Install from Github
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/digitalearth
pip
to install the last release you can easly use pip
pip install digitalearth==0.1.6
Quick start
from digitalearth.map import Map
src = gdal.Open("examples/data/acc4000.tif")
fig, ax = Map.plot(src, title="Flow Accumulation", cbar_label="Flow Accumulation")
points = pd.read_csv("examples/data/points.csv")
point_color = "blue"
point_size = 100
id_color = "yellow"
id_size = 20
display_cellvalue = True
num_size = 8
background_color_threshold = None
ticks_spacing = 500
fig, ax = Map.plot(
src,
point_color=point_color,
point_size=point_size,
pid_color=id_color,
pid_size=id_size,
points=points,
display_cellvalue=display_cellvalue,
num_size=num_size,
background_color_threshold=background_color_threshold,
ticks_spacing=ticks_spacing,
title="Flow Accumulation",
cbar_label="Flow Accumulation"
)
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
digitalearth-0.1.7.tar.gz
(19.5 kB
view hashes)
Built Distribution
Close
Hashes for digitalearth-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66091a387e440cb3668818aa3c404da9b27ce531a6e8dbd4f9207a178d9b8719 |
|
MD5 | 5fc9927b3713cfdac0770a27de6026e0 |
|
BLAKE2b-256 | f24b4fa1db060beddc44d1d406b157eacec747d7d4f83dfdde28de8f36aee59b |