orbisgis/geoclimate

Problem with the log

Closed this issue · 2 comments

It seems some special characters cannot be added into the table log (problem with '). An example below:

{
    "description": "Processing OSM data",
    "input": {
     "area"     : 400000,
    "locations": [[
                48.84017284026897,
                2.3061887733275785,
                48.878115442982086,
                2.36742047202511
            ]]
    },
    "output": {
        "folder": "/tmp"
    },
    "parameters": {
        "rsu_indicators": {
            "indicatorUse": [
                "LCZ",
                "TEB"
            ],
            "svfSimplified": true,
            "estimateHeight": true
        }
    }
}

Fixed plus an error due to the tessellate function
geom_pb

Done