This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Irradiation Database

0

I am creating a free energy awareness/efficiency application as a path to renewable energy for which I need irradiation data. I found Latitude/Longitude data on the NASA website, but now I need to convert the lat/long positions I have to Country/State/City positions. Can somebody advise me where I can get a database of Lat/Long=Country/State/City data? Alternatively a database with irradiation data for Country/State/City.

Thanks so much

Wynand Goosen

asked 06 Nov '14, 09:21

EkoGuru's gravatar image

EkoGuru
11113
accept rate: 0%


One Answer:

5

"lat/long positions" to "Country/State/City name" is reverse geocoding. See Nominatim in our docu wiki. You could use a nominatim service to convert the lat/lon positions to a text string. Please comply to the usage policy of the service which you are using (if you do not set up your own Nominatim server). As mentioned there, the OSM copyright also needs to be respected.

answered 06 Nov '14, 13:29

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

Source code available on GitHub .