Request
Syntax
https://staging-earthquake.usgs.gov/ws/geoserve/regions.json?{parameters}
Parameters
Required Search Parameters
-
latitudeNumberLatitude in decimal degrees of point. [-90, 90]. -
longitudeNumberLongitude in decimal degrees of point. [-180, 180].
Optional Search Parameters
-
includeGeometryBooleanSet to true returns poloygon points of the selected region. Default false. -
typeEnumerationRegion types. Comma-separated list. admin- Global polygons for use in Geoserve are based on data from [http://www.gadm.org/](http://www.gadm.org/) version 2.0. The GADM data has been processed in GIS to only include the level 2 boundaries (state level). Originally these data contained boundaries to level 3 (county level), but current requirements did not need such granularity. This simplification enables faster queries.
authoritative- This dataset was created by the USGS/NEIC (B. Presgrave & P.Earle) to define the regions where using various seismic monitoring organization's earthquake solutions is either recommended (for international organizations) or required (for ANSS affiliated organizations).
fe- This dataset was created by Presgrave, B.W. to provide more specific region names when available. Like FE regions, these regions are also based on a 1x1 degree grid. Unlike the FE regions, no unique number was assigned to each region.
neiccatalog- This dataset was created by the USGS/NEIC (B. Presgrave & P.Earle) to define the polygon areas and threshold magnitudes at which the NEIC responds to and/or publishes an earthquake event to the public and/or NEIC event catalog.
neicresponse- This dataset was created by the USGS/NEIC (B. Presgrave & P.Earle) to define the polygon areas and threshold magnitudes at which the NEIC responds to and/or publishes an earthquake event to the public and/or NEIC event catalog.
offshore- This dataset is from the original FE Plus dataset and defines "offshore" regions where earthquakes are a common occurrence.
tectonic- Tectonic regions with corresponding descriptions.
Notes
Response
The response is formatted as one or more nested
GeoJSON FeatureCollections. Each nested GeoJSON FeatureCollections is
keyed by the request type.
Properties
Each returned Feature in the GeoJSON FeatureCollection includes an id, a geometry object with longitude, latitude, and elevation, and a properties object with the following attributes:
Admin
-
countryStringName of country. -
isoStringCountry code. -
regionStringName of region.
Auth
-
nameStringName of contributor. -
networkStringName of network. -
regionStringName of network sub-region -
typeStringType of authoritative region -
urlStringURL for more information
FE
-
nameStringName of FE region. -
numStringFE region identification number.
NEIC Catalog
-
magnitudeStringMagnitude associated with the place. -
nameStringNEIC catalog name.
NEIC Response
-
magnitudeStringMagnitude associated with the place. -
nameStringNEIC catalog name.
Offshore
-
nameStringOffshore region name.
Tectonic Summary
-
nameStringTectonic summary region name. -
summaryStringTectonic summary content. -
typeStringTectonic summary type.
Examples
Below are example requests and responses that detail the nested GeoJSON structure. Each type has a nested GeoJSON FeatureCollection that may contain multiple GeoJSON features. Click the link for an example to see the response.
-
Region search at latitude 39.5, longitude -105:
https://staging-earthquake.usgs.gov/ws/geoserve/regions.json?latitude=39.5&longitude=-105 -
Region search at latitude 39.5, longitude -105, includeGeometry set to true:
https://staging-earthquake.usgs.gov/ws/geoserve/regions.json?latitude=39.5&longitude=-105&includeGeometry=true -
Region search at latitude 39.5, longitude -105, type set to fe:
https://staging-earthquake.usgs.gov/ws/geoserve/regions.json?latitude=39.5&longitude=-105&type=fe