Skip to main content

SRTM4 elevation data reader

Project description

SRTM4 (Shuttle Radar Topography Mission)

Download and parsing of SRTM4 elevation data.

Build Status PyPI version

Carlo de Franchis, Enric Meinhardt, Gabriele Facciolo, CMLA 2018

Installation and dependencies

The main source code repository for this project is https://github.com/cmla/srtm4. It is written in Python. It was tested with Python 3.5, 3.6 and 2.7.

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

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

srtm4-1.0.2.tar.gz (2.0 MB view details)

Uploaded Source

File details

Details for the file srtm4-1.0.2.tar.gz.

File metadata

  • Download URL: srtm4-1.0.2.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1

File hashes

Hashes for srtm4-1.0.2.tar.gz
Algorithm Hash digest
SHA256 8e498dc409f91a2a7563be9de7d1d1fcfef200a4f85a2e6bbb5deec4e1ebd2b3
MD5 68512df65b59dfef4c45f86e87eb07b1
BLAKE2b-256 858a5ba143b31a00755c71c8bd798a6e7d4b1635b53f9e3a7cc99a5adb637539

See more details on using hashes here.

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