Skip to content

Commit

Permalink
Modify english sld version of lcz style
Browse files Browse the repository at this point in the history
  • Loading branch information
j3r3m1 committed Dec 5, 2023
1 parent 638241c commit 06365b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld"
xmlns:ogc="http://www.opengis.net/ogc"
version="1.0.0">
<sld:UserLayer>
<sld:NamedLayer>
<sld:UserStyle>
<sld:FeatureTypeStyle>
<sld:Rule>
Expand Down Expand Up @@ -330,5 +330,5 @@
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:UserLayer>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class InputDataFormattingTest {
zoneToExtract = "Riantec"
zoneToExtract =[45.185546,5.751944,45.204296,5.784216]

zoneToExtract="Sassenage"
zoneToExtract=[50, 8.6, 50.2, 8.8]

Map extractData = OSM.InputDataLoading.extractAndCreateGISLayers(h2GIS, zoneToExtract)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ class WorflowOSMTest extends WorkflowAbstractTest {
dirFile.mkdir()
def location = "Nice"
//def nominatim = OSMTools.Utilities.getNominatimData("Nantes")
location="Sassenage"
//location=[50, 8.6, 50.2, 8.8]
//location = nominatim.bbox

def osm_parmeters = [
Expand All @@ -674,7 +674,7 @@ class WorflowOSMTest extends WorkflowAbstractTest {
["distance" : 0,
"rsu_indicators" : [

"indicatorUse": ["LCZ"] //, "UTRF", "TEB"]
"indicatorUse": ["LCZ", "UTRF"] //, "UTRF", "TEB"]

]/*,"grid_indicators": [
"x_size": 200,
Expand Down

0 comments on commit 06365b7

Please sign in to comment.