Jonathan Mühlenpfordt

Results 5 comments of Jonathan Mühlenpfordt

I use YAML internally when writing the metadata for my data package because it makes for more readable code. For the output I then convert it to JSON as this...

For us, the use case is to clarify the unit of measurement, i.e. whether the numbers in the columns should be read as Megawatts `MW`, Kilowatts `kW`, Megawatthours `MWh`, etc....

I haven't implemented it yet, but I had thought putting `"unit": "EUR"` (using ISO 4217 currency code) would make it sufficiently clear that the column contains currency data. Now I...

Thank you for the hint! So we should list the datapackage.json file explicitly as one of the `resources` and specify the license there?

Ok that makes sense for the question I asked. However, I should have been more precise in my question: In our case, we can not actually grant a license for...