[go: up one dir, main page]

File: README.rst

package info (click to toggle)
usgs 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,320 kB
  • sloc: python: 769; makefile: 153
file content (20 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
========
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