GOES SEM - LocationDataService Web API
Request URL
The GOES SEM Locationdata web service is accessible at the following URL:
http://www.ngdc.noaa.gov/goes/sem/getLocationdata/goes_satellite_number.output?parameters
where,
goes_satellite_number indicates the satellite number. This service provides access to the following GOES Satellite data: GOES-13 , GOES-14 , GOES-15.
Example:
output indicates the response format. It may be either of the following values:
- csv - generates output in CSV format (Default)
- json - generates output in JSON (JavaScript Object Notation) format
Data Request Parameters
Both the parameters are required. The parameters are separated by ampersand(&) in the request URL.
- fromDate (Required) - Defines the start date from which to obtain data.It is represented by the following date format: yyyyMMdd
Eg: 20110201
- toDate (Required) - Defines the end date from which to obtain data.It is represented by the following date format: yyyyMMdd
Eg: 20110201
NOTE: Please limit to 12 months of data download.
Response Formats
The Web Service supports the following response formats: CSV (Default)and JSON.
See Response Formats, for more information on the formats supported and how to debug the error responses.
Example Request for GOES SEM LocationDataService
http://www.ngdc.noaa.gov/goes/sem/getLocationdata/goes13.csv?fromDate=20101101&toDate=20101101