Re: [gdal-dev] Appending to a single feature class in a gdb via ogr2ogr

2020-05-14 Thread jratike80
Hi, I do not program, but what if something unexpedted happens in your loop and "i == 0:" is always true? Forget your code for a while and gather more information with complete ogr2ogr commands like Even did. But I am remembering that this has been asked before on gis.stackexchange and the code wo

Re: [gdal-dev] Appending to a single feature class in a gdb via ogr2ogr

2020-05-12 Thread Even Rouault
On lundi 27 avril 2020 12:02:57 CEST Maggie Wooten wrote: > First, I apologize if I am using this mailing list improperly. This is my > first time here. > > I am trying to iterate over some shapefiles (109 shapefiles to be exact) > and append them to a *single* feature class in an output geodataba

Re: [gdal-dev] Appending to a single feature class in a gdb via ogr2ogr

2020-05-12 Thread Eli Adam
Hi Maggie, On Mon, Apr 27, 2020 at 9:03 AM Maggie Wooten wrote: > > First, I apologize if I am using this mailing list improperly. This is my > first time here. Asking questions is an appropriate use of the list. > > I am trying to iterate over some shapefiles (109 shapefiles to be exact) and

[gdal-dev] Appending to a single feature class in a gdb via ogr2ogr

2020-04-27 Thread Maggie Wooten
First, I apologize if I am using this mailing list improperly. This is my first time here. I am trying to iterate over some shapefiles (109 shapefiles to be exact) and append them to a *single* feature class in an output geodatabase, but the resulting output geodatabase is one with 100 feature cla