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

Optimize check and fix layer geometries #2288

Closed avancinirodrigo closed 5 years ago

avancinirodrigo commented 5 years ago

LuccME needs to check all layers before starting to fill and the data are usually so big. There are two things that can help to increase performance.

  1. Check on c++ level.
  2. Show warnings in fill time. According to with LuccME team, this solution is better because it wouldn't be necessary to check all layer before to fill, just layer with problem would be fixed.
avancinirodrigo commented 5 years ago

It is not possible to get warnings in fill time, terralib gets them in its log feature and terrame does not use this feature.