Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terms that indicate that a record is an intervention (sampling action, catch) #134

Open
PietrH opened this issue Dec 5, 2023 · 11 comments
Assignees
Labels

Comments

@PietrH
Copy link
Member

PietrH commented Dec 5, 2023

Strings to look for in the "Actie" field:

  • vangst
  • nevenvangst
  • geschud
  • gevangen

check glob: (vang)
check glob: (schud)

aantal ?

for Vespa valutina:

  • Nest bestreden -> it was removed/killed
  • NOT: Nest verwijderd -> the nest was removed from the tree
  • NOT: Nest niet verwijderd

Planten

  • behandeld
  • if there is an action, it's always an intervention

For effort

The record always reflects the current situation, but if you want to know what has changed, you need to look at the previous record(s). So it doesn't show the history, it does show the current situation.

So if you want to know what traps were out when the animal was caught, you need to look at what material was out in the previous record.

If there is a catch in the first record, assume no material was used. (Or material was unknown)

@PietrH PietrH added the mapping label Dec 5, 2023
@PietrH PietrH self-assigned this Dec 5, 2023
@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

If it is not an action, it's an observation. It could be an absence, but it's still an observation.

@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

waarneming is only ever entered once per case, but is repeated per record in a case. So the first record is always an observation, but could also be an intervention.

@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

The first record doesn't need to be the one where waarneming is filled in, but the first one where it is filled in, is the one that should count as casual observation

If there are records without waarneming, before one is entered, they are administrative steps before the first field visit from RATO.

@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

For an observation, we need to look at the status field, it should be openstaand_veldwerker or opvolging

If status has any other status, it is an administrative record, that should not be published.

@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

It's more complicated:

Status in {openstaand_veldwerker, opvolger}{

  • name of veldwerker different than the one of the previous record (including empty to non empty) is the value of the Planning_uitvoerders field changed relative to the previous record
    }
    else {
  • if action field is one of (vang, schud aantal, nest bestreden, behandeld) {action}else{observation}

}else{skip the record}

@PietrH
Copy link
Member Author

PietrH commented Dec 5, 2023

It's okay if Planning_uitvoerders is empty, if it remains empty, that's because if it's empty, it's assigned to everyone

@PietrH
Copy link
Member Author

PietrH commented Jun 24, 2024

We are not receiving this status field I suspect, so we can't use it in this decision tree

@PietrH
Copy link
Member Author

PietrH commented Aug 19, 2024

casual observation

I assume basisOfRecord should be set to casual observation if it's an observation, and to humanObservation if it's an intervention (??)

PietrH added a commit that referenced this issue Aug 19, 2024
@PietrH
Copy link
Member Author

PietrH commented Aug 19, 2024

I do have Dossier_Status but not Planning_uitvoerders

@PietrH
Copy link
Member Author

PietrH commented Aug 19, 2024

In Dossier_Status I only have Opvolging or Verwerkt en afgesloten

@PietrH
Copy link
Member Author

PietrH commented Aug 23, 2024

For rats:

on private land, the owner can call that they saw a rat, this is an occurrence. But we don't get these records (dossier status Opvolging administratie or openstaand veldwerker), otherwise it's an intervention:

There should be a field Materiaal_consumptie -> then it's definitely a management interaction, unless it's bak buis, those are always a management intervention.

It's possible if you do a management interaction that you don't see a rat, it could be a trail or a mark. If the poison is not eaten, the status should change to afgewerkt en afgesloten. But it is really more complicated:

On private land, they only go once, explain what they have to do, startup with vermin, and then they have to do it themselves, so then we don't know what happened next.

If they see a rat or traces, they might (very rarely) put it in action or waarneming, but it's not a general thing.

So as a conclusion, for rats, we don't get any occurrence data really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant