question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

get_observations_by_lat_long yielding only one observation

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
UGuntupallicommented, 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 = []

0reactions
pkuongcommented, 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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Joining dataframes using lat and long variables, but the lat ...
I have two data frames that I need to join. One contains soil data and one contains yield data. They both record data...
Read more >
Determining latitude and longitude observing only one star
The value of H angle, height of the star above the 'horizon, allow to calculate the latitude (φ') of the observer. 1) Count...
Read more >
Are latitude and longitude observations independent of each ...
Yes, they are related. One value or the other does not give you enough information for a location. You need to have both...
Read more >
Observation location described in correct place but mapped in ...
yield a correct textual description of the location (Sonoma, California, USA) but show up on the map off the coast of North Korea....
Read more >
Solar observations – with a sextant
The nautical sextant allows an observer to align the images of sun and ... Latitude and longitude are unknown to this observer, but...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found