-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from openearth/LAU_NUTS
Lau nuts
- Loading branch information
Showing
10 changed files
with
8,119 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "LAU_CM", | ||
"stac_version": "1.0.0", | ||
"description": "The LAUs are a administrative to help ensure that data are readily available and policies can be implemented effectively using these units, a subdivision of the NUTS 3 regions covering the EU's whole economic territory and appropriate for implementing local level typologies included in Tercet, namely the coastal area and the degree of urbanisation (DEGURBA) classification, including city and functional urban areas (FUA) definitions.", | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "CoCliCo STAC Catalog" | ||
}, | ||
{ | ||
"rel": "item", | ||
"href": "./items/LAU_2020_NUTS_2021_01M_3035_CM.json", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "CoCliCo STAC Catalog" | ||
} | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/table/v1.2.0/schema.json", | ||
"https://stac-extensions.github.io/version/v1.2.0/schema.json" | ||
], | ||
"item_assets": { | ||
"data": { | ||
"title": "LAU", | ||
"description": "A system of local administrative units (LAUs) compatible with NUTS, clipped only to the coastal area", | ||
"roles": [ | ||
"data" | ||
], | ||
"type": "application/vnd.apache.parquet", | ||
"table:storage_options": { | ||
"account_name": "coclico" | ||
}, | ||
"table:columns": [ | ||
{ | ||
"name": "GISCO_ID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "CNTR_CODE", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "nuts_2", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "nuts_3", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "LAU_ID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "LAU_NAME", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "POP_2020", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "POP_DENS_2", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "AREA_KM2", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "YEAR", | ||
"type": "int64", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "FID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "geometry", | ||
"type": "binary", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "__index_level_0__", | ||
"type": "int64", | ||
"description": "" | ||
} | ||
] | ||
} | ||
}, | ||
"base_url": "gs://coclico-data-public/coclico/LAU_CM", | ||
"sci:citation": "None.", | ||
"version": "1", | ||
"title": "Local administrative units, clipped by Coastal Mask", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-81.12146941539005, | ||
-29.12357316038395, | ||
93.1752791130622, | ||
37.855412297701754 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2024-01-22T00:00:00Z", | ||
"2024-01-22T00:00:00Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "CC-BY-4.0", | ||
"keywords": [ | ||
"Local", | ||
"Adminstrative", | ||
"Units", | ||
"European Union", | ||
"Full-Track", | ||
"Background Layers" | ||
], | ||
"providers": [ | ||
{ | ||
"name": "Eurostat", | ||
"roles": [ | ||
"producer", | ||
"licensor" | ||
], | ||
"url": "https://ec.europa.eu/eurostat/web/nuts/local-administrative-units" | ||
}, | ||
{ | ||
"name": "Deltares", | ||
"roles": [ | ||
"processor", | ||
"host" | ||
], | ||
"url": "https://deltares.nl" | ||
} | ||
], | ||
"assets": { | ||
"thumbnail": { | ||
"href": "https://storage.googleapis.com/download/storage/v1/b/coclico-data-public/o/coclico%2Fassets%2Fthumbnails%2FLAU_CM.png?alt=media", | ||
"type": "image/png", | ||
"title": "Thumbnail" | ||
}, | ||
"geoparquet-stac-items": { | ||
"href": "gs://coclico-data-public/coclico/LAU_CM/LAU_2020_NUTS_2021_01M_3035_CM.parquet", | ||
"type": "application/vnd.apache.parquet", | ||
"title": "GeoParquet STAC items", | ||
"description": "Snapshot of the collection's STAC items exported to GeoParquet format.", | ||
"roles": [ | ||
"data" | ||
] | ||
} | ||
} | ||
} |
155 changes: 155 additions & 0 deletions
155
current/LAU_CM/items/LAU_2020_NUTS_2021_01M_3035_CM.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "LAU_2020_NUTS_2021_01M_3035_CM", | ||
"properties": { | ||
"title": "LAU", | ||
"description": "A system of local administrative units (LAUs) compatible with NUTS, clipped only to the coastal area", | ||
"table:columns": [ | ||
{ | ||
"name": "GISCO_ID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "CNTR_CODE", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "nuts_2", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "nuts_3", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "LAU_ID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "LAU_NAME", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "POP_2020", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "POP_DENS_2", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "AREA_KM2", | ||
"type": "double", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "YEAR", | ||
"type": "int64", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "FID", | ||
"type": "string", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "geometry", | ||
"type": "binary", | ||
"description": "" | ||
}, | ||
{ | ||
"name": "__index_level_0__", | ||
"type": "int64", | ||
"description": "" | ||
} | ||
], | ||
"proj:bbox": [ | ||
-2710033.3959, | ||
-3076198.0823, | ||
10026005.2215, | ||
5415709.913699999 | ||
], | ||
"proj:epsg": 3035, | ||
"table:row_count": 11965, | ||
"created": "2024-12-12T13:10:41.632774Z", | ||
"datetime": "2024-01-22T00:00:00Z" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
93.1752791130622, | ||
-29.12357316038395 | ||
], | ||
[ | ||
93.1752791130622, | ||
37.855412297701754 | ||
], | ||
[ | ||
-81.12146941539005, | ||
37.855412297701754 | ||
], | ||
[ | ||
-81.12146941539005, | ||
-29.12357316038395 | ||
], | ||
[ | ||
93.1752791130622, | ||
-29.12357316038395 | ||
] | ||
] | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../../catalog.json", | ||
"type": "application/json", | ||
"title": "CoCliCo STAC Catalog" | ||
}, | ||
{ | ||
"rel": "collection", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Local administrative units, clipped by Coastal Mask" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Local administrative units, clipped by Coastal Mask" | ||
} | ||
], | ||
"assets": { | ||
"data": { | ||
"href": "https://storage.googleapis.com/coclico-data-public/coclico/LAU_CM/LAU_2020_NUTS_2021_01M_3035_CM.parquet", | ||
"type": "application/vnd.apache.parquet", | ||
"title": "LAU", | ||
"description": "A system of local administrative units (LAUs) compatible with NUTS, clipped only to the coastal area", | ||
"roles": [ | ||
"data" | ||
] | ||
} | ||
}, | ||
"bbox": [ | ||
-81.12146941539005, | ||
-29.12357316038395, | ||
93.1752791130622, | ||
37.855412297701754 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/table/v1.2.0/schema.json", | ||
"https://stac-extensions.github.io/projection/v1.1.0/schema.json" | ||
], | ||
"collection": "LAU_CM" | ||
} |
Oops, something went wrong.