Skip to content
Prev 22569 / 29559 Next

Define aliases in shapefiles

On Wed, Apr 8, 2015 at 7:53 PM, Arnaud Mosnier <a.mosnier at gmail.com> wrote:
Are aliases an ArcGIS thing for shapefile names? I can only see vague
references on the internet to something like that. Do you create field
name aliases in ArcGIS? Are they saved with the shapefile or with the
ArcGIS file? Do you get a foo.shp.xml file that is keeping this extra
metadata around? Perhaps we could reverse-engineer that and create it
in R.

 Standards-compliant shapefiles can only have 10-character field names.

 You could use another file format, such as GML or Spatialite, as long
as whatever you are saving these for can read them.

Barry