Peter Desmet

Results 593 comments of Peter Desmet

With the move of researchers to Mastodon, I'm not planning to add more support for Twitter features.

Having to update the metadata in multiple datasets at once is a pretty common use case for me as well. I typically do this by opening the datasets in different...

Hi @khusmann, thanks for looking into this. Note that the variable `field_names` contains the names of the fields in the _schema_ (not the headers in the CSV). 1. [Lines 212-228](https://github.com/frictionlessdata/frictionless-r/blob/0881f1c4bbd0c5f679a4f74665e9acd7df0554af/R/read_resource.R#L212-L228)...

There have been some updates in the code, so I'll summarize what needs to be done: - [x] Don't define `col_names`, just use `field_names` throughout (item 2 in [this](https://github.com/frictionlessdata/frictionless-r/issues/162#issuecomment-1807700714) and...

Would be useful, but it is a bit more complex than: - Check if the provided path (or URL) ends with `datapackage.json` - If not, append `datapackage.json` with `file.path()` -...

I'm curious to see how other frictionless software tackles this.

@khusmann Thanks for investigating. `datapackage.json` is the only valid format according to the specs, but `yml/yaml` is supported by frictionless-py and it was requested and implemented as a feature for...

I typically also use the URL without `/legalcode`, but it seems that GBIF uses the URL **with** `/legalcode` throughout: - In EML - On [IPT resource pages](https://ipt.inbo.be/resource?r=dieren-exoten-natuurpunt-occurrences) - On [GBIF...

Proposal to have one section for publication (and nothing in metadata) sounds good. Also food to do that as part of IPT3. Not sure what you mean with: > We...

Would be good to see the page (design) users are presented after clicking the `Publish/Edit` button.