city3d_stac 0.1.0

Generate STAC metadata for CityJSON datasets
Documentation
{
  "stac_version": "1.1.0",
  "stac_extensions": [
    "https://cityjson.github.io/stac-city3d/v0.2.0/schema.json",
    "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
  ],
  "type": "Collection",
  "id": "rotterdam_3dcity_2023",
  "title": "Rotterdam 3D City Model 2023",
  "description": "Complete 3D city model of Rotterdam including buildings, roads, terrain, and water bodies. Models are available in multiple Levels of Detail (LOD) ranging from LOD0 (footprints) to LOD3 (detailed architectural models). Data is provided in CityJSON 2.0 format and FlatCityBuf for efficient streaming.",
  "license": "CC-BY-4.0",
  "keywords": [
    "3D",
    "CityJSON",
    "buildings",
    "Rotterdam",
    "Netherlands",
    "LOD",
    "urban model"
  ],
  "providers": [
    {
      "name": "Municipality of Rotterdam",
      "description": "Data provider and maintainer",
      "roles": [
        "producer",
        "licensor"
      ],
      "url": "https://data.rotterdam.nl"
    }
  ],
  "extent": {
    "spatial": {
      "bbox": [
        [
          4.4200,
          51.8800,
          -5.0,
          4.6000,
          51.9800,
          120.5
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2023-05-15T00:00:00Z",
          null
        ]
      ]
    }
  },
  "summaries": {
    "proj:code": [
      "EPSG:7415"
    ],
    "city3d:version": [
      "2.0"
    ],
    "city3d:city_objects": {
      "min": 45,
      "max": 5234,
      "total": 125432
    },
    "city3d:lods": [
      "0",
      "1",
      "2",
      "2.2",
      "3"
    ],
    "city3d:co_types": [
      "Building",
      "BuildingPart",
      "BuildingInstallation",
      "Road",
      "Railway",
      "TransportSquare",
      "TINRelief",
      "WaterBody",
      "PlantCover",
      "SolitaryVegetationObject",
      "LandUse",
      "CityFurniture",
      "Bridge",
      "BridgePart"
    ],
    "city3d:semantic_surfaces": [true],
    "city3d:textures": [false],
    "city3d:materials": [true],
    "datetime": {
      "minimum": "2023-05-15T00:00:00Z",
      "maximum": "2023-05-15T00:00:00Z"
    }
  },
  "assets": {
    "thumbnail": {
      "href": "./thumbnail.png",
      "type": "image/png",
      "title": "Collection thumbnail",
      "roles": [
        "thumbnail"
      ]
    },
    "documentation": {
      "href": "./README.md",
      "type": "text/markdown",
      "title": "Dataset documentation",
      "roles": [
        "metadata"
      ]
    }
  },
  "links": [
    {
      "rel": "self",
      "href": "./collection.json",
      "type": "application/json"
    },
    {
      "rel": "root",
      "href": "./catalog.json",
      "type": "application/json"
    },
    {
      "rel": "license",
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "type": "text/html",
      "title": "CC-BY-4.0 License"
    },
    {
      "rel": "item",
      "href": "./items/rotterdam_buildings_district_a_item.json",
      "type": "application/json",
      "title": "Buildings District A"
    },
    {
      "rel": "item",
      "href": "./items/rotterdam_buildings_district_b_item.json",
      "type": "application/json",
      "title": "Buildings District B"
    },
    {
      "rel": "item",
      "href": "./items/rotterdam_terrain_item.json",
      "type": "application/json",
      "title": "Terrain Model"
    },
    {
      "rel": "item",
      "href": "./items/rotterdam_roads_item.json",
      "type": "application/json",
      "title": "Road Network"
    },
    {
      "rel": "child",
      "href": "./subcollections/historical_models/collection.json",
      "type": "application/json",
      "title": "Historical 3D Models"
    }
  ]
}