Peter Desmet

Results 593 comments of Peter Desmet

Would this be a guide explaining how to express Darwin Core as a Frictionless Data Package? Note that DwC-A to Frictionless Data Package functionality was developed by @andrejjh about 4...

@sarahcd the bird ringing dataset we plan to upload to Movebank contains a whopping 13,100 individuals (it is a long-running study since 1986). That means that the reference data we...

Would that bring us in the top-5 of Movebank studies with the most individuals? 🏆😊

Ok good to know! In my updated script I rely more on `observation_condition` (which you can change) than `is_capture` to identify captures, so having `observation_condition` be correct is the most...

This is how `read_resource()` would look like with the above changes: ```R read_resource

frictionless-r ignores the `resource.compression` property. It does support reading compressed files based on the extension found in `path`: https://docs.ropensci.org/frictionless/reference/read_resource.html#file-compression So I'm neutral regarding promoting this to the specs: frictionless-r will...

Regarding `resource.innerPath`, I'd rather not see an additional property for files, since we already have to deal with `data` and `path`. I would express this in `path`, as follows: ```...

> I don't think this is something we want to support / encourage. I agree.

I think the best way to express the data is: 1. **First capture = deployment start**. It's when the bird got its tag (= ring). In very few cases (e.g....

So, if I understand correctly: If a bird in its life history has a 1st observation `observation_is_capture = TRUE` _followed by_ an 2nd observation with `observation_condition = "released after revalidation"`...