NREL / developer.nrel.gov

An issue tracker for NREL's APIs available at https://developer.nrel.gov
43 stars 39 forks source link

How do I get the latitude and longitude of these datasets #332

Closed Ewliao closed 8 months ago

Ewliao commented 8 months ago

image These data sets have a lot of sites, but I don't know how to get the longitude and latitude of these sites.

PjEdwards commented 8 months ago

@Ewliao There is at present no way to get a comprehensive list of site locations for each of these datasets. However it is important to note that these APIs do not require a precise matching location when making a request. The API will return the closest data within approximately 50 kilometers of the requested coordinates. If no data exists within that range a response will be returned that says "No data at provided location". The name of the datasets provides a general guide as to the domain each covers.

To enhance this further, in the next few months we will be releasing a web tool that will make it possible to visually identify the extent of each dataset. This tool will provide tools for downloading directly via the UI, as well as for generating scripts that could be used in code.

Ewliao commented 8 months ago

Thank you for your explanation.