Re: [GRASS-user] ESRI formats: gdb and shp

2020-02-11 Thread Rich Shepard
On Tue, 11 Feb 2020, Daniel Victoria wrote: This is an old PDF (2009) but it lists some advantages of file geodatabase. https://www.esri.com/news/arcuser/0309/files/9reasons.pdf Daniel, Thanks for the URI. Another thing worth mentioning is that in order to do topological analysis in ESRIs

Re: [GRASS-user] ESRI formats: gdb and shp

2020-02-11 Thread Daniel Victoria
Rich, This is an old PDF (2009) but it lists some advantages of file geodatabase. https://www.esri.com/news/arcuser/0309/files/9reasons.pdf Another thing worth mentioning is that in order to do topological analysis in ESRIs world, you would need to use geodatabases since shapefiles does not

Re: [GRASS-user] ESRI formats: gdb and shp

2020-02-11 Thread Rich Shepard
On Tue, 11 Feb 2020, Daniel Victoria wrote: What do you mean by better? Correct data? Easier to import? Daniel, More complete topographic information. I recall learning a long time ago that shapefiles are not as topographically complete as other formats such as the older (and excellent) .e00

Re: [GRASS-user] ESRI formats: gdb and shp

2020-02-11 Thread Daniel Victoria
What do you mean by better? Correct data? Easier to import? If they contain the same data I think it does not matter which one you use. Specially because you are talking about point data. But, if there is a difference in the data, then you have another problem. Figuring out which one is correct

[GRASS-user] ESRI formats: gdb and shp

2020-02-11 Thread Rich Shepard
I have two files of point locations: sites.gdb and sites.shp. I also have a file with (I assume) the same data. Am I correct is assuming that the .gdb file would be topographically preferred over the .shp file and the better one to import? Rich ___