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

Problem with terralib dataset rename #875

Open avancinirodrigo opened 8 years ago

avancinirodrigo commented 8 years ago

With this is madatory to have a output field in fillcell:fillcells. Waiting for resolution in the terralib.

avancinirodrigo commented 8 years ago

This problem still continues in terralib release 5.1.

pedro-andrade-inpe commented 8 years ago

Waiting for Release 5.2. It seems that it was already fixed but it is in the develop branch, according to Emiliano. Gribeiro told me to talk to Felipe if it does not work.

avancinirodrigo commented 8 years ago

@pedro-andrade-inpe, the problem still continues in release 5.1 and worse, there is no implementation to shape. So is not possible remove output argument #902 yet. Associated to #890 as well.

avancinirodrigo commented 8 years ago

This problem impacts in #1217 as well. The problem can be verified in TerraLib:saveLayerAs() function.

avancinirodrigo commented 8 years ago

Review after #1377

avancinirodrigo commented 7 years ago

It was not implemented yet, source code in TerraLib system:

void te::ogr::Transactor::renameDataSet(const std::string& /*name*/, const std::string& /*newName*/)
{
}
avancinirodrigo commented 6 years ago

It was resolved for Postgis in TerraLib 5.3, but it still doesn't work to files. Note: The performance increased about 50% with that.