-
`Layer:fill` with `coverage` returns values from 0 to 1 with polygons and from 0 to 100 with raster data. Update raster to return from 0 to 1 as well.
-
-
-
The PV tree shows when a PV is in alarm, but it doesn't specifically indicate missing PVs.
In this screenshot, the highlighted INPE has a missing PV.
It is shown just like the also highlighted INP…
-
Add an argument `select` to `Layer:export` to define which attributes are going to be exported.
-
-
CellularSpace:save creates new columns apparently using `forEachElement`, which makes columns in different order each time it is saved. Keep the original columns in the same order, and add the new one…
-
write sketch that receiving an SMS changes values of the fall detection algorithm
-
Sleep library is here https://github.com/opencarecc/inpe/tree/5b25ce85826d4fd4b7289301ffba7571788a2cc8/software/utilities/Sleep_Library
-
Implement a CellularLayer:fillCells to fill the cells of cellular spaces. This issue should be implemented with only a single strategy (according to the documentation already available in the package)…