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

VectorToVector doesn't release shapefile after to process #927

Closed avancinirodrigo closed 8 years ago

avancinirodrigo commented 8 years ago

This problem impacts on the tests because not is possible clean up some shapefiles after use them. It could impact in some future use.

pedro-andrade-inpe commented 8 years ago

Isn't it possible to clean the shapefiles before the process instead of after?

avancinirodrigo commented 8 years ago

Yes, and after release terralib is possible too.

pedro-andrade-inpe commented 8 years ago

Waiting for Ruan.

pedro-andrade-inpe commented 8 years ago

It seems that it works in some operations. Possibly it works for VectorToVector xor RasterToVector.

pedro-andrade-inpe commented 8 years ago

xor CellularSpace.

avancinirodrigo commented 8 years ago

@pedro-andrade-inpe it seems works in current beta-1, could you review Layer tests for clean the created files?

pedro-andrade-inpe commented 8 years ago

This is working properly!