KGA Data Conversionដំណើរការជាបាច់

GeoPackage to File Geodatabase

សរសេរ GeoPackage ទាំងមូលត្រឡប់ជា ArcGIS File Geodatabase ត្រៀមប្រគល់ទៅអ្នកប្រើ ArcMap ឬ ArcGIS Pro។

រកឃើញនៅឯណា
Processing ▸ Toolbox ▸ KGA Toolbox ▸ KGA Data Conversion ▸ GeoPackage to File Geodatabase
លេខសម្គាល់ algorithm
kga:geopackage_to_filegdb
ប្រភេទឧបករណ៍
Batch algorithm

ទិដ្ឋភាពទូទៅ

This is the outbound half of the ArcGIS round trip. The geodatabase gets what ArcGIS expects: an OBJECTID column, optional Shape_Length and Shape_Area fields, coded and range field domains carried over intact, and lines and polygons stored as multi-part — which is what every ArcGIS feature class is.

ប៉ារ៉ាម៉ែត្រ

Parameters for GeoPackage to File Geodatabase
ឈ្មោះប្រភេទតម្លៃលំនាំដើមការពិពណ៌នា
GeoPackageFile (.gpkg)The container to convert.
Output File Geodatabase (.gdb folder)Folder destinationThe .gdb to write. It is a folder, not a file.
Readable byEnumEvery ArcGIS version (64-bit integers become decimals)Or ArcGIS Pro 3.2 and later (keeps 64-bit integers). Leave it on the compatible setting unless you know the recipient is on Pro 3.2 or newer.
Put the layers in this feature datasetString, optionalemptyCreates a feature dataset of that name and puts the layers in it.
Create Shape_Length and Shape_Area fieldsBooleanTrueThe fields ArcGIS maintains itself.
Carry QGIS layer styles across (adds a KGA_layer_styles table)BooleanTrueArcGIS ignores the table; the reverse tool uses it to give you your symbology back.

Advanced

Parameters for GeoPackage to File Geodatabase — Advanced
ឈ្មោះប្រភេទតម្លៃលំនាំដើមការពិពណ៌នា
Only these layers (comma separated)String, optionalempty (all)e.g. Roads, Canals.
Skip layers with no featuresBooleanFalse
Convert curved geometries to straight segmentsBooleanFalse
Add to the existing output instead of replacing itBooleanFalse
Keep the original layer name as the ArcGIS aliasBooleanTrueSee Names below.
Keep GeoPackage feature ids as ObjectID valuesBooleanTrue

របៀបប្រើ

  1. Finish the editing in QGIS and close anything holding the output folder.
  2. Open KGA Data Conversion > GeoPackage to File Geodatabase.
  3. Pick the GeoPackage and name the output .gdb folder.
  4. Leave Readable by on Every ArcGIS version unless you have been told the recipient is on Pro 3.2 or later.
  5. Press Run and read the log — every layer rename is listed there.

លទ្ធផល

លទ្ធផលដែលប្រកាស

Outputs declared for GeoPackage to File Geodatabase
ឈ្មោះប្រភេទការពិពណ៌នា
Layers convertedNumber

អ្វីដែលអ្នកទទួលបាន

  • A .gdb folder holding every layer, with OBJECTID, optional Shape_Length and Shape_Area, field domains and multi-part geometry.
  • A KGA_layer_styles table when styles are carried across.
  • The Layers converted count.

កំណត់សម្គាល់ និងដែនកំណត់

  • Names get rewritten. A geodatabase table name may hold only letters, digits and underscores and may not start with a digit, so 2024 roads-final becomes T_2024_roads_final. The name you started with is kept as the ArcGIS alias — what the coworker sees in the table of contents, and what File Geodatabase to GeoPackage restores when the data comes back. Every rename is listed in the log.
  • The compatibility setting costs you 64-bit integer precision. On Every ArcGIS version, 64-bit integer fields become decimals — a problem for very large ID numbers and for nothing else.
  • Lines and polygons become multi-part, because that is what an ArcGIS feature class is.
  • Replacing a .gdb the project still has open fails on Windows with a bare permission error. The tool checks first and names the layers holding it.
  • The reverse direction is File Geodatabase to GeoPackage.

មើលផងដែរ

ត្រឡប់ទៅឯកសារណែនាំ