Conversation
| - sensor types categories and associated numbering changed (client sensor search queries might be impacted) | ||
| - seismic stations metadata endpoint updated (and details now queried from GeoNet metadata database (delta) and not GeoNet FDSN station service) | ||
| - GNSS station metadata enpoint updated | ||
| - Network Data endpoint updated (XXXX ADD MORE INFO HERE XXXXX) |
There was a problem hiding this comment.
I'm putting in comments to help work out where we need to add more detail.
Not sure what the Network data end point changes ATM
| ``` | ||
|
|
||
| ### Sensor details | ||
|
|
There was a problem hiding this comment.
To get detailed information on a specific sensor use network/sensors?sensorType=n&station=stationcode
e.g. https://api.geonet.org.nz/network/sensors?sensorType=8&station=DUND
| ### Sensor details | ||
|
|
||
|
|
||
| ### Sensor search |
There was a problem hiding this comment.
to get a list of sensors, use https://api.geonet.org.nz/network/station?sensorType=n[,m]
you can add an optional date range startDate and endDate
e.g.
https://api.geonet.org.nz/network/station?sensorType=2,6&startDate=2026-01-16&endDate=9999-01-01
There was a problem hiding this comment.
I would like to add some notes on the end points notes on who to replace these end points (which are working but are deprecated?)
e.g.
sensor search:
https://api.geonet.org.nz/network/sensor?sensorType=3,10&endDate=9999-01-01
sensor details:
https://api.geonet.org.nz/network/fdsn/station?network=NZ&station=QRZ
https://api.geonet.org.nz/network/gnss/mark?code=DUND
|
I've put in some comments, I'll have another look tomorrow or probably Friday now |
|
Thanks A LOT @sue-h-gns !! yes, we can park it until Friday. |
This is still a work in progress, but aims at providing a changelog to endusers using the GeoNet API for recent changes implemented in March 2026