Replies: 2 comments 5 replies
-
Thank your for your message and for giving the context of your GeoClimate use. If I understand well you use the default config file with "Lyon" or "Villeurbanne" instead of "Pont-de-Veyle" and you run the OSM workflow ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Other question, which version of the code are you using ? Just as you know, it is working well for me using the 1.0.0 version with the following configuration file: {
"description": "Processing OSM data",
"input": {
"area" : 10000,
"locations": [
"Villeurbanne"
]
},
"output": {
"folder": "/tmp"
},
"parameters": {
"rsu_indicators": {
"indicatorUse": [
"LCZ",
"TEB",
"UTRF"
],
"svfSimplified": true,
"estimateHeight": true
},
"grid_indicators": {
"x_size": 100,
"y_size": 100,
"rowCol": false,
"output" : "geojson",
"indicators" :["BUILDING_FRACTION", "BUILDING_HEIGHT", "BUILDING_POP",
"BUILDING_TYPE_FRACTION", "WATER_FRACTION", "VEGETATION_FRACTION",
"ROAD_FRACTION", "IMPERVIOUS_FRACTION",
"BUILDING_HEIGHT_WEIGHTED", "BUILDING_SURFACE_DENSITY", "ASPECT_RATIO", "SVF",
"HEIGHT_OF_ROUGHNESS_ELEMENTS", "TERRAIN_ROUGHNESS_CLASS",
"LCZ_PRIMARY"]
}
}
} |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use the geoprocessing tool Geoclimate for the city of Lyon (for a PhD thesis) but it doesn't work.
I managed to run the code for Pont-de-Veyle as well as for Rennes, but for Lyon (and also for Villeurbanne) I get this error message "org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "INPUT_SEA_LAND_MASK__683B6A45_A25E_493B_A78D_BA689C51B7DF" not found".
I understand that an input relating to maritime data is missing, but I can't find any information on the type of file that should be added (.osm, .shp.etc.), or where I should add it for resolving this issue.
Could you please help me?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions