[R-sig-Geo] R-sig-Geo Digest, Vol 155, Issue 14

Alex Mandel tech_dev at wildintellect.com
Fri Jul 15 17:30:42 CEST 2016


rgdal has a geodatabase driver (gdal in QGIS too)

Standardizing on the format is impossible unless ESRI opens the
specification. Currently open source tools, even using ESRI SDK can not
read Rasters from geodatabase, relation based values in vectors, and
have little or no write ability. Also ESRI gdb formats are not backwards
compatible with each other, if you write a file with the newest Arc it's
only usable with the newest versions.

I convert all gdb I receive into either gpkg or spatialite which FYI
ArcGIS can read both of those now. For whatever reason ESRI has not
implemented the ability to write to those formats yet.

-Alex

On 07/15/2016 04:40 AM, Paul Lantos wrote:
> ESRI / ArcGIS has moved beyond shapefiles too with the advent of geodatabases. In a GIS environment these are superior to shapefiles in many ways, and ESRI in its own training and help resources encourage geodatabases over shapefiles. As far as I've seen only SpaceStat has made itself compatible with geodatabases. But I think that it's a high priority for R, QGIS, etc to adopt the geodatabase as a common format, esp to facilitate interchange with ArcGIS.
> 
> 
> -------- Original message --------
> From: r-sig-geo-request at r-project.org
> Date: 7/15/16 6:07 AM (GMT-05:00)
> To: r-sig-geo at r-project.org
> Subject: R-sig-Geo Digest, Vol 155, Issue 14
> 
> Send R-sig-Geo mailing list submissions to
>         r-sig-geo at r-project.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> or, via email, send a message with subject or body 'help' to
>         r-sig-geo-request at r-project.org
> 
> You can reach the person managing the list at
>         r-sig-geo-owner at r-project.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of R-sig-Geo digest..."
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>



More information about the R-sig-Geo mailing list