Skip to content

Commit

Permalink
Most issues fixed, projection of bbox in Radiant Earth not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
mathvansoest committed Sep 24, 2024
1 parent 087608a commit f643216
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions current/LAU/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
]
}
},
"base_url": "gs://coclico-data-public/coclico/LAU/LAU_RG_01M_2020_3035.parquet",
"base_url": "gs://coclico-data-public/coclico/LAU",
"sci:citation": "None.",
"version": "1",
"title": "Local administrative units",
Expand Down Expand Up @@ -123,8 +123,7 @@
"Adminstrative",
"Units",
"European Union",
"Full-Track",
"Natural Hazards"
"Background Layer"
],
"providers": [
{
Expand Down
2 changes: 1 addition & 1 deletion current/LAU/items/LAU_RG_01M_2020_3035.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
],
"proj:epsg": 3035,
"table:row_count": 98613,
"created": "2024-07-30T10:05:57.239808Z",
"created": "2024-09-24T08:20:08.987252Z",
"datetime": "2024-01-22T00:00:00Z"
},
"geometry": {
Expand Down
3 changes: 1 addition & 2 deletions current/NUTS/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@
"Adminstrative",
"Units",
"European Union",
"Full-Track",
"Natural Hazards"
"Background Layer"
],
"providers": [
{
Expand Down
2 changes: 1 addition & 1 deletion current/NUTS/items/NUTS_RG_01M_2021_3035.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
],
"proj:epsg": 3035,
"table:row_count": 2010,
"created": "2024-09-04T12:04:51.236644Z",
"created": "2024-09-24T08:48:30.317003Z",
"datetime": "2024-01-22T00:00:00Z"
},
"geometry": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_stacs/99_NUTS_stacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
metadata = json.load(f)

# # extend keywords
metadata['KEYWORDS'].extend(['Full-Track','Natural Hazards'])
metadata['KEYWORDS'].extend(['Background Layer'])

# # data output configurations
HREF_PREFIX = urljoin(
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/stac_to_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
GCS_PROJECT = "coclico-11207608-002"
BUCKET_NAME = "coclico-data-public"
BUCKET_PROJ = "coclico"
STAC_NAME = "coclico-stac-LAU" #NOTE: if working from main STAC_NAME = 'coclico-stac', if working from branch STAC_NAME = coclico-stac-***
STAC_NAME = "coclico-stac-NUTS2" #NOTE: if working from main STAC_NAME = 'coclico-stac', if working from branch STAC_NAME = coclico-stac-***
IN_DIRNAME = "current"

# hard-coded input params at project level
Expand Down

0 comments on commit f643216

Please sign in to comment.