Skip to content

Instantly share code, notes, and snippets.

@KMarkert
Created December 2, 2024 20:13
Show Gist options
  • Save KMarkert/8e908d796e7914cda687ae92145392d3 to your computer and use it in GitHub Desktop.
Save KMarkert/8e908d796e7914cda687ae92145392d3 to your computer and use it in GitHub Desktop.
{
"description": "Global residential/non-residential landuse classification generated based on spatial distribution and semantic attributes of Points of Interest(POI) data.\n \nPlease refer to the [journal article](https://doi.org/10.1080/17538947.2023.2174607) for technical details about the methodology used to generate the dataset. \n\nSee [Office Website of MapSpace Program](\nhttps://mapspace.ornl.gov) for\nmore details.\n",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2024-11-01T00:00:00Z",
"2025-11-01T00:00:00Z"
]
]
}
},
"gee:terms_of_use": "[CC0-1.0](https://spdx.org/licenses/CC0-1.0.html)",
"gee:type": "image_collection",
"gee:user_uploaded": true,
"id": "projects/ornl-mapspace/assets/grid_3c",
"keywords": [
"landuse",
"residential",
"points_of_interest",
"non_residential",
"mapspace",
"ornl"
],
"license": "CC0-1.0",
"links": [
{
"href": "https://storage.googleapis.com/earthengine-stac/catalog/ornl-mapspace/projects_ornl-mapspace_assets_grid_3c.json",
"rel": "self",
"type": "application/json"
},
{
"href": "https://storage.googleapis.com/earthengine-stac/catalog/ornl-mapspace/catalog.json",
"rel": "parent",
"type": "application/json"
},
{
"href": "https://storage.googleapis.com/earthengine-stac/catalog/catalog.json",
"rel": "root",
"type": "application/json"
},
{
"code": "JavaScript",
"href": "https://code.earthengine.google.com/?scriptPath=Examples:Datasets/ornl-mapspace/projects_ornl-mapspace_assets_grid_3c",
"rel": "related",
"title": "Run the example for projects/ornl-mapspace/assets/grid_3c in the Earth Engine Code Editor",
"type": "text/html"
},
{
"href": "https://developers.google.com/earth-engine/datasets/images/ornl-mapspace/projects_ornl-mapspace_assets_grid_3c_sample.png",
"rel": "preview",
"type": "image/png"
},
{
"href": "https://developers.google.com/earth-engine/datasets/catalog/projects_ornl-mapspace_assets_grid_3c#terms-of-use",
"rel": "license",
"type": "text/html"
},
{
"href": "https://spdx.org/licenses/CC0-1.0.html",
"rel": "license",
"type": "text/html"
}
],
"providers": [
{
"name": "ORNL",
"roles": [
"licensor",
"producer"
],
"url": "https://mapspace.ornl.gov/"
},
{
"name": "Google Earth Engine",
"roles": [
"host"
],
"url": "https://developers.google.com/earth-engine/datasets/catalog/projects_ornl-mapspace_assets_grid_3c"
}
],
"sci:citation": "Fan, J., & Thakur, G. (2023). Towards POI-based large-scale land use modeling: spatial scale, semantic granularity and geographic context. International Journal of Digital Earth, 16(1), 430–445. [https://doi.org/10.1080/17538947.2023.2174607](https://doi.org/10.1080/17538947.2023.2174607)\nFan, Junchuan & Thakur, Gautam (2024), Three-class Global POI-based land use map, Dataset, [https://doi.org/10.17605/OSF.IO/395ZF](https://doi.org/10.17605/OSF.IO/395ZF)\n",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json"
],
"stac_version": "1.0.0",
"summaries": {
"eo:bands": [
{
"description": "landuse class labels",
"gee:classes": [
{
"color": "3eca76",
"description": "Residential",
"value": 10
},
{
"color": "cf6aa6",
"description": "Non-Residential",
"value": 20
},
{
"color": "e6e5d8",
"description": "Open Space",
"value": 30
}
],
"name": "label"
},
{
"description": "probability of being residential landuse",
"gee.units": "%",
"name": "residential"
},
{
"description": "probability of being non-residential landuse",
"gee.units": "%",
"name": "non-residential"
},
{
"description": "probability of being open space landuse",
"gee.units": "%",
"name": "open-space"
}
],
"gee:visualizations": [
{
"display_name": "Residential/Non-Residential Landuse Model",
"image_visualization": {
"band_vis": {
"bands": [
"label"
],
"max": [
30
],
"min": [
10
],
"palette": [
"313695",
"74add1",
"fed976"
]
}
},
"lookat": {
"lat": 37.060000000000002,
"lon": -88.25,
"zoom": 8
}
}
],
"gsd": [
500
],
"platform": [
"ORNL"
]
},
"title": "MapSpace Global Residential/Non_Residential Landuse Model",
"type": "Collection"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment