org.orbisgis.geoclimate.osm.urbanAreasParams.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of osm Show documentation
Show all versions of osm Show documentation
GeoClimate module to format the OSM data into the GeoClimate abstract model.
The newest version!
{
"tags": {
"landuse": [ "commercial",
"residential",
"retail",
"industrial",
"construction", "military",
"railway", "farmyard"],
"construction":[],
"amenity": ["school",
"university",
"research_institute", "community_centre"]
},
"columns": [
"landuse",
"industrial",
"construction",
"amenity",
"building"
],
"type": {
"education": {
"landuse": [
"education"
],
"amenity": [
"school",
"university",
"research_institute"
]
},
"construction": {
"landuse": [
"construction"
]
},
"commercial": {
"landuse": [
"commercial",
"retail"
]
},
"residential": {
"landuse": [
"residential"
]
},
"heavy_industry": {
"industrial": [
"refinery"
]
},
"light_industry": {
"landuse": [
"industrial", "port"
]
},
"government": {
"landuse": [
"institutional"
]
},
"social_building": {
"amenity": [
"community_centre"
]},
"military": {
"landuse": [
"military"
]
},
"transport": {
"landuse": [
"railway"
]
},
"agricultural": {
"landuse": [
"farmyard"
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy