orbisgis / geoclimate

Geospatial processing toolbox for environmental and climate studies
GNU Lesser General Public License v3.0
59 stars 15 forks source link

Problem with the log #981

Closed j3r3m1 closed 4 weeks ago

j3r3m1 commented 4 weeks ago

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
        }
    }
}
ebocher commented 4 weeks ago

Fixed plus an error due to the tessellate function geom_pb

ebocher commented 4 weeks ago

Done