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

Bug visualizing CellularSpace #2303

Open pedro-andrade-inpe opened 5 years ago

pedro-andrade-inpe commented 5 years ago

Some cells are missed and one cell that does not exist is shown in the Map below using the data cells-bug.zip.


cs = CellularSpace{
    file = "CELL_GRID_ENTRADA_TESTE.shp",
    missing = 0
}

map1 = Map{
    target = cs,
    select = "class6_sum",
    slices = 7,
    color = "Blues",
    invert = true
}