-
Allow exporting a Layer into a different format. Think about the required parameters for this function.
-
Fix all warnings in luacheck verifications:
http://www.dpi.inpe.br/jenkins/job/TerraME-Semantics-Analysis-lua/12/console
-
The current implementation of Chart requires that the data argument to be a table. In fact, it should use `isTable()`. See the example in https://github.com/pedro-andrade-inpe/calibration/blob/master/…
-
This problem impacts on the tests because not is possible clean up some shapefiles after use them.
It could impact in some future use.
-
Adapt the rules below to C++ and update the source code:
https://github.com/pedro-andrade-inpe/terrame/wiki/Source-code
-
When creating a `Layer`, add a new argument `index = true` that creates a spatial index for the shamefile if it does not exist. See the code in TerraView. When a shapefile is imported, it asks if the …
-
Implement `Layer:properties()` that returns a vector of strings with the properties of a given layer. It is necessary to solve #1119. I could find only function `propertyExists` in TerraLib.
-
Implement the functionality and tests to create cells using the bounding box of the input data or not. Currently the argument exists but it is not used.
-
I created some functions that can be used in the base. @pedro-andrade-inpe check please in https://github.com/TerraME/terrame/commit/d9804a9ebd2c0c79afdb89653dbc1902bb2ac507.
If can, I will move them …
-
This operation does not work properly and aborts terrame. In TerraView it works.