Description : Returns GNSS Station objects that are disseminating GNSS RINEX FILES data that match the given boundary box (bbox) parameter
Detail :
GET STATION BOUNDING BOX – Returns the metadata of all the stations that are inside the bounding box in Geo.JSON multiple outputs
Please specify the output format as one of the options below in headers:
- geojson
- json
- csv
By default the output is geojson (if no other is specified)
Order of bounding box is : left, bottom, right, top. Which means : minLon, minLat, maxLon, maxLat
To test on GNSS Data Portal :
GET/stations/v2/station/bbox/{minLon}/{minLat}/{maxLon}/{maxLat}