https://github.com/kapadia/usgs
Client library for interfacing with USGS datasets
https://github.com/kapadia/usgs
Last synced: 6 months ago
JSON representation
Client library for interfacing with USGS datasets
- Host: GitHub
- URL: https://github.com/kapadia/usgs
- Owner: kapadia
- License: isc
- Created: 2014-12-19T17:21:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T15:23:41.000Z (9 months ago)
- Last Synced: 2025-05-02T17:03:40.766Z (7 months ago)
- Language: Python
- Homepage: http://kapadia.github.io/usgs/
- Size: 1.56 MB
- Stars: 114
- Watchers: 46
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- Awesome-Geospatial - USGS API - USGS is a python module for interfacing with the US Geological Survey's API. (Python)
- open-sustainable-technology - USGS - A Python module for interfacing with the US Geological Survey's API. (Sustainable Development / Data Catalogs and Interfaces)
- awesome-gis - USGS API - USGS is a python module for interfacing with the US Geological Survey's API. (Geospatial Library / Python)
README
========
USGS API
========
`USGS` is a python module for interfacing with the US Geological Survey's API. It provides submodules to interact with various endpoints, and command line utilities, helpful for building out large pipelines.
Documentation is available at:
http://kapadia.github.io/usgs/
ChangeLog
========
0.3.3 Implements the download options endpoint (@aazuspan)
0.3.0 Update the USGS Machine to Machine API from 1.4 to 1.5
0.2.6 Carl.andrson@nltgis.com
Remove dependency on pyproj and shapely and use great circle computation to expand a point search to a box