Hello
I have created a script in ArcGis Pro that I run in the Notebook that allows me to create an empty Geodatabase (without records).
The Geodatabase design is read from a Json file where I define the structure of: Feature Dataset, Feature Class, Domains, field, default value of fields and subtypes.
I apply for loops to the arcpy.management methods for most of the operations, however, the process is very slow.
Is it possible to develop this procedure with a cursor?
So as to add features and their fields in a single process.
Or other optimization alternatives?