문제

I want to get current atmospheric pressure given a latitude and longitude from some kind of remote service, so I can compare it to the pressure sensor's reading and come up with an altitude.

Unfortunately TWC and and World Weather Online have usage limits, like only a few hundred requests per day per API key, which won't work if more than a handful of users download my app and are all using it at once with the same API key in the code. After 5 minutes no user will be able to get any data. So I need a way of querying the data without usage limits. Is there a service that provides this without making you get an API key?

올바른 솔루션이 없습니다

다른 팁

Hey bro have you thought looking into the altimeter that comes w the phone? I remember from Science class that all they do is measure the pressure of the atmosphere same as altimeter. Maybe you could make a btree and figure out the correct indexes along the way.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top