version 0.2 of the DEMIX library
Project description
DEMIX library
Library that allow you to get stats arround DEMIX tiles and DEM
Installation
pip install demix_lib
Get started
how to log in in order to get stats
import demix_lib
# Instantiate a login object
login = "login"
password = "password"
# When needed, put the login and passord as arguments
lon = 13.196
lat = 14.268
result = demix_lib.download_tile_at_pos(login, password, lon, lat)
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
demix_lib-0.2.tar.gz
(4.2 kB
view hashes)