Closed MalditoBarbudo closed 6 months ago
Ok, the source problem here is the inexistent capability of identifying plots in the IFN. This is all a mess between classes and subclasses in the different IFNs, making almost impossible to trace a plot in different versions.
Here there are several options:
data-raw
to create a dictionary and then using it in each table processes. This is done in some capability for the NFIapp, so maybe we can replicate the process for all the IFNI'm mostly inclined to do 1
A comprehensive dictionary for plots have been added to the internal data of the package. Now IFN plots have traceability
This is a problem because in some cases the unique code created is identical for plots with diffferent subclass. This, along with the IFN3 and IFN4 join to get the coordinates generate plots with missing coordinates.