Skip to main content
Question

Is it posible to create esri file geodatabe with DATASETS with Esri Geodatabase (File Geodb Open API)

  • June 6, 2024
  • 1 reply
  • 62 views

proteve
Contributor
Forum|alt.badge.img+2

Title!

i’m trying to import shp files into a gdb database in separate dataset based on the folders that the shape files are located. i know i’ve read somewhere in the help to set dataset/feature name for feature name but its not workig.i get an error that its not possible without coordinate system. so i’ve added coordinate system to writer but i still get the same error.

the error is

FileGDB Writer: Cannot currently create feature datasets with unknown coordinate systems. Please specify a known coordinate system, or do not write to a feature dataset. Failed to create feature class 'B10/Shape_Z'

so is it possible to write datasets in esri geodatabae with  Esri Geodatabase (File Geodb Open API) writer? if so can you post an example. 

1 reply

proteve
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • June 7, 2024

well i manage to solve the problem.

now i have some problem with some missing entries.