Support #11071
Reconciliation: cannot find some points
0%
Description
From category, to category: original IDS
R29, T53: 31738, 31782,31781,31737,31794,31793
V5, T53: 23510, 23511
W24, T53: 28622 To 28625
P1, T53: 50678 To 50688,51283
History
#1 Updated by Philippe May about 4 years ago
As i thought initially: these points are in the RAW_V_*
tables, but not in the gisaf_survey.raw_survey
table.
We could manually make the changes manually in the database. But, since we don't know the reason why the points are missing, this case might reappear.
So, a more global solution is to add a new function in the admin: giving an original_id
in a given RAW_V_*
table, make sure that the corresponding point exists in the gisaf_survey.raw_survey
table, and eventually re-create it.
#2 Updated by Philippe May about 4 years ago
After deeper analysis, it might be related to #8721 (multiple survey point files imported with the same project, surveyor, equipment and date).
For example, for the VEGE_BNYN (V5) original id 23510 which was surveyed the 2018-02-09, there are 2 files: MM-2018-02-09.csv and MM-2018-02-09-Floor_Levels.csv.
Going on the analysis later.