leighseverson / countyweather

9 stars 11 forks source link

Error in hourly_fips #99

Closed Arcticweasel closed 2 years ago

Arcticweasel commented 4 years ago

Hello,

I'm currently trying to get hourly weather data for New York City, but always run into the following error.

Getting hourly weather data for New York County, New York. This may take a while.
Fehler: Can't subset columns that don't exist.
x The column `longitude` doesn't exist.

This is the code I used.

df <- hourly_fips(fips = "36061", year = 2016, var = "temperature")

I get the same error message when I try to run the example code.

ex <- hourly_fips("12086", coverage = 0.90, year = c(1994, 1995),
                   var = "temperature")

Can someone solve this?

Thank you in advance!

nicholasoxford commented 4 years ago

https://github.com/nicholasoxford/WeatherV-GA

Try this out.

nicholasoxford commented 4 years ago

I need to work on that tutorial more, I raised an issue in the project about a year ago, and it was never taken care of.

Arcticweasel commented 4 years ago

Thank you very much. Unfortunately this won't help me in this case. Thank you anyway!

leighseverson commented 2 years ago

Hey there, try again after installing the package from GitHub - I think this should be fixed.