wingechr

Results 51 comments of wingechr

it is possible with the API, **BUT...** there is a very big underlying problem: updating rows only works if the table has a numerical `id` column as primary key. But...

@jh-RLI actually, this issue is not closed by the mentioned pull request(the id column is just one part of it)

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,...

I think the readthedocs should be removed * It's incosistent with the tutorials on the platform / github * It's out of date

As discussed in the last meeting: * I am going to move tutorial like parts abuot the advanced API into a github tutorial * we remove link from the platform...

I don't think that this is true. if you look at the data directly as json (https://openenergy-platform.org/api/v0/schema/reference/tables/rli_lodgeoss_energy_database_review/rows/), it shows that the invalid characters are in the data itself, i.e. the...

i think this is resolved with the new tutorial page, especially the search

a little further down, the definition is a bit more detailed, including the reference temperature * Heating Degree Days (HDD) index: the severity of the cold in a specific time...

## OLD * json metadata for table: ```json { "resources": [ { "name": "" "schema": {...} } ], } ``` * json metadata for datapackage: `DOES NOT EXIST` ## PROPOSED...

sorry, one more correction: in the bundled datapackage.json that presumably is part of a zipped datapackage in a download, the resource `path` must be changed to the now local csv...