trias-project / indicators

📈 Alien species indicators
https://trias-project.github.io/indicators/
MIT License
0 stars 1 forks source link

Add workflow and output files #119

Closed damianooldoni closed 1 year ago

damianooldoni commented 1 year ago

This PR adds a (hidden) workflow (.Rmd file not published on website) to add information about the regions each grid cell belongs to. This is done by adding three columns, isFlanders, isWallonia, isBrussels to the official EEA utm1_bel, utm10_bel and utm100_bel grids. The output is composed out of three Geopackage files in data/output. This PR should solve https://github.com/inbo/alien-species-portal/issues/37

mvarewyck commented 1 year ago

@SanderDevisscher this works perfectly at our side.

SanderDevisscher commented 1 year ago

@damianooldoni is there a reason to maintain cells which are completly outside of belgium ? for example "100kmE37N30" ?

image

or "10kmE376N318"

image

damianooldoni commented 1 year ago

I didn't remove it in order to not apply any destructive change to the original EEA data. This data include a buffer as mentioned on their website:

The grids cover at least country borders - plus 15km buffer - and, where applicable, marine Exclusive Economic Zones v7.0 - plus 15km buffer - (www.vliz.be/vmdcdata/marbound). Note that the extent of the grid into the marine area does not reflect the extent of the territorial waters.

I added a column called isBelgium, similar to the other columns with regional information. Please, give a look and if ok, approve the PR