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"
)
======= History
0.1.0 (2022-05-24)
- First release on PyPI.
0.2.9 (2022-12-19)
- Use environment.yaml and requirements.txt instead of pyproject.toml and replace poetry env byconda env
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.8.tar.gz
(19.4 kB
view hashes)
Built Distribution
Close
Hashes for digitalearth-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5442e4053b1d04e783941838b829262ad0e9232a4f14e0a621da8220459b50ab |
|
MD5 | 21d5c849921c647384b944da5280e273 |
|
BLAKE2b-256 | ef20879b124f1f3e79245cdf4253f1044c5b9f73ff501f2bfe84d5535c338c10 |