SRTM4 elevation data reader
Project description
SRTM4 (Shuttle Radar Topography Mission)
Download and parsing of SRTM4 elevation data.
Carlo de Franchis, Enric Meinhardt, Gabriele Facciolo, CMLA 2018
Installation and dependencies
The main source code repository for this project is https://github.com/centreborelli/srtm4. It is written in Python. It is tested with Python 3.7, 3.8, 3.9 and 3.10.
srtm4
requires libtiff
development files. They can be installed with
apt-get install libtiff-dev
(Ubuntu, Debian) or brew install libtiff
(macOS).
Once libtiff
is installed, srtm4
can be installed with pip
:
pip install srtm4
Usage
In a Python interpreter:
>>> import srtm4
>>> longitude, latitude = 2, 48
>>> altitude = srtm4.srtm4(longitude, latitude)
>>> print(altitude) # should be 174.613 (altitude in meters above the WGS84 ellipsoid)
In a shell:
GEOID_PATH=data ./bin/srtm4 2 48
For the crop
function, if pyproj complains about the download of file, you can fix it manually with the command:
pyproj sync -v --file us_nga_egm96_15
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
File details
Details for the file srtm4-1.2.4.tar.gz
.
File metadata
- Download URL: srtm4-1.2.4.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e32352c89206410c613c195ee572453306ec59c1fcf6f9d97ecec2a5272d0a |
|
MD5 | b304bba9cc8c0c56ea19cd98068eef40 |
|
BLAKE2b-256 | c99c4ca571e8d09ccdc27602568306dffa8e9adf1bf117c64e0de738a164c908 |