TerraME / terrame

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

Add check invalid geometry on Layer #2279

Closed avancinirodrigo closed 5 years ago

avancinirodrigo commented 5 years ago

@pedro-andrade-inpe This feature is needed to LuccME. That is possible because terralib provide a function to check.

I am thinking about to add a parameter on Layer{check = true}. Or, it can be a function as well, like layer:check().

pedro-andrade-inpe commented 5 years ago

I prefer a separate function, because it possibly takes time.