Closed ntouati closed 7 months ago
Hi @ntouati, can you share your config file ?
My config file :
{
"description": "Processing BD Topo v2 data",
"input": {
"folder":"C:\\Users\\ntouati\\Desktop\\Geoclimate\\BD_TOPO_v2_2",
"locations":["31149"],
"srid" : 2154
},
"output": {
"folder": "C:\\Users\\ntouati\\Desktop\\temp"
},
"parameters": {
"rsu_indicators": {
"indicatorUse": [
"LCZ",
"TEB",
"URBAN_TYPOLOGY"
],
"svfSimplified": true
},
"grid_indicators": {
"x_size": 100,
"y_size": 100,
"rowCol": false,
"output" : "geojson",
"indicators" :[
"BUILDING_FRACTION",
"BUILDING_HEIGHT",
"WATER_FRACTION",
"VEGETATION_FRACTION",
"ROAD_FRACTION",
"IMPERVIOUS_FRACTION",
"LCZ_FRACTION"
]
}
}
}```
When did you download your GeoClimate version ?
I used geoclimate-0.0.2-SNAPSHOT.jar
Hello, I have the same problem. How can I get all the indicators?
@ntouati was this problem solved or was it a mistake to close the issue (sorry if it is the case) ?
Hi, I believe it came from my geoclimate installation. I don't remember very well anymore. Sorry
Thank you for your prompt reply. But at the end of the day it worked well ?
Hello, I have the same problem. How can I get all the indicators?
@lgrll which version of GeoClimate are you using, which config file and which version of BDTopo ? And what are the files you are getting at the end of the process ? It seems to have a bug with the BDTopo right now but the problem is general, there is no output at all (cf. #945).
I use geoclimate-1.0.1-SNAPSHOT.jar and OSM. I tried with this config file, but I also tried specifying the indicators I wanted and got the same result in output.
{ "description": "config files FU", "geoclimatedb": { "folder": "C:\Users\lgrll\Desktop\Geoclimate", "name": "geoclimate_chain_db;AUTO_SERVER=TRUE", "delete": true }, "input": { "locations": ["Corconne"] }, "output": { "folder": "C:\Users\lgrll\Desktop\Geoclimate" }, "parameters": { "rsu_indicators": { "indicatorUse": [ "LCZ" ] } } }
I try today with BD_TOPO V3 and it works with all indicators. In the indicatrs use, try to add "URBAN TYPOLOGY" : "indicatorUse": [ "LCZ", "URBAN TYPOLOGY"]
Indeed if you want to have the maximum number of indicators, it is better to specify all type of indicator use: "TEB", "LCZ", "UTRF". The config file for that is given in the wiki: https://github.com/orbisgis/geoclimate/wiki/Default-case-with-OSM-for-Linux#create-and-understand-the-configuration-file
It works ! Thanks for your help
Hi ! I am writing this issue to see if I have understood a point. I do have my outputs for the indicator buildings from the BD topo.
However, I don't have the following indicators: area_concavity; common_wall_fraction; floor_area etc.
To get these indicators, I have to restart geoclimate with the input of these indicators from my first output? Thanks for your help.
NT