Open areleu opened 2 years ago
Yea, good point. Currently, this was just a basic way to get data + metadata, but yes, eventually it should be fully compatible with frictionless.
I assign myself for now, but it might take a while, because there are other things with higher priority.
Hello,
I wanted to point out that currently the datapackages one gets from the "Download Datapackage" are not easily parsed out of the box. I don't know if using something like frictionless to read them is intended but if that is the case I think some changes have to be made to the metadata in order for it to work out of the box.
I use the following file as an example: wind_turbine_domestic_lod_geoss_tp_oeo
Here is a gist with the modified package example: gist
If you load it from a python script using frictionless in a folder datapackage containing both files it will recognise.
I made a repository to reproduce the parsing with the modified metadata here: https://github.com/areleu/frictionless_oep_example