Given a bounding box (geographic coordinates representing the western, southern, eastern, and northern extents of a geographic area), return the common geographic areas that intersect the box. Coordinates should be given in decimal degrees, with horizontal datum WGS84. West longitudes and south latitudes should be negative, east longitudes and north latitudes should be positive.
Service URL |
https://apps.usgs.gov/thesaurus/cga/box.php
|
||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Input parameters |
|
||||||||||||||||||||||||||||||||||||||||||
Output |
A JSON object is returned by default. Properties of the object are as follows:
If format is ID, output is a plain-text list of area identifiers. |
https://apps.usgs.gov/thesaurus/cga/box.php?xmin=-73.38&ymin=44.96&xmax=-73.06&ymax=45.03&f=json
https://apps.usgs.gov/thesaurus/cga/box.php?xmin=-73.38&ymin=44.96&xmax=-73.06&ymax=45.03&f=id