jmb64

Results 13 comments of jmb64

Great! I look forward to the new developments discussed at the end of the paper (Lexcube: Interactive Visualization of Large Earth System Data Cubes), i.e. scientific analysis features (fig5-6) ,...

Hi James, Thanks for your reply. I won't loose any sleep over it but I will probably try ... :-) It seems that access to the python api pygribjump is...

Would you happen to have an example showing the content for this file ? GRIBJUMP_CONFIG_FILE = "/path/to/gribjump/config.yaml"

Hi, Ok, I probably got as far as i could without having an actual instance of FDB installed locally. I thought I could maybe get away with plain grib file(s)...

Hi Chris, Just to let you know that I managed to get things a little bit more "concrete" for myself with this FDB ... using readthedocs.io (fdb and earthkit-data). To...

Maybe one last question ... Running this test https://github.com/ecmwf/polytope/blob/develop/tests/test_fdb_datacube.py it seems I cannot get "step" to make it as an FDB datacube axes. This is the bit of code which...

Logging from polytope for python test_fdb_datacube.py: cat lis_test_fdb_datacube.log INFO:root:Created an FDB datacube with options: {'config': [{'axis_name': 'step', 'transformations': [{'name': 'type_change', 'type': 'int'}]}, {'axis_name': 'number', 'transformations': [{'name': 'type_change', 'type': 'int'}]}, {'axis_name':...

Hi Mathilde, I appreciate you taking the time to offer these explanations. I kinda realize friday that actual data (FDB) was playing a major role in the datacube configuration :-)...

Hello again, I decided to adapt the polytope/FDB example "3D_shipping_route_wave_model.py", creating an FDB from era5 specific humidity in the marine boundary layer since I don't have access to the wave...