Giter Club home page Giter Club logo

Comments (5)

clampr avatar clampr commented on June 6, 2024 1

Hi, the resulting DataFrame should contain information on precipitation and wind. However, it might be some weather stations are missing these parameters.

Yes, Meteostat covers weather stations worldwide. But certainly not all weather stations (yet 😉).

from meteostat-python.

clampr avatar clampr commented on June 6, 2024 1

Edit: Just read you already found the solution 😉

I see. Google doesn't give you decimal degrees.

Please try again with:

from meteostat import Stations

stations = Stations()
stations = stations.nearby(-33.8678, 151.2073)
station = stations.fetch(5)

print(station)

from meteostat-python.

falahfakhri-Iraq avatar falahfakhri-Iraq commented on June 6, 2024

I think Australia, is not available, because while I'm looking stations nearby Sydney I'm getting, NA under region, and the country name is Japan, I'd suggest if it possible to add country names, in order to get the name of stations, and there places or big cities.

from meteostat-python.

clampr avatar clampr commented on June 6, 2024

Can you share the code you're using for nearby stations to Sydney?

from meteostat-python.

falahfakhri-Iraq avatar falahfakhri-Iraq commented on June 6, 2024

Yes sure, These are the code and the results below, But I also found out the problem as well,

`# Import Meteostat library

from meteostat import Stations

stations = Stations()
stations = stations.nearby(33.8688, 151.2093)
station = stations.fetch(5)

Print DataFrame

print(station)`

image

The problem is, searching for Sydney coordinates give the following wrong result,

image

However the correct coordinates are,

image

And now the code produced a true result,

image

from meteostat-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.