All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.orbisgis.geoclimate.osm.urbanAreasParams.json Maven / Gradle / Ivy

Go to download

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