emf-creaf / forestables

Read and uniformize forest inventories data from the FIA (USA forest inventory), FFI (France forest inventory) and IFN (Spain forest inventory) from R
https://emf-creaf.github.io/forestables/
Other
8 stars 1 forks source link

IFN4 data is not correctly ingested #8

Closed MalditoBarbudo closed 6 months ago

MalditoBarbudo commented 10 months ago

Problem here is that for some provinces, IFN4 data comes in one file for all the autonomous community (i.e. data for Barcelona, Tarragona, Lleida and Girona comes in the same file, for Catalluña). As the process is right now, all plots in Cataluña are used for each province as the province is setted in the process, not retrieved from the tables. This works for IFN3 because each province has its own file, even if both versions are in the same branch of code.

This needs to be fixed in all table functions.

MalditoBarbudo commented 10 months ago

Fixed also in 5aa96275d0071e9bf73a4e6189de0d81ae48b094, missing in commit message :(