TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
36 stars 13 forks source link

Create a Layer function to get geometry attribute name #2333

Open avancinirodrigo opened 4 years ago

avancinirodrigo commented 4 years ago

TerraLib changed how to get geometry attribute name. Now it comes from gdal and it is dynamically named.

Before that, the names could be "ogr_geometry" or "geom".

The attribute name is available from DataSetType.

@pedro-andrade-inpe My suggestions: Layer:geom() or Layer:geometry()