Skip to content

Commit

Permalink
Merge pull request #171 from inbo/uat
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
SanderDevisscher authored May 29, 2024
2 parents e853270 + d88b162 commit fd8c8a1
Show file tree
Hide file tree
Showing 22 changed files with 70,178 additions and 67,030 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_eu_concern_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: update eu concern list

jobs:
update_eu_concern_list:
environment: ${{ github.ref == 'refs/heads/uat' && 'UAT' || 'PROD' }}
environment: ${{ github.ref == 'refs/heads/main' && 'PROD' || 'UAT' }}
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_indicators_preprocessing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: create full_timeseries.csv
jobs:
fetch-data:
runs-on: ${{ matrix.config.os }}
environment: ${{ github.ref == 'refs/heads/uat' && 'UAT' || 'PROD' }}
environment: ${{ github.ref == 'refs/heads/main' && 'PROD' || 'UAT' }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload_files_direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: upload_files_direct
jobs:
upload_files:
runs-on: ${{ matrix.config.os }}
environment: ${{ github.ref == 'refs/heads/uat' && 'UAT' || 'PROD' }}
environment: ${{ github.ref == 'refs/heads/main' && 'PROD' || 'UAT' }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
Expand Down Expand Up @@ -86,4 +86,3 @@ jobs:
AWS_SESSION_TOKEN: ${{ steps.assume_role.outputs.AWS_SESSION_TOKEN }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}

3 changes: 1 addition & 2 deletions .github/workflows/upload_files_processing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: upload_files_processing
jobs:
upload_files:
runs-on: ${{ matrix.config.os }}
environment: ${{ github.ref == 'refs/heads/uat' && 'UAT' || 'PROD' }}
environment: ${{ github.ref == 'refs/heads/main' && 'PROD' || 'UAT' }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
Expand Down Expand Up @@ -86,4 +86,3 @@ jobs:
AWS_SESSION_TOKEN: ${{ steps.assume_role.outputs.AWS_SESSION_TOKEN }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
S3_BUCKET: ${{ secrets.S3_BUCKET }}

15,590 changes: 7,796 additions & 7,794 deletions data/input/Vespa-Watch_gbif.csv

Large diffs are not rendered by default.

398 changes: 352 additions & 46 deletions data/input/Vespa-Watch_iasset.csv

Large diffs are not rendered by default.

43 changes: 23 additions & 20 deletions data/interim/Vespa_iAsset_dupli_missing_both.csv

Large diffs are not rendered by default.

2,271 changes: 1,141 additions & 1,130 deletions data/interim/data_nest_iasset.geojson

Large diffs are not rendered by default.

3,918 changes: 1,959 additions & 1,959 deletions data/interim/zekere_nesten_Waarnemingen.csv

Large diffs are not rendered by default.

1,960 changes: 1,960 additions & 0 deletions data/interim/zekere_nesten_Waarnemingen_old.csv

Large diffs are not rendered by default.

45,864 changes: 22,951 additions & 22,913 deletions data/output/UAT_direct/Ondatra_zibethicus.csv

Large diffs are not rendered by default.

309 changes: 5 additions & 304 deletions data/output/UAT_direct/translations.csv

Large diffs are not rendered by default.

Loading

0 comments on commit fd8c8a1

Please sign in to comment.