Unidata / siphon

Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.
https://unidata.github.io/siphon
BSD 3-Clause "New" or "Revised" License
216 stars 75 forks source link

Function to read ISD files #299

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 siphon library.

dopplershift commented 4 years ago

Accessing the collection, if possible, would make sense in Siphon. Depending on the complexity of parsing the data, I could see that being here or in MetPy.