Skip to content
Snippets Groups Projects
Commit 98872ab3 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Merge branch 'add-hot-and-gut-to-web-api' into 'master'

Add new test stations to list of valid observatories

See merge request !174
parents ec05353b 914769f2
No related branches found
No related tags found
1 merge request!174Add new test stations to list of valid observatories
Pipeline #137563 passed
......@@ -206,6 +206,15 @@ OBSERVATORIES = [
agency="USGS",
declination_base=764,
),
Observatory(
id="GUT",
elevation=140,
latitude=13.588,
longitude=144.867,
name="Guam Test",
agency="USGS",
declination_base=764,
),
Observatory(
id="HON",
elevation=4,
......@@ -215,6 +224,15 @@ OBSERVATORIES = [
agency="USGS",
declination_base=5982,
),
Observatory(
id="HOT",
elevation=4,
latitude=21.316,
longitude=202.0,
name="Honolulu Test",
agency="USGS",
declination_base=5982,
),
Observatory(
id="NEW",
elevation=770,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment