inbo / aspbo

The alien species portal backoffice contains automated data preparation scripts for the [alien species portal](https://github.com/inbo/alien-species-portal)
0 stars 0 forks source link

Rework active hotbeds calculation #174

Open SanderDevisscher opened 3 months ago

SanderDevisscher commented 3 months ago

The active hotbeds map should display a hot map of recent (last 2 weeks) observations independent of management status of nearby nests. This should occur at a high update frequency to allow for rapid response.

these are the steps that are needed to achieve this according to me:

1 this workflow should have the following elements:

2 if I understand correctly this can be achieved by reversing the activity filter ea filter(!activity %in% c(3240,3036)). @jrhillae is this correct ?

3 @mvarewyck given the high frequency (daily) I would like to bypass the review step. What should be the filename of the file on the bucket ? I assume there are some changes required on the app side as well they should be listed at https://github.com/inbo/aspbo/issues/219.

4 @TheJenne18 is it possible in current setup to bypass the UAT bucket step and update files on the PRD bucket directly ? Given the high frequency of updates (daily) I don't think going through 2 validation steps is viable 🤔

SanderDevisscher commented 2 months ago

3 @mvarewyck given the high frequency (daily) I would like to bypass the review step. What should be the filename of the file on the bucket ? I assume there are some changes required on the app side as well they should be listed at #219.

The file should be named actieve_haarden.geojson => current actieve_haarden.geojson should be removed.

SanderDevisscher commented 2 months ago

4 @TheJenne18 is it possible in current setup to bypass the UAT bucket step and update files on the PRD bucket directly ? Given the high frequency of updates (daily) I don't think going through 2 validation steps is viable 🤔

@TheJenne18 can you confirm the PRD bucket exists ?

mvarewyck commented 2 months ago

@TheJenne18 can you confirm the PRD bucket exists ?

Yes I have access to it.