https://github.com/schicho/srtm
Small library to work with SRTM topography data in Go
https://github.com/schicho/srtm
Last synced: 5 months ago
JSON representation
Small library to work with SRTM topography data in Go
- Host: GitHub
- URL: https://github.com/schicho/srtm
- Owner: schicho
- License: mit
- Created: 2022-09-01T09:07:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T12:04:15.000Z (over 3 years ago)
- Last Synced: 2024-06-21T21:06:33.601Z (about 2 years ago)
- Language: Go
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SRTM Library
## Introduction
The Shuttle Radar Topography Mission (SRTM) was a NASA mission to provide digital elevation data for the entire world.
The data is free and available for use by anyone.
A good place to find data is on this [website](http://viewfinderpanoramas.org/dem3.html).
This library provides simple functions to read and convert SRTM data.
Both the SRTM1 and SRTM3 data are supported.
## Usage
image.go provides simply functions to convert the SRTM data files to Go's [image](https://pkg.go.dev/image) implementation,
which can be processed further.
## Commands
The cmd subdirectory contains simple scripts to convert the SRTM data to gray scale images directly.
## Docs
The docs subdirectory contains NASA's SRTM documentation, which can currently be found on the Web Archive as the webpage does not exist anymore.
