-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
196 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
fsspec==2023.9.0 | ||
pystac | ||
gql | ||
shapely | ||
|
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,94 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "2.2.0", | ||
"id": "LGN", | ||
"properties": { | ||
"license": "CC BY-SA 4.0", | ||
"Description": "National land use map of Netherlands (LGN).", | ||
"providers": [ | ||
{ | ||
"name": "WENR" | ||
} | ||
], | ||
"Data Source": "Download link valid 1 day: https://lgn.nl/lgnserver/downloadfile?token=363bf70a-261e-4b9e-bfc4-2617c12cb4ac New request can be made at: https://lgn.nl/bestanden", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
-180.0, | ||
180.0 | ||
], | ||
"reference_system": "ESPG:4326", | ||
"type": "spatial" | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
-90.0, | ||
90.0 | ||
], | ||
"reference_system": "ESPG:4326", | ||
"type": "spatial" | ||
}, | ||
"time": { | ||
"extent": [ | ||
"1990-01-01T00:00:00", | ||
"2023-01-01T00:00:00" | ||
], | ||
"type": "temporal" | ||
} | ||
}, | ||
"datetime": "2000-01-01T00:00:00Z" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-180.0, | ||
-90.0 | ||
], | ||
[ | ||
-180.0, | ||
90.0 | ||
], | ||
[ | ||
180.0, | ||
90.0 | ||
], | ||
[ | ||
180.0, | ||
-90.0 | ||
], | ||
[ | ||
-180.0, | ||
-90.0 | ||
] | ||
] | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
} | ||
], | ||
"assets": {}, | ||
"bbox": [ | ||
-180.0, | ||
-90.0, | ||
180.0, | ||
90.0 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json" | ||
] | ||
} |
101 changes: 101 additions & 0 deletions
101
stac_dist/test_FUA___Urban_Audit_2021_10m_raster/test_FUA___Urban_Audit_2021_10m_raster.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,101 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "2.2.0", | ||
"id": "test_FUA___Urban_Audit_2021_10m_raster", | ||
"properties": { | ||
"license": "No limitations to public access EEA standard re-use policy: unless otherwise indicated, re-use of content on the EEA website for commercial or non-commercial purposes is permitted free of charge, provided that the source is acknowledged (http://www.eea.europa.eu/legal/copyright). Terms and condition for the use of the input data collected and used for delineating a city: DG REGIO: - https://ec.europa.eu/info/legal-notice_en#copyright-notice LandScan 2010 \u00a9 UT BATTELLE: - https://landscan.ornl.gov/license GEOSTAT 2011: https://ec.europa.eu/info/legal-notice_en#copyright-notice CORDA platform: - https://www.copernicus.eu/en/access-data/copyright-and-licences", | ||
"Description": "Functional Urban Area (FUA) boundaries, used within the context of Urban Atlas 2012 and 2018 for the Copernicus Land Monitoring Service. The dataset contains a total of 788 FUA over EEA38 (with the exception of Liechtenstein) and the United Kingdom.\nMore information at https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d.", | ||
"providers": [ | ||
{ | ||
"name": "" | ||
} | ||
], | ||
"Data Source": "EEA geospatial data catalague https://sdi.eea.europa.eu/catalogue/srv/eng/catalog.search#/metadata/b00ec941-c4dd-4673-91ea-2c8b5145892d", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
-31.28, | ||
44.81 | ||
], | ||
"reference_system": "ESPG:4326", | ||
"type": "spatial" | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
27.64, | ||
71.16 | ||
], | ||
"reference_system": "ESPG:4326", | ||
"type": "spatial" | ||
}, | ||
"time": { | ||
"extent": [ | ||
"2017-01-01T00:00:00", | ||
"2017-12-31T00:00:00" | ||
], | ||
"type": "temporal" | ||
} | ||
}, | ||
"datetime": "2000-01-01T00:00:00Z" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-31.28, | ||
27.64 | ||
], | ||
[ | ||
-31.28, | ||
71.16 | ||
], | ||
[ | ||
44.81, | ||
71.16 | ||
], | ||
[ | ||
44.81, | ||
27.64 | ||
], | ||
[ | ||
-31.28, | ||
27.64 | ||
] | ||
] | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
} | ||
], | ||
"assets": { | ||
"data_1": { | ||
"href": "https://sdi.eea.europa.eu/datashare/s/QQ7eMwxfgqFY48k/download?path=%2FFUA_gpkg&files=UA2012_2018_FUA_boundaries_20201218.gpkg", | ||
"roles": [ | ||
"data" | ||
] | ||
} | ||
}, | ||
"bbox": [ | ||
-31.28, | ||
27.64, | ||
44.81, | ||
71.16 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json" | ||
] | ||
} |