fmiopendata
fmiopendata copied to clipboard
Python interface for FMI open data
I'm trying to run example code under paragrhap _Download and calibrate latest radar reflectivity (dBZ) composite_. Command _composite.download()_ fails with following error message: ``` Traceback (most recent call last): File...
The FMI SmartMet server also has a /timeseries endpoint, which provides much streamlined access to a lot of the kind of data that doesn't really fit in the GIS world...
Hi, Love this package. Thanks! 1) Is there a list of available parameters for monthly observations? 2) Can you request more than one parameter per query? I can do this:...
Having the data output as a flat pandas dataframe greatly improves usability and versatility of the open data output. Example of turning a result from a weather observations multipointcoverage result...
There are more details available that could be added for available datasets (`StoredQuery`s) to [WFS info listing](https://github.com/pnuu/fmiopendata/blob/main/wfs.md). Few that I've noticed with a quick glance are: * calibration coefficients *...
Parsing of `fmi::observations::weather::mast::multipointcoverage` fails with ```python data = download_stored_query("fmi::observations::weather::mast::multipointcoverage") --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 data = download_stored_query("fmi::observations::weather::mast::multipointcoverage") ~/Software/fmiopendata/fmiopendata/wfs.py in download_stored_query(query_id, args) 124 raise NotImplementedError("No parser...
Hi - I hope it's OK to use this for support requests. I'd need to use the ENFUSER Air Quality data, which is available as a grid. Am doing `model_data...
download_and_parse(query_id, args=None) removes "timeseries=True" from args if this item is in the list. This can lead to confusion, if a developer reuses the args list in subsequent queries (for example...