-
Notifications
You must be signed in to change notification settings - Fork 25
Test adding metopa and metopb as placeholder drafts to stac database #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey @iluise - this is very rough, I will fill in all the actual details/fix titles etc. - but looks ok to you? |
stac/jsons/catalogue.json
Outdated
{ | ||
"href": "https://raw.githubusercontent.com/ecmwf/WeatherGenerator/refs/heads/shmh40/dev/stac_test/stac/jsons/metopa.json", | ||
"rel": "child", | ||
"title": "metopa", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have the title capital as all the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's follow OSCAR's naming: https://space.oscar.wmo.int/satellites/view/metop_a, i.e. METOP-A
stac/jsons/catalogue.json
Outdated
{ | ||
"href": "https://raw.githubusercontent.com/ecmwf/WeatherGenerator/refs/heads/shmh40/dev/stac_test/stac/jsons/metopb.json", | ||
"rel": "child", | ||
"title": "metopb", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
stac/metopa.jsonnet
Outdated
type: 'application/vnd+netcdf', | ||
description: 'Observation dataset', | ||
locations: [common.hpc.hpc2020, common.hpc.jsc], | ||
size: '0.5 TB', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have it in GB? is this compressed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes currently compressed - shall I unzip them on ATOS? I guess we are ok for inodes now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we have plenty of space/inodes you can untar them there, thanks!
stac/metopa.jsonnet
Outdated
description: 'Observation dataset', | ||
locations: [common.hpc.hpc2020, common.hpc.jsc], | ||
size: '0.5 TB', | ||
inodes: '10', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is tarred for the moment I assume, we should update it once we untar them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should only report in the form ready for training, i.e. leave empty otherwise.
stac/jsons/metopa.json
Outdated
@@ -48,7 +48,7 @@ | |||
], | |||
"type": "Polygon" | |||
}, | |||
"id": "weathergen.atmo.metopa", | |||
"id": "weathergen.atmo.METOP-A", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is METOP-A, AMSU-A. The METOP-A platform (satellite) has quite a number of instruments: https://space.oscar.wmo.int/satellites/view/metop_b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it's from the MHS instrument
stac/jsons/metopb.json
Outdated
@@ -48,7 +48,7 @@ | |||
], | |||
"type": "Polygon" | |||
}, | |||
"id": "weathergen.atmo.metopb", | |||
"id": "weathergen.atmo.METOP-B", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, distinguish platform and instrument
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we just have the main name/title as the instrument, and then the datasets from the 2 different satellites are given as different assets of the same instrument?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it separate. We can merge at the stream level (this is why a stream can have multiple sources).
…fengyun satellites
Hi, it looks good to me! I added ABI-GOES as well. @shmh40 if it looks good for you then can you prepare the final |
Description
Adding MHS on Metop-A and B to the STAC database, and Fengyun 3 MWHS, and ABI-GOES.
Type of Change
Issue Number
Fixes #427
Code Compatibility
Code Performance and Testing
uv run train
and (if necessary)uv run evaluate
on a least one GPU node and it works$WEATHER_GENERATOR_PRIVATE
directoryDependencies
Documentation
Additional Notes