Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c55839e
add basic fdb reader
mathleur Mar 6, 2026
5f3ea70
float coordinates
mathleur Mar 6, 2026
6d43769
add datetime coord
mathleur Mar 6, 2026
2030ce5
fix fdb reader on db
mathleur Mar 6, 2026
a2258c0
add coord types to json serde
mathleur Mar 9, 2026
6ed69ac
fix when empty child
mathleur Mar 9, 2026
d845666
add qube examples
mathleur Mar 9, 2026
57c07e0
fix qa
mathleur Mar 9, 2026
696d6ea
add old stac catalogue
mathleur Mar 9, 2026
7ea0373
add version to json
mathleur Mar 9, 2026
e4048a1
ignore files
mathleur Mar 9, 2026
f95ecad
Merge branch 'feat/fix_fdb_reader' of https://github.com/ecmwf/qubed …
mathleur Mar 10, 2026
1fd6dc2
remove wrong qubes
mathleur Mar 10, 2026
fab9ced
start to translate stac catalogue to use the python rust bindings
mathleur Mar 10, 2026
f9cf504
add python bindings to select method
mathleur Mar 10, 2026
523b49d
add python bindings for the axes info
mathleur Mar 10, 2026
e14fdea
add python bindings for compress
mathleur Mar 10, 2026
4c4e107
fix python parsing of all_unique_dim_coords
mathleur Mar 10, 2026
df5c888
more tests
mathleur Mar 10, 2026
414be90
partially working catalogue
mathleur Mar 10, 2026
a4e39e7
fix catalogue
mathleur Mar 10, 2026
ef5a64d
WIP: add partial selection mode
mathleur Mar 10, 2026
8010017
add FollowSelection mode to select and change select to take in coord…
mathleur Mar 12, 2026
b2e1f14
fix FollowSelection method and use in catalogue
mathleur Mar 12, 2026
a30d9e9
add test to select multiple vals
mathleur Mar 12, 2026
6c5b84d
fix test
mathleur Mar 12, 2026
d105704
fix bug in from_str method for coords
mathleur Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__
.DS_Store
.venv
*.json
*.bak
raw_list
*.egg-info/
deps/
Expand Down
3 changes: 3 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data_files:
- small_climate_eg.json
- medium_extremes_eg.json
Loading
Loading