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

Fix v1.0.0 #74

Merged
merged 64 commits into from
Jul 15, 2024
Merged

Fix v1.0.0 #74

merged 64 commits into from
Jul 15, 2024

Conversation

mvarewyck
Copy link
Collaborator

No description provided.

@mvarewyck mvarewyck self-assigned this Jan 22, 2024
@SanderDevisscher
Copy link
Collaborator

this is still WIP I'll convert it into draft untill completed

@SanderDevisscher SanderDevisscher marked this pull request as draft February 22, 2024 07:19
@mvarewyck
Copy link
Collaborator Author

@TheJenne18 I think the version on exoten-uat.inbo.be is not including recent changes.
One month ago I have implemented a change to pick up the split translation files, but still the online version seems not to incorporate this change.

@SanderDevisscher
Copy link
Collaborator

@TheJenne18 implementing the changes required for #98 would reduce the number of questions like #74 (comment) 😉

@SanderDevisscher
Copy link
Collaborator

@TheJenne18 I think the version on exoten-uat.inbo.be is not including recent changes. One month ago I have implemented a change to pick up the split translation files, but still the online version seems not to incorporate this change.

@mvarewyck the previous deployment originated at acc5d11
Currently a deployment is running originating from 6d6fb68, see https://github.com/inbo/alien-species-portal/actions/runs/9300534300

@TheJenne18
Copy link
Contributor

TheJenne18 commented May 30, 2024

@mvarewyck

@TheJenne18 I think the version on exoten-uat.inbo.be is not including recent changes. One month ago I have implemented a change to pick up the split translation files, but still the online version seems not to incorporate this change.

I've just fixed it: 679a830

@SanderDevisscher
Copy link
Collaborator

@mvarewyck

@TheJenne18 I think the version on exoten-uat.inbo.be is not including recent changes. One month ago I have implemented a change to pick up the split translation files, but still the online version seems not to incorporate this change.

I've just fixed it: 679a830

ok redeploying

@SanderDevisscher
Copy link
Collaborator

The deployment action got a cancel order again.

@SanderDevisscher
Copy link
Collaborator

@TheJenne18 @mvarewyck succesfull deployment to uat should get highest priority!

@mvarewyck mvarewyck mentioned this pull request Jun 13, 2024
@SanderDevisscher
Copy link
Collaborator

The GAMs mention there is no data for Tribulus terrestris while there are at least 3 observations in the data. This seems to be a bug.

According to the data processing script this is a species introduced before 1950 and therefore excluded from the timeseries data as datasource for the GAM models.

I agree this can be confusing. So, I suggest we either

  1. update the data processing script such that same filtering is applied to both data sources or
  2. we clearly state the difference between both data sources in some disclaimer in the app and disable the 'Indicators' tab in this case.

@SanderDevisscher What is the preferred behavior from your side?

@mvarewyck I would implement option 2 with a disclaimer on the indicators tab if the species only has observations prior to 1950. You can make the disclaimer "this species has no recent (after 1950) georeferenced observations in Belgium. If you think this is incorrect please report a sigthing at observations.org or inaturalist.org"

@mvarewyck
Copy link
Collaborator Author

The GAMs mention there is no data for Tribulus terrestris while there are at least 3 observations in the data. This seems to be a bug.

According to the data processing script this is a species introduced before 1950 and therefore excluded from the timeseries data as datasource for the GAM models.
I agree this can be confusing. So, I suggest we either

  1. update the data processing script such that same filtering is applied to both data sources or
  2. we clearly state the difference between both data sources in some disclaimer in the app and disable the 'Indicators' tab in this case.

@SanderDevisscher What is the preferred behavior from your side?

@mvarewyck I would implement option 2 with a disclaimer on the indicators tab if the species only has observations prior to 1950. You can make the disclaimer "this species has no recent (after 1950) georeferenced observations in Belgium. If you think this is incorrect please report a sigthing at observations.org or inaturalist.org"

@SanderDevisscher There are recent observations for Tribulus terrestris. The reason why this species is excluded for the GAM data is that the year of first observation is < 1950. So we need to adapt the disclaimer into sth like: "The year of first observation for this species is before 1950, so the emergence status is not assessed".
Screenshot from 2024-06-26 09-50-39

@SanderDevisscher
Copy link
Collaborator

Hmm in that case i think its better to review the timeseries creation to keep species with observations after 1950 in contrast to species introduced after 1950.

@timadriaens @soriadelva @bramdhondt what do you think ?

  1. No GAM for species introduced prior to 1950 even if they have observations after 1950?
  2. GAM for species with observations after 1950 independent of when they were introduced ?
  3. Drop the year cutoff all together?
  4. Something else?

@soriadelva
Copy link

Hmm in that case i think its better to review the timeseries creation to keep species with observations after 1950 in contrast to species introduced after 1950.

@timadriaens @soriadelva @bramdhondt what do you think ?

  1. No GAM for species introduced prior to 1950 even if they have observations after 1950?
  2. GAM for species with observations after 1950 independent of when they were introduced ?
  3. Drop the year cutoff all together?
  4. Something else?

I'd prefer option 2.

@bramdhondt
Copy link
Contributor

From a distance : I'd also prefer option 2.

@SanderDevisscher
Copy link
Collaborator

SanderDevisscher commented Jun 28, 2024

@mvarewyck if the make report button works without throwing a timeout I can approve this PR (see also #74 (review))

@mvarewyck
Copy link
Collaborator Author

From a distance : I'd also prefer option 2.

@SanderDevisscher How do you want to proceed on this? This is something at the data processing side.

SanderDevisscher added a commit to inbo/aspbo that referenced this pull request Jul 9, 2024
testing locally is currently impossible due to fixes pending in fix_v1.0.0 (inbo/alien-species-portal#74) => testing via workflow

#180
@SanderDevisscher
Copy link
Collaborator

SanderDevisscher commented Jul 15, 2024

@mvarewyck I'm approving this PR if no other issues arise when the deployment is finished (https://github.com/inbo/alien-species-portal/actions/runs/9936182167). This means fixing #104 is moved to fix v1.1.0.

Copy link
Collaborator

@SanderDevisscher SanderDevisscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mvarewyck issue #70 seems to be persistent, example: Cyprinus carpio (141117232)

I'm moving it to fix_v1.1.0

@SanderDevisscher SanderDevisscher merged commit 6c9d709 into uat Jul 15, 2024
1 check passed
@SanderDevisscher SanderDevisscher deleted the fix_v1.0.0 branch July 15, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment