Tagged Questions
1
vote
2answers
439 views
How can I edit a file geodatabase without using tools from Esri?
I am looking for a tool (Python library etc.) that would allow me to edit a file geodatabase without ESRI software?
It is possible?
1
vote
1answer
71 views
Filegeodatabase fanout and Python problem
I have fme wb which does fanout with gdb. It means that in the end as output sets of data I get few new created gdb. But If I start this fme wb within python script It does not do fanout. Just write ...
0
votes
5answers
518 views
How to copy a fgdb using Python?
I am trying to copy fgdb from one path to another using Python.
copy(base.gdb,dest)
And got the message:
Error Info:
[Errno 13] Permission denied:
How to fix it?
5
votes
4answers
1k views
Does File Geodatabase performance degrade as it fills up?
I'm having a memory leak issue. Upon investigating this more, it seems the file based geodatabase I write to in a loop, is growing very large, and as it grows, it significantly degrades the ...
1
vote
1answer
310 views
Opening ArcCatalog to FGDB causes application to fall over
I have some python scripts I have written to create a lot of objects. I write these, in code, to a couple of FGDB's. If I happen to open ArcCatalog in one of these FGDB's, the application falls ...