Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.26k stars 415 forks source link

Function to read ISD files #1315

Open nappaillav opened 4 years ago

nappaillav commented 4 years ago

Hello I would like to know if there is any function to read files from the Integrated Surface Database (ISD). If not, then it would be a gentle request from my side to have a function that can read data from the ISD, as a part of the Metpy library.

dopplershift commented 4 years ago

There is no such functionality currently. It would be appropriate to add functionality to parse local files. Direct access to ISD (I.e. downloading/accessing data from remote servers) would belong in Siphon.