Supported geospatial ingest formats
ESRI Shapefile
An ESRI Shapefile can be ingested as zip file containing at least a .shp
, .shx
, and .dbf
. Additional information can be found at https://docs.fileformat.com/gis/shp/.
Layers in ShapefileCurrently we only support one layer per Shapefile.
Geodatabase (GDB) file
In order to ingest a geodatabase file it must have the extension .gdb.zip. The GDB data files must be at the top level of the zipped file, and no additional files should be present.
Additional information can be found at https://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/what-is-a-geodatabase.htm
Layers in GDB fileWe support multiple layers in a GDB file.
Updated 1 day ago