tags:

views:

207

answers:

2

There are plenty of weather APIs that allow you to find forecasts, but I'm looking for weather history. Specifically, if I have a lat/lng and a timestamp, I'm looking to find the weather at that moment in that location in the past.

I've looked through many different APIs including the National Weather Service and Weather Underground, but haven't seen any API that solves the problem I describe. Any ideas?

+1  A: 

You probably want to look at the National Climatic Data Center (NCDC). They provide and archive a lot of the meteorology datasets. We have looked at datasets going back to the 40's. you are likely going to need build and write your own parser for your dataset - older stuff predates mag tape in met144 and the like.

MikeJ
A: 

Is your data limited to the USA?

Neil McKeown