darrenwiens / threedep

stactools package for working with elevation data from the USGS 3DEP program (formerly known as NED)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stactools-threedep

This package creates STAC items for USGS 3DEP (formerly NED) elevation data.

Examples

STAC objects

Command-line usage

Create a catalog for all 3DEP data. This catalog will contain two collections, one for the 1 arc-second data and one for the 1/3 arc-second data:

$ stac threedep create-catalog destination

Create a catalog for a single lat+lon id:

$ stac threedep create-catalog --id n41w106 destination

Download all XML metadata:

$ stac threedep download-metadata destination

Fetch all available IDs:

$ stac threedep fetch-ids

Use stac threedep --help to see all subcommands and options.

About

stactools package for working with elevation data from the USGS 3DEP program (formerly known as NED)

License:Other


Languages

Language:Python 82.3%Language:Shell 16.8%Language:Dockerfile 0.9%