Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
geoscene3d:building_a_layered_model:upgrading-access-interpretation-database [2025/09/15 11:41] – [Coordinate Handling] dev | geoscene3d:building_a_layered_model:upgrading-access-interpretation-database [2025/09/15 12:05] (current) – [Stand-Alone Conversion] dev | ||
---|---|---|---|
Line 27: | Line 27: | ||
5. Check result in Source Manager | 5. Check result in Source Manager | ||
* A new SpatiaLite source is added to the list | * A new SpatiaLite source is added to the list | ||
- | * The original Access source remains but is no longer used | ||
* Any linked point layers (e.g., L1, L2) are now automatically connected to the new SpatiaLite file | * Any linked point layers (e.g., L1, L2) are now automatically connected to the new SpatiaLite file | ||
{{: | {{: | ||
+ | * The original Access source remains but is no longer used. It can be removed manually | ||
* Optional: Select "Used by" to see which interpretations point are now using the new Spatialite file | * Optional: Select "Used by" to see which interpretations point are now using the new Spatialite file | ||
{{: | {{: | ||
Line 43: | Line 43: | ||
* Only tables with UID, X, Y, and Z columns are included in the conversion | * Only tables with UID, X, Y, and Z columns are included in the conversion | ||
* These columns are required for a table to be recognized as an interpretation table | * These columns are required for a table to be recognized as an interpretation table | ||
- | * For each valid table, all standard fields are preserved in the SpatiaLite output | + | * For each valid table, all standard fields are preserved in the SpatiaLite output |
* Tables are included even if they were not point layers in layer manager | * Tables are included even if they were not point layers in layer manager | ||
* This ensures a complete and independent conversion of all valid interpretation tables | * This ensures a complete and independent conversion of all valid interpretation tables | ||
Line 54: | Line 54: | ||
===== Stand-Alone Conversion ===== | ===== Stand-Alone Conversion ===== | ||
- | * Access sources can be converted immediately after being added, even if no tables are imported | + | * Access sources can be converted immediately after being added to the Source Manager, even if no tables are imported as interpretation points |
- | * In this case, the source appears | + | * This enables a fast, stand-alone upgrade to SpatiaLite without any modelling |
- | * This enables a fast, stand-alone upgrade to SpatiaLite without any project | + | * After conversion, the new .sqlite file can be used in [[modelsetup-stepbystep|Setup Data for Modeling]] to add interpretation points. Select "Use existing database" |
- | * After conversion, the new .sqlite file can be used in Setup Data for Modeling to add interpretation points | + | |