Open avancinirodrigo opened 8 years ago
This problem still continues in terralib release 5.1.
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.
@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.
This problem impacts in #1217 as well. The problem can be verified in TerraLib:saveLayerAs() function.
Review after #1377
It was not implemented yet, source code in TerraLib system:
void te::ogr::Transactor::renameDataSet(const std::string& /*name*/, const std::string& /*newName*/)
{
}
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.
With this is madatory to have a
output
field in fillcell:fillcells. Waiting for resolution in the terralib.