Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_observations_by_lat_long yielding only one observation #18

Open
MattArceri opened this issue May 20, 2020 · 5 comments
Open

get_observations_by_lat_long yielding only one observation #18

MattArceri opened this issue May 20, 2020 · 5 comments

Comments

@MattArceri
Copy link

Running
n.get_observations_by_lat_lon(33.7490, 84.3880, start='2020-05-05', end='2020-05-19')
consistently yields only one observation on the end date. It doesn't seem able to yield multiple observations across the range.

@UGuntupalli
Copy link

UGuntupalli commented Jun 1, 2020

@MattArceri:
I am not even getting one observation.

@pkuong:
Here is my code:

from noaa_sdk import noaa 

n = noaa.NOAA() 
res = n.get_observations_by_lat_lon(
    lat=40.73,
    lon=-73.41,
    start='2019-01-01',
    end='2019-01-10',
    num_of_stations=1
)
my_result = list(res)
my_result

In my case my_result = []

@dgwyther
Copy link

dgwyther commented Aug 4, 2020

I get the same result. Keen to see how to resolve this issue.

@satwikkansal
Copy link

I'm having the same issue.

@pkuong
Copy link
Contributor

pkuong commented Oct 4, 2020

Looking into it

@pkuong
Copy link
Contributor

pkuong commented Oct 4, 2020

@MattArceri
Screen Shot 2020-10-04 at 5 23 07 PM
unfortunately, observation data only available from September 16th. You can however download daily data from the link I shared on the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants