Skip to main content

ALOS 30 m downloader/subsetter

Project description

DOI

demalos

Downloading and subsetting ALOS 30m DEM

Installation

Use the package manager pip to install demalos

pip install demalos

Usage

see example.py

or

from demalos import demalos

lat0 = 41
lon0 = -113
dlat = 0.1
dlon = 0.1

alos_obj = demalos(lat0,lon0,dlat,dlon,alos_folder_in='/Volumes/Amir_5TB/SAO/ALOS_DEM/in/N040W115_N045W110',
                   alos_folder_out='/Volumes/Amir_5TB/SAO/ALOS_DEM/out/')

alos_obj.subset_alos()
alos_obj.save_to_tiff("output_test3.tif")
alos_obj.save_to_nc("output_test3.nc")

to download alos files use

alos_obj.download_alos(dem_file = "N040W115_N045W110")

Warning! not specifying dem_file will make the code want to download the whole dataset

License

MIT

Project details


Download files

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

Source Distribution

demalos-0.0.4.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distributions

demalos-0.0.4-py3.9.egg (7.8 kB view hashes)

Uploaded Source

demalos-0.0.4-py3-none-any.whl (5.3 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