├── .dockerignore ├── .github ├── actions │ └── cdk-deploy │ │ └── action.yml └── workflows │ ├── ci.yml │ └── deploy-dev.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .python-version ├── CHANGELOG.md ├── LICENSE ├── README.md ├── RELEASING.md ├── infrastructure └── aws │ ├── cdk.json │ ├── cdk │ ├── __init__.py │ ├── app.py │ └── config.py │ ├── lambda │ ├── Dockerfile │ ├── collector-config.yaml │ └── handler.py │ ├── package-lock.json │ └── package.json ├── pyproject.toml ├── scripts └── benchmark.py ├── src └── titiler │ └── multidim │ ├── __init__.py │ ├── factory.py │ ├── main.py │ ├── map-form.html │ ├── middleware.py │ ├── reader.py │ ├── redis_pool.py │ └── settings.py ├── tests ├── conftest.py ├── fixtures │ ├── generate_test_icechunk.py │ ├── generate_test_icechunk_virtual.py │ ├── generate_test_netcdf.py │ ├── generate_test_pyramid.py │ ├── generate_test_reference.py │ ├── generate_test_zarr.py │ ├── generate_test_zarr_unconsolidated.py │ ├── icechunk_native │ │ ├── chunks │ │ │ ├── 06TV2NY13DRQ6SN7H4S0 │ │ │ ├── 084D3DXHBZPHCXBSM8R0 │ │ │ ├── 0B7WJA25XNND3543EEEG │ │ │ ├── 0R8TFXC29YFQE6CJ4M60 │ │ │ ├── 0YP1X680VH28P35TT55G │ │ │ ├── 1EF4ZPQF970BATKC1AXG │ │ │ ├── 1JE2X686XHWCV6SKZ150 │ │ │ ├── 1VGWJFWG8G93KQ3A6Q20 │ │ │ ├── 32QN75ND8NGW1M34FR90 │ │ │ ├── 3H4849H3VAG84PHW97V0 │ │ │ ├── 3W2J6KNNYGTYP3X68R2G │ │ │ ├── 3WZNT0YKQ4RDGTXRBXN0 │ │ │ ├── 42D1N71W5047Y3124M8G │ │ │ ├── 45N5BRM55ZB999R1C43G │ │ │ ├── 4D9TCRPK8DHCT78EER20 │ │ │ ├── 55HHPWFFAAEPFG1QK0R0 │ │ │ ├── 5EFY4N50W02ZD9KK93DG │ │ │ ├── 5FRN1S5HYEEWCDWVMT60 │ │ │ ├── 6BHF9NP5EAG0EZKJW6BG │ │ │ ├── 6DH98SACD3A71P6J2R20 │ │ │ ├── 6XASX1EZGAKJZG4XNSA0 │ │ │ ├── 73EF2XKQV5DSYBS8TXS0 │ │ │ ├── 74WVDS3GB6CBY1N3X3N0 │ │ │ ├── 7PPZ6SHFBWQ93BXN4KP0 │ │ │ ├── 7S1AFS35BF7EVP4HFYHG │ │ │ ├── 85E4HRP25YGYZM6AARD0 │ │ │ ├── 89Z2CYTQ5B4Q0ZXGG93G │ │ │ ├── 8BFT4QY7BFA0889PJAP0 │ │ │ ├── 8RB8JNQ9CJ7CK62KR05G │ │ │ ├── 8YHBTHK80RZJ1YT4FR7G │ │ │ ├── 92TPWHGRKV76BZ46BP1G │ │ │ ├── 968ACEBQH79KBB5D3P2G │ │ │ ├── 9D6SH5ATDS31DPWC1R5G │ │ │ ├── 9PQ0RC06ET54YMV0G0J0 │ │ │ ├── 9WC81RWBGBWK8R5H0QY0 │ │ │ ├── 9Z2RCKAJ0N0P76688AEG │ │ │ ├── A56YAXFWR2Q8M4EZD0KG │ │ │ ├── A7MWFX1AS20AT1860MAG │ │ │ ├── AMPFRH7FM4JS7R5464R0 │ │ │ ├── B2DHK2MPT12VR5WNEZH0 │ │ │ ├── BBZPR7PWN5BX72EHFSD0 │ │ │ ├── BEZV3QKMPCQNF4VPNDF0 │ │ │ ├── BHE3XK2GRGBSANXFZEQ0 │ │ │ ├── BTQEV6ZE3KV6SRBZNWP0 │ │ │ ├── C9W9PNVDS0PG0W497DQG │ │ │ ├── CS3KXNDWFDFPBMZXTZKG │ │ │ ├── CWQBQ26F3TQ0C3KXB1G0 │ │ │ ├── D07KZ4AGHR29YCTCXXK0 │ │ │ ├── D15096RV6T4Y9RGZGT20 │ │ │ ├── D56D65V6PHXGR8BX2NHG │ │ │ ├── E4JPQ3KG3ERR741X0MG0 │ │ │ ├── EC154SGTE5KQXHCMGZH0 │ │ │ ├── EFC7R4EH53PHN5TP6B4G │ │ │ ├── ET2G5ARMR5318B69X8BG │ │ │ ├── FG21F0VYS37YWH4E31TG │ │ │ ├── FPFMGSHEPYDZ584NHA4G │ │ │ ├── FRTTGBKSN07QHNANTNG0 │ │ │ ├── FVH71SCR3XMF5V4J32SG │ │ │ ├── G8505961WZA0Y1WTPRM0 │ │ │ ├── GB8Q58659NSGKXZEW6EG │ │ │ ├── GQ759HNZKV4Q5B5HCBZG │ │ │ ├── H0X69BPCJERDGV7EK3PG │ │ │ ├── H7DV88B6JSXXMWNZJT70 │ │ │ ├── HG9YVHPK8J2753892KTG │ │ │ ├── HGDPWH3FRY74NFT2YDV0 │ │ │ ├── HH2JVTF0DXXEP8D3GAE0 │ │ │ ├── HSC2WQXP1WE86RBZPWYG │ │ │ ├── HZDE7NM86ES7KA860140 │ │ │ ├── J3YQ9KV6HBKHZH76ZCEG │ │ │ ├── JB8T91GMTFX79N2VBCG0 │ │ │ ├── JQ5X6PFWGR7QV7Z397AG │ │ │ ├── K1G1G1SHCJJNMVTQJJN0 │ │ │ ├── K7X5GXYFSTX28EZQADN0 │ │ │ ├── KJSTVZQ56HC7G85SF020 │ │ │ ├── KST1XNZ314D28GPVFKJ0 │ │ │ ├── M92P8J2MV9XSCKGFD820 │ │ │ ├── M9WJ1AAVFKGKKWE5FK4G │ │ │ ├── MA70C1C0PT8992D7HC0G │ │ │ ├── MKQD5GQKZP57RQQ4RNMG │ │ │ ├── MSRVP0AD388SSJ6034F0 │ │ │ ├── MTF0TT9Y662JKSYE3X8G │ │ │ ├── MXDKE0W1Z1H47XT909Y0 │ │ │ ├── NA8WRA9XPWCJNAXJ5NF0 │ │ │ ├── NMB5W5A9J8ZDRX0AXNFG │ │ │ ├── Q9SDH8180A85Y2SG1220 │ │ │ ├── QMNGYYD87XQFAXNPFAC0 │ │ │ ├── R68JXVRFJE3NST567X10 │ │ │ ├── R80S2J054FREBKGARFRG │ │ │ ├── R9VRYPDB27JQTWH25FVG │ │ │ ├── RMCEY4WYH1RWSHJ8XJ1G │ │ │ ├── RN72VRFERB0J1RS2TBS0 │ │ │ ├── RS7F6W6BF39GJ6EDYGC0 │ │ │ ├── RZ26NJG4ZVS4T1QWAM60 │ │ │ ├── S2ZGCJ12W3MWX5MSY99G │ │ │ ├── SBZJF5DEEMJ42TRPHNF0 │ │ │ ├── SDHC1152FGSCNKYAH5JG │ │ │ ├── SP6BTWPFERQY8HCRZVA0 │ │ │ ├── SVR0XVQ6S15GKBKDFMRG │ │ │ ├── T8R2F7M6TR3XM2ABTV70 │ │ │ ├── TA28ES5E7ANKMG93FHM0 │ │ │ ├── TA83W4HCPPMPB3YNCQF0 │ │ │ ├── TEK69QNNGQQX1TPEWPCG │ │ │ ├── TZHA4EK1SS5W2EC2E79G │ │ │ ├── V283W477RV2DE2TCG3G0 │ │ │ ├── V5DXV3SXHR7BR37CRKC0 │ │ │ ├── VCGFE7FZWS8AG9CQR420 │ │ │ ├── VF2BKQB64FYPCBDWSBDG │ │ │ ├── W693W980RF6Y6FYF0A40 │ │ │ ├── W87ND16V07D4M3Q5CED0 │ │ │ ├── WXV4YFSF60N8GS7Q3CRG │ │ │ ├── WZSF75149C3N0VGYCN30 │ │ │ ├── XJZQK9389PY8P2ESY70G │ │ │ ├── XNTSFFFV52Z40THAQJZG │ │ │ ├── XVMBCWFYEHAB1J8514E0 │ │ │ ├── Y9YY9MN9X41XMA9E2DNG │ │ │ ├── YNPYJ7Y8KFD3MV6M53FG │ │ │ ├── YPRNB76J1ZJH66189S7G │ │ │ ├── YZF9ZA39K6V0FHXTBJ60 │ │ │ ├── YZMM0BSYXCE7DBJ4S7YG │ │ │ ├── YZVKFQGDQYQKCXWT9H6G │ │ │ ├── Z1G54EX4RT3MTS22WTB0 │ │ │ ├── Z99RV8DECHAWTJNH6F9G │ │ │ ├── ZD0EGC42PSE3KV571AS0 │ │ │ ├── ZF9GD4DVECHPB99GD1H0 │ │ │ ├── ZGHQCN3ETSB4EAMYBPM0 │ │ │ ├── ZHX6YA2KR7GG9828SDCG │ │ │ ├── ZQ7D5VEYT86XBNZWQGWG │ │ │ └── ZRDS0YAX2XX700X0Y1KG │ │ ├── manifests │ │ │ ├── 7RZJ0XB4DTQT7KJKSDZ0 │ │ │ ├── 7Z1GX6RCN8FYYA6QAQCG │ │ │ ├── 8ADNNAHKZBZ8AWWDZ950 │ │ │ ├── 8Y2C766ZZ84DP99K80FG │ │ │ ├── 9YJFSC9MPFV7R2ZNJ2P0 │ │ │ ├── DA2BK1KS5MEN611YTKB0 │ │ │ └── V0HR8DHPN303QME8G6QG │ │ ├── refs │ │ │ └── branch.main │ │ │ │ └── ref.json │ │ ├── snapshots │ │ │ ├── 1CECHNKREP0F1RSTCMT0 │ │ │ └── X7NF54E8W362EQT4PJDG │ │ └── transactions │ │ │ └── X7NF54E8W362EQT4PJDG │ ├── icechunk_virtual_accessible │ │ ├── chunks │ │ │ ├── 3VM83JZ6YXVENDK42MJ0 │ │ │ └── NMGAQQ6SKTEA9C0TK5G0 │ │ ├── config.yaml │ │ ├── manifests │ │ │ ├── 3DSZ7KZ1H0BEVXWDG8VG │ │ │ ├── 721AFRGE2F44P08FT9D0 │ │ │ ├── 8MQRPJ3SNT82B2ZXX030 │ │ │ ├── AHWC4FQJEVYQ5J65C54G │ │ │ ├── CYV4W4B50B3X873MJPBG │ │ │ ├── DTMA9ETG5ZV81D1XJWG0 │ │ │ ├── ET239VNTQ8HSX1KFPQ30 │ │ │ ├── GTYJKAT5YV7TQZTY6D1G │ │ │ ├── JP849E67Q9PYDPGVPPEG │ │ │ ├── M3FEWMD68JVFZ83VVN4G │ │ │ ├── N8YD2MV2C4AY75KRX0C0 │ │ │ ├── RPNYSDFXG5C8HK9XX200 │ │ │ └── XBJ9KNQ117HM4X75EG6G │ │ ├── refs │ │ │ └── branch.main │ │ │ │ └── ref.json │ │ ├── snapshots │ │ │ ├── 1CECHNKREP0F1RSTCMT0 │ │ │ └── 80FX0M404MCT0R3665E0 │ │ └── transactions │ │ │ └── 80FX0M404MCT0R3665E0 │ ├── observation_1.nc │ ├── observation_2.nc │ ├── pyramid.zarr │ │ ├── 0 │ │ │ ├── .zattrs │ │ │ ├── .zgroup │ │ │ ├── .zmetadata │ │ │ ├── time │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ ├── value │ │ │ │ ├── .zarray │ │ │ │ ├── .zattrs │ │ │ │ └── 0.0.0 │ │ │ ├── x │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ └── y │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ ├── 1 │ │ │ ├── .zattrs │ │ │ ├── .zgroup │ │ │ ├── .zmetadata │ │ │ ├── time │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ ├── value │ │ │ │ ├── .zarray │ │ │ │ ├── .zattrs │ │ │ │ └── 0.0.0 │ │ │ ├── x │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ └── y │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ ├── 2 │ │ │ ├── .zattrs │ │ │ ├── .zgroup │ │ │ ├── .zmetadata │ │ │ ├── time │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ ├── value │ │ │ │ ├── .zarray │ │ │ │ ├── .zattrs │ │ │ │ ├── 0.0.0 │ │ │ │ └── 0.1.0 │ │ │ ├── x │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ │ └── y │ │ │ │ ├── 0 │ │ │ │ ├── .zarray │ │ │ │ └── .zattrs │ │ └── .zgroup │ ├── reference.json │ ├── responses │ │ ├── histogram-response.json │ │ ├── icechunk_native_histogram.json │ │ ├── icechunk_native_info.json │ │ ├── icechunk_native_tilejson.json │ │ ├── icechunk_virtual_accessible_histogram.json │ │ ├── icechunk_virtual_accessible_info.json │ │ ├── icechunk_virtual_accessible_tilejson.json │ │ ├── pyramid_zarr_histogram.json │ │ ├── pyramid_zarr_info.json │ │ ├── pyramid_zarr_tilejson.json │ │ ├── reference_json_histogram.json │ │ ├── reference_json_info.json │ │ ├── reference_json_tilejson.json │ │ ├── reference_tilejson.json │ │ ├── refernce_tilejson.json │ │ ├── test_CDD0_tilejson.json │ │ ├── testfile_nc_histogram.json │ │ ├── testfile_nc_info.json │ │ ├── testfile_nc_tilejson.json │ │ ├── unconsolidated_zarr_histogram.json │ │ ├── unconsolidated_zarr_info.json │ │ ├── unconsolidated_zarr_tilejson.json │ │ ├── zarr_store_v2_zarr_histogram.json │ │ ├── zarr_store_v2_zarr_info.json │ │ ├── zarr_store_v2_zarr_tilejson.json │ │ ├── zarr_store_v3_zarr_histogram.json │ │ ├── zarr_store_v3_zarr_info.json │ │ └── zarr_store_v3_zarr_tilejson.json │ ├── testfile.nc │ ├── unconsolidated.zarr │ │ ├── .zattrs │ │ ├── .zgroup │ │ ├── lat │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ │ ├── lon │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ │ ├── time │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ │ ├── var1 │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.1.0 │ │ │ ├── 1.0.0 │ │ │ └── 1.1.0 │ │ └── var2 │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.1.0 │ │ │ ├── 1.0.0 │ │ │ └── 1.1.0 │ ├── zarr_store_v2.zarr │ │ ├── .zattrs │ │ ├── .zgroup │ │ ├── .zmetadata │ │ ├── CDD0 │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.0.1 │ │ │ ├── 0.0.2 │ │ │ ├── 0.0.3 │ │ │ ├── 0.0.4 │ │ │ ├── 0.0.5 │ │ │ ├── 0.0.6 │ │ │ ├── 0.0.7 │ │ │ ├── 0.1.0 │ │ │ ├── 0.1.1 │ │ │ ├── 0.1.2 │ │ │ ├── 0.1.3 │ │ │ ├── 0.1.4 │ │ │ ├── 0.1.5 │ │ │ ├── 0.1.6 │ │ │ ├── 0.1.7 │ │ │ ├── 0.2.0 │ │ │ ├── 0.2.1 │ │ │ ├── 0.2.2 │ │ │ ├── 0.2.3 │ │ │ ├── 0.2.4 │ │ │ ├── 0.2.5 │ │ │ ├── 0.2.6 │ │ │ ├── 0.2.7 │ │ │ ├── 0.3.0 │ │ │ ├── 0.3.1 │ │ │ ├── 0.3.2 │ │ │ ├── 0.3.3 │ │ │ ├── 0.3.4 │ │ │ ├── 0.3.5 │ │ │ ├── 0.3.6 │ │ │ └── 0.3.7 │ │ ├── DISPH │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.0.1 │ │ │ ├── 0.0.2 │ │ │ ├── 0.0.3 │ │ │ ├── 0.0.4 │ │ │ ├── 0.0.5 │ │ │ ├── 0.0.6 │ │ │ ├── 0.0.7 │ │ │ ├── 0.1.0 │ │ │ ├── 0.1.1 │ │ │ ├── 0.1.2 │ │ │ ├── 0.1.3 │ │ │ ├── 0.1.4 │ │ │ ├── 0.1.5 │ │ │ ├── 0.1.6 │ │ │ ├── 0.1.7 │ │ │ ├── 0.2.0 │ │ │ ├── 0.2.1 │ │ │ ├── 0.2.2 │ │ │ ├── 0.2.3 │ │ │ ├── 0.2.4 │ │ │ ├── 0.2.5 │ │ │ ├── 0.2.6 │ │ │ ├── 0.2.7 │ │ │ ├── 0.3.0 │ │ │ ├── 0.3.1 │ │ │ ├── 0.3.2 │ │ │ ├── 0.3.3 │ │ │ ├── 0.3.4 │ │ │ ├── 0.3.5 │ │ │ ├── 0.3.6 │ │ │ └── 0.3.7 │ │ ├── FROST_DAYS │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.0.1 │ │ │ ├── 0.0.2 │ │ │ ├── 0.0.3 │ │ │ ├── 0.0.4 │ │ │ ├── 0.0.5 │ │ │ ├── 0.0.6 │ │ │ ├── 0.0.7 │ │ │ ├── 0.1.0 │ │ │ ├── 0.1.1 │ │ │ ├── 0.1.2 │ │ │ ├── 0.1.3 │ │ │ ├── 0.1.4 │ │ │ ├── 0.1.5 │ │ │ ├── 0.1.6 │ │ │ ├── 0.1.7 │ │ │ ├── 0.2.0 │ │ │ ├── 0.2.1 │ │ │ ├── 0.2.2 │ │ │ ├── 0.2.3 │ │ │ ├── 0.2.4 │ │ │ ├── 0.2.5 │ │ │ ├── 0.2.6 │ │ │ ├── 0.2.7 │ │ │ ├── 0.3.0 │ │ │ ├── 0.3.1 │ │ │ ├── 0.3.2 │ │ │ ├── 0.3.3 │ │ │ ├── 0.3.4 │ │ │ ├── 0.3.5 │ │ │ ├── 0.3.6 │ │ │ └── 0.3.7 │ │ ├── GWETPROF │ │ │ ├── .zarray │ │ │ ├── .zattrs │ │ │ ├── 0.0.0 │ │ │ ├── 0.0.1 │ │ │ ├── 0.0.2 │ │ │ ├── 0.0.3 │ │ │ ├── 0.0.4 │ │ │ ├── 0.0.5 │ │ │ ├── 0.0.6 │ │ │ ├── 0.0.7 │ │ │ ├── 0.1.0 │ │ │ ├── 0.1.1 │ │ │ ├── 0.1.2 │ │ │ ├── 0.1.3 │ │ │ ├── 0.1.4 │ │ │ ├── 0.1.5 │ │ │ ├── 0.1.6 │ │ │ ├── 0.1.7 │ │ │ ├── 0.2.0 │ │ │ ├── 0.2.1 │ │ │ ├── 0.2.2 │ │ │ ├── 0.2.3 │ │ │ ├── 0.2.4 │ │ │ ├── 0.2.5 │ │ │ ├── 0.2.6 │ │ │ ├── 0.2.7 │ │ │ ├── 0.3.0 │ │ │ ├── 0.3.1 │ │ │ ├── 0.3.2 │ │ │ ├── 0.3.3 │ │ │ ├── 0.3.4 │ │ │ ├── 0.3.5 │ │ │ ├── 0.3.6 │ │ │ └── 0.3.7 │ │ ├── lat │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ │ ├── lon │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ │ └── time │ │ │ ├── 0 │ │ │ ├── .zarray │ │ │ └── .zattrs │ └── zarr_store_v3.zarr │ │ ├── CDD0 │ │ ├── c │ │ │ └── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 2 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ └── 3 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ └── zarr.json │ │ ├── DISPH │ │ ├── c │ │ │ └── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 2 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ └── 3 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ └── zarr.json │ │ ├── FROST_DAYS │ │ ├── c │ │ │ └── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 2 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ └── 3 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ └── zarr.json │ │ ├── GWETPROF │ │ ├── c │ │ │ └── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ ├── 2 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ │ │ └── 3 │ │ │ │ ├── 0 │ │ │ │ ├── 1 │ │ │ │ ├── 2 │ │ │ │ ├── 3 │ │ │ │ ├── 4 │ │ │ │ ├── 5 │ │ │ │ ├── 6 │ │ │ │ └── 7 │ │ └── zarr.json │ │ ├── lat │ │ ├── c │ │ │ └── 0 │ │ └── zarr.json │ │ ├── lon │ │ ├── c │ │ │ └── 0 │ │ └── zarr.json │ │ ├── time │ │ ├── c │ │ │ └── 0 │ │ └── zarr.json │ │ └── zarr.json ├── helpers.py └── test_app.py └── uv.lock /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/actions/cdk-deploy/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.github/actions/cdk-deploy/action.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/deploy-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.github/workflows/deploy-dev.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.python-version: -------------------------------------------------------------------------------- 1 | 3.12 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/README.md -------------------------------------------------------------------------------- /RELEASING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/RELEASING.md -------------------------------------------------------------------------------- /infrastructure/aws/cdk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/cdk.json -------------------------------------------------------------------------------- /infrastructure/aws/cdk/__init__.py: -------------------------------------------------------------------------------- 1 | """AWS App.""" 2 | -------------------------------------------------------------------------------- /infrastructure/aws/cdk/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/cdk/app.py -------------------------------------------------------------------------------- /infrastructure/aws/cdk/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/cdk/config.py -------------------------------------------------------------------------------- /infrastructure/aws/lambda/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/lambda/Dockerfile -------------------------------------------------------------------------------- /infrastructure/aws/lambda/collector-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/lambda/collector-config.yaml -------------------------------------------------------------------------------- /infrastructure/aws/lambda/handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/lambda/handler.py -------------------------------------------------------------------------------- /infrastructure/aws/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/package-lock.json -------------------------------------------------------------------------------- /infrastructure/aws/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/infrastructure/aws/package.json -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/pyproject.toml -------------------------------------------------------------------------------- /scripts/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/scripts/benchmark.py -------------------------------------------------------------------------------- /src/titiler/multidim/__init__.py: -------------------------------------------------------------------------------- 1 | """titiler.multidim""" 2 | 3 | __version__ = "0.7.1" 4 | -------------------------------------------------------------------------------- /src/titiler/multidim/factory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/factory.py -------------------------------------------------------------------------------- /src/titiler/multidim/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/main.py -------------------------------------------------------------------------------- /src/titiler/multidim/map-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/map-form.html -------------------------------------------------------------------------------- /src/titiler/multidim/middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/middleware.py -------------------------------------------------------------------------------- /src/titiler/multidim/reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/reader.py -------------------------------------------------------------------------------- /src/titiler/multidim/redis_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/redis_pool.py -------------------------------------------------------------------------------- /src/titiler/multidim/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/src/titiler/multidim/settings.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_icechunk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_icechunk.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_icechunk_virtual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_icechunk_virtual.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_netcdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_netcdf.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_pyramid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_pyramid.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_reference.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_zarr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_zarr.py -------------------------------------------------------------------------------- /tests/fixtures/generate_test_zarr_unconsolidated.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/generate_test_zarr_unconsolidated.py -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/06TV2NY13DRQ6SN7H4S0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/06TV2NY13DRQ6SN7H4S0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/084D3DXHBZPHCXBSM8R0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/084D3DXHBZPHCXBSM8R0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/0B7WJA25XNND3543EEEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/0B7WJA25XNND3543EEEG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/0R8TFXC29YFQE6CJ4M60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/0R8TFXC29YFQE6CJ4M60 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/0YP1X680VH28P35TT55G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/0YP1X680VH28P35TT55G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/1EF4ZPQF970BATKC1AXG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/1EF4ZPQF970BATKC1AXG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/1JE2X686XHWCV6SKZ150: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/1JE2X686XHWCV6SKZ150 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/1VGWJFWG8G93KQ3A6Q20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/1VGWJFWG8G93KQ3A6Q20 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/32QN75ND8NGW1M34FR90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/32QN75ND8NGW1M34FR90 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/3H4849H3VAG84PHW97V0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/3H4849H3VAG84PHW97V0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/3W2J6KNNYGTYP3X68R2G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/3W2J6KNNYGTYP3X68R2G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/3WZNT0YKQ4RDGTXRBXN0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/3WZNT0YKQ4RDGTXRBXN0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/42D1N71W5047Y3124M8G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/42D1N71W5047Y3124M8G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/45N5BRM55ZB999R1C43G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/45N5BRM55ZB999R1C43G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/4D9TCRPK8DHCT78EER20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/4D9TCRPK8DHCT78EER20 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/55HHPWFFAAEPFG1QK0R0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/55HHPWFFAAEPFG1QK0R0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/5EFY4N50W02ZD9KK93DG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/5EFY4N50W02ZD9KK93DG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/5FRN1S5HYEEWCDWVMT60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/5FRN1S5HYEEWCDWVMT60 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/6BHF9NP5EAG0EZKJW6BG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/6BHF9NP5EAG0EZKJW6BG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/6DH98SACD3A71P6J2R20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/6DH98SACD3A71P6J2R20 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/6XASX1EZGAKJZG4XNSA0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/6XASX1EZGAKJZG4XNSA0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/73EF2XKQV5DSYBS8TXS0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/73EF2XKQV5DSYBS8TXS0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/74WVDS3GB6CBY1N3X3N0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/74WVDS3GB6CBY1N3X3N0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/7PPZ6SHFBWQ93BXN4KP0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/7PPZ6SHFBWQ93BXN4KP0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/7S1AFS35BF7EVP4HFYHG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/7S1AFS35BF7EVP4HFYHG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/85E4HRP25YGYZM6AARD0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/85E4HRP25YGYZM6AARD0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/89Z2CYTQ5B4Q0ZXGG93G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/89Z2CYTQ5B4Q0ZXGG93G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/8BFT4QY7BFA0889PJAP0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/8BFT4QY7BFA0889PJAP0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/8RB8JNQ9CJ7CK62KR05G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/8RB8JNQ9CJ7CK62KR05G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/8YHBTHK80RZJ1YT4FR7G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/8YHBTHK80RZJ1YT4FR7G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/92TPWHGRKV76BZ46BP1G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/92TPWHGRKV76BZ46BP1G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/968ACEBQH79KBB5D3P2G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/968ACEBQH79KBB5D3P2G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/9D6SH5ATDS31DPWC1R5G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/9D6SH5ATDS31DPWC1R5G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/9PQ0RC06ET54YMV0G0J0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/9PQ0RC06ET54YMV0G0J0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/9WC81RWBGBWK8R5H0QY0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/9WC81RWBGBWK8R5H0QY0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/9Z2RCKAJ0N0P76688AEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/9Z2RCKAJ0N0P76688AEG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/A56YAXFWR2Q8M4EZD0KG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/A56YAXFWR2Q8M4EZD0KG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/A7MWFX1AS20AT1860MAG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/A7MWFX1AS20AT1860MAG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/AMPFRH7FM4JS7R5464R0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/AMPFRH7FM4JS7R5464R0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/B2DHK2MPT12VR5WNEZH0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/B2DHK2MPT12VR5WNEZH0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/BBZPR7PWN5BX72EHFSD0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/BBZPR7PWN5BX72EHFSD0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/BEZV3QKMPCQNF4VPNDF0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/BEZV3QKMPCQNF4VPNDF0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/BHE3XK2GRGBSANXFZEQ0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/BHE3XK2GRGBSANXFZEQ0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/BTQEV6ZE3KV6SRBZNWP0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/BTQEV6ZE3KV6SRBZNWP0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/C9W9PNVDS0PG0W497DQG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/C9W9PNVDS0PG0W497DQG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/CS3KXNDWFDFPBMZXTZKG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/CS3KXNDWFDFPBMZXTZKG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/CWQBQ26F3TQ0C3KXB1G0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/CWQBQ26F3TQ0C3KXB1G0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/D07KZ4AGHR29YCTCXXK0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/D07KZ4AGHR29YCTCXXK0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/D15096RV6T4Y9RGZGT20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/D15096RV6T4Y9RGZGT20 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/D56D65V6PHXGR8BX2NHG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/D56D65V6PHXGR8BX2NHG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/E4JPQ3KG3ERR741X0MG0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/E4JPQ3KG3ERR741X0MG0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/EC154SGTE5KQXHCMGZH0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/EC154SGTE5KQXHCMGZH0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/EFC7R4EH53PHN5TP6B4G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/EFC7R4EH53PHN5TP6B4G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ET2G5ARMR5318B69X8BG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ET2G5ARMR5318B69X8BG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/FG21F0VYS37YWH4E31TG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/FG21F0VYS37YWH4E31TG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/FPFMGSHEPYDZ584NHA4G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/FPFMGSHEPYDZ584NHA4G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/FRTTGBKSN07QHNANTNG0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/FRTTGBKSN07QHNANTNG0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/FVH71SCR3XMF5V4J32SG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/FVH71SCR3XMF5V4J32SG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/G8505961WZA0Y1WTPRM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/G8505961WZA0Y1WTPRM0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/GB8Q58659NSGKXZEW6EG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/GB8Q58659NSGKXZEW6EG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/GQ759HNZKV4Q5B5HCBZG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/GQ759HNZKV4Q5B5HCBZG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/H0X69BPCJERDGV7EK3PG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/H0X69BPCJERDGV7EK3PG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/H7DV88B6JSXXMWNZJT70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/H7DV88B6JSXXMWNZJT70 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/HG9YVHPK8J2753892KTG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/HG9YVHPK8J2753892KTG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/HGDPWH3FRY74NFT2YDV0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/HGDPWH3FRY74NFT2YDV0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/HH2JVTF0DXXEP8D3GAE0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/HH2JVTF0DXXEP8D3GAE0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/HSC2WQXP1WE86RBZPWYG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/HSC2WQXP1WE86RBZPWYG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/HZDE7NM86ES7KA860140: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/HZDE7NM86ES7KA860140 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/J3YQ9KV6HBKHZH76ZCEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/J3YQ9KV6HBKHZH76ZCEG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/JB8T91GMTFX79N2VBCG0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/JB8T91GMTFX79N2VBCG0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/JQ5X6PFWGR7QV7Z397AG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/JQ5X6PFWGR7QV7Z397AG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/K1G1G1SHCJJNMVTQJJN0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/K1G1G1SHCJJNMVTQJJN0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/K7X5GXYFSTX28EZQADN0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/K7X5GXYFSTX28EZQADN0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/KJSTVZQ56HC7G85SF020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/KJSTVZQ56HC7G85SF020 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/KST1XNZ314D28GPVFKJ0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/KST1XNZ314D28GPVFKJ0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/M92P8J2MV9XSCKGFD820: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/M92P8J2MV9XSCKGFD820 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/M9WJ1AAVFKGKKWE5FK4G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/M9WJ1AAVFKGKKWE5FK4G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/MA70C1C0PT8992D7HC0G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/MA70C1C0PT8992D7HC0G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/MKQD5GQKZP57RQQ4RNMG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/MKQD5GQKZP57RQQ4RNMG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/MSRVP0AD388SSJ6034F0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/MSRVP0AD388SSJ6034F0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/MTF0TT9Y662JKSYE3X8G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/MTF0TT9Y662JKSYE3X8G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/MXDKE0W1Z1H47XT909Y0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/MXDKE0W1Z1H47XT909Y0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/NA8WRA9XPWCJNAXJ5NF0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/NA8WRA9XPWCJNAXJ5NF0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/NMB5W5A9J8ZDRX0AXNFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/NMB5W5A9J8ZDRX0AXNFG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/Q9SDH8180A85Y2SG1220: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/Q9SDH8180A85Y2SG1220 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/QMNGYYD87XQFAXNPFAC0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/QMNGYYD87XQFAXNPFAC0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/R68JXVRFJE3NST567X10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/R68JXVRFJE3NST567X10 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/R80S2J054FREBKGARFRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/R80S2J054FREBKGARFRG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/R9VRYPDB27JQTWH25FVG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/R9VRYPDB27JQTWH25FVG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/RMCEY4WYH1RWSHJ8XJ1G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/RMCEY4WYH1RWSHJ8XJ1G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/RN72VRFERB0J1RS2TBS0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/RN72VRFERB0J1RS2TBS0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/RS7F6W6BF39GJ6EDYGC0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/RS7F6W6BF39GJ6EDYGC0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/RZ26NJG4ZVS4T1QWAM60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/RZ26NJG4ZVS4T1QWAM60 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/S2ZGCJ12W3MWX5MSY99G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/S2ZGCJ12W3MWX5MSY99G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/SBZJF5DEEMJ42TRPHNF0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/SBZJF5DEEMJ42TRPHNF0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/SDHC1152FGSCNKYAH5JG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/SDHC1152FGSCNKYAH5JG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/SP6BTWPFERQY8HCRZVA0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/SP6BTWPFERQY8HCRZVA0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/SVR0XVQ6S15GKBKDFMRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/SVR0XVQ6S15GKBKDFMRG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/T8R2F7M6TR3XM2ABTV70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/T8R2F7M6TR3XM2ABTV70 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/TA28ES5E7ANKMG93FHM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/TA28ES5E7ANKMG93FHM0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/TA83W4HCPPMPB3YNCQF0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/TA83W4HCPPMPB3YNCQF0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/TEK69QNNGQQX1TPEWPCG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/TEK69QNNGQQX1TPEWPCG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/TZHA4EK1SS5W2EC2E79G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/TZHA4EK1SS5W2EC2E79G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/V283W477RV2DE2TCG3G0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/V283W477RV2DE2TCG3G0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/V5DXV3SXHR7BR37CRKC0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/V5DXV3SXHR7BR37CRKC0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/VCGFE7FZWS8AG9CQR420: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/VCGFE7FZWS8AG9CQR420 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/VF2BKQB64FYPCBDWSBDG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/VF2BKQB64FYPCBDWSBDG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/W693W980RF6Y6FYF0A40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/W693W980RF6Y6FYF0A40 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/W87ND16V07D4M3Q5CED0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/W87ND16V07D4M3Q5CED0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/WXV4YFSF60N8GS7Q3CRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/WXV4YFSF60N8GS7Q3CRG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/WZSF75149C3N0VGYCN30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/WZSF75149C3N0VGYCN30 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/XJZQK9389PY8P2ESY70G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/XJZQK9389PY8P2ESY70G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/XNTSFFFV52Z40THAQJZG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/XNTSFFFV52Z40THAQJZG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/XVMBCWFYEHAB1J8514E0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/XVMBCWFYEHAB1J8514E0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/Y9YY9MN9X41XMA9E2DNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/Y9YY9MN9X41XMA9E2DNG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/YNPYJ7Y8KFD3MV6M53FG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/YNPYJ7Y8KFD3MV6M53FG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/YPRNB76J1ZJH66189S7G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/YPRNB76J1ZJH66189S7G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/YZF9ZA39K6V0FHXTBJ60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/YZF9ZA39K6V0FHXTBJ60 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/YZMM0BSYXCE7DBJ4S7YG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/YZMM0BSYXCE7DBJ4S7YG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/YZVKFQGDQYQKCXWT9H6G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/YZVKFQGDQYQKCXWT9H6G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/Z1G54EX4RT3MTS22WTB0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/Z1G54EX4RT3MTS22WTB0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/Z99RV8DECHAWTJNH6F9G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/Z99RV8DECHAWTJNH6F9G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZD0EGC42PSE3KV571AS0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZD0EGC42PSE3KV571AS0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZF9GD4DVECHPB99GD1H0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZF9GD4DVECHPB99GD1H0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZGHQCN3ETSB4EAMYBPM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZGHQCN3ETSB4EAMYBPM0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZHX6YA2KR7GG9828SDCG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZHX6YA2KR7GG9828SDCG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZQ7D5VEYT86XBNZWQGWG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZQ7D5VEYT86XBNZWQGWG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/chunks/ZRDS0YAX2XX700X0Y1KG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/chunks/ZRDS0YAX2XX700X0Y1KG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/7RZJ0XB4DTQT7KJKSDZ0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/7RZJ0XB4DTQT7KJKSDZ0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/7Z1GX6RCN8FYYA6QAQCG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/7Z1GX6RCN8FYYA6QAQCG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/8ADNNAHKZBZ8AWWDZ950: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/8ADNNAHKZBZ8AWWDZ950 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/8Y2C766ZZ84DP99K80FG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/8Y2C766ZZ84DP99K80FG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/9YJFSC9MPFV7R2ZNJ2P0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/9YJFSC9MPFV7R2ZNJ2P0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/DA2BK1KS5MEN611YTKB0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/DA2BK1KS5MEN611YTKB0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/manifests/V0HR8DHPN303QME8G6QG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/manifests/V0HR8DHPN303QME8G6QG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/refs/branch.main/ref.json: -------------------------------------------------------------------------------- 1 | {"snapshot":"X7NF54E8W362EQT4PJDG"} -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/snapshots/1CECHNKREP0F1RSTCMT0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/snapshots/1CECHNKREP0F1RSTCMT0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/snapshots/X7NF54E8W362EQT4PJDG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/snapshots/X7NF54E8W362EQT4PJDG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_native/transactions/X7NF54E8W362EQT4PJDG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_native/transactions/X7NF54E8W362EQT4PJDG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/chunks/3VM83JZ6YXVENDK42MJ0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/chunks/3VM83JZ6YXVENDK42MJ0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/chunks/NMGAQQ6SKTEA9C0TK5G0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/chunks/NMGAQQ6SKTEA9C0TK5G0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/config.yaml -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/3DSZ7KZ1H0BEVXWDG8VG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/3DSZ7KZ1H0BEVXWDG8VG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/721AFRGE2F44P08FT9D0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/721AFRGE2F44P08FT9D0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/8MQRPJ3SNT82B2ZXX030: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/8MQRPJ3SNT82B2ZXX030 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/AHWC4FQJEVYQ5J65C54G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/AHWC4FQJEVYQ5J65C54G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/CYV4W4B50B3X873MJPBG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/CYV4W4B50B3X873MJPBG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/DTMA9ETG5ZV81D1XJWG0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/DTMA9ETG5ZV81D1XJWG0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/ET239VNTQ8HSX1KFPQ30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/ET239VNTQ8HSX1KFPQ30 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/GTYJKAT5YV7TQZTY6D1G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/GTYJKAT5YV7TQZTY6D1G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/JP849E67Q9PYDPGVPPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/JP849E67Q9PYDPGVPPEG -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/M3FEWMD68JVFZ83VVN4G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/M3FEWMD68JVFZ83VVN4G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/N8YD2MV2C4AY75KRX0C0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/N8YD2MV2C4AY75KRX0C0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/RPNYSDFXG5C8HK9XX200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/RPNYSDFXG5C8HK9XX200 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/manifests/XBJ9KNQ117HM4X75EG6G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/manifests/XBJ9KNQ117HM4X75EG6G -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/refs/branch.main/ref.json: -------------------------------------------------------------------------------- 1 | {"snapshot":"80FX0M404MCT0R3665E0"} -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/snapshots/1CECHNKREP0F1RSTCMT0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/snapshots/1CECHNKREP0F1RSTCMT0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/snapshots/80FX0M404MCT0R3665E0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/snapshots/80FX0M404MCT0R3665E0 -------------------------------------------------------------------------------- /tests/fixtures/icechunk_virtual_accessible/transactions/80FX0M404MCT0R3665E0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/icechunk_virtual_accessible/transactions/80FX0M404MCT0R3665E0 -------------------------------------------------------------------------------- /tests/fixtures/observation_1.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/observation_1.nc -------------------------------------------------------------------------------- /tests/fixtures/observation_2.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/observation_2.nc -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/.zattrs: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/.zmetadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/.zmetadata -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/time/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/time/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/time/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/time/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/time/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/time/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/value/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/value/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/value/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/value/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/value/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/value/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/x/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/x/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/x/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/x/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/x/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/x/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/y/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/y/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/y/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/y/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/0/y/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/0/y/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/.zattrs: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/.zmetadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/.zmetadata -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/time/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/time/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/time/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/time/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/time/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/time/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/value/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/value/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/value/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/value/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/value/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/value/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/x/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/x/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/x/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/x/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/x/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/x/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/y/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/y/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/y/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/y/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/1/y/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/1/y/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/.zattrs: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/.zmetadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/.zmetadata -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/time/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/time/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/time/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/time/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/time/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/time/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/value/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/value/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/value/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/value/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/value/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/value/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/value/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/value/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/x/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/x/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/x/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/x/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/x/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/x/0 -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/y/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/y/.zarray -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/y/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/y/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/pyramid.zarr/2/y/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/pyramid.zarr/2/y/0 -------------------------------------------------------------------------------- /tests/fixtures/reference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/reference.json -------------------------------------------------------------------------------- /tests/fixtures/responses/histogram-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/histogram-response.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_native_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_native_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_native_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_native_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_native_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_native_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_virtual_accessible_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_virtual_accessible_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_virtual_accessible_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_virtual_accessible_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/icechunk_virtual_accessible_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/icechunk_virtual_accessible_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/pyramid_zarr_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/pyramid_zarr_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/pyramid_zarr_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/pyramid_zarr_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/pyramid_zarr_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/pyramid_zarr_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/reference_json_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/reference_json_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/reference_json_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/reference_json_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/reference_json_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/reference_json_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/reference_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/reference_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/refernce_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/refernce_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/test_CDD0_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/test_CDD0_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/testfile_nc_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/testfile_nc_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/testfile_nc_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/testfile_nc_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/testfile_nc_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/testfile_nc_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/unconsolidated_zarr_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/unconsolidated_zarr_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/unconsolidated_zarr_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/unconsolidated_zarr_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/unconsolidated_zarr_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/unconsolidated_zarr_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v2_zarr_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v2_zarr_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v2_zarr_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v2_zarr_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v2_zarr_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v2_zarr_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v3_zarr_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v3_zarr_histogram.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v3_zarr_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v3_zarr_info.json -------------------------------------------------------------------------------- /tests/fixtures/responses/zarr_store_v3_zarr_tilejson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/responses/zarr_store_v3_zarr_tilejson.json -------------------------------------------------------------------------------- /tests/fixtures/testfile.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/testfile.nc -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/.zattrs: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lat/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lat/.zarray -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lat/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lat/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lat/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lat/0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lon/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lon/.zarray -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lon/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lon/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/lon/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/lon/0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/time/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/time/.zarray -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/time/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/time/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/time/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/time/0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/.zarray -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/1.0.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var1/1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var1/1.1.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/.zarray -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/1.0.0 -------------------------------------------------------------------------------- /tests/fixtures/unconsolidated.zarr/var2/1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/unconsolidated.zarr/var2/1.1.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/.zattrs: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/.zgroup: -------------------------------------------------------------------------------- 1 | { 2 | "zarr_format": 2 3 | } -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/.zmetadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/.zmetadata -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.0.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.1.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.2.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/CDD0/0.3.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.0.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.1.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.2.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/DISPH/0.3.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.0.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.1.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.2.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/FROST_DAYS/0.3.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.0.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.1.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.2.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/GWETPROF/0.3.7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lat/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lat/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lat/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lat/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lat/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lat/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lon/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lon/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lon/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lon/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/lon/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/lon/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/time/.zarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/time/.zarray -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/time/.zattrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/time/.zattrs -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v2.zarr/time/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v2.zarr/time/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/0/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/1/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/2/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/c/0/3/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/CDD0/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/CDD0/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/0/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/1/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/2/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/c/0/3/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/DISPH/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/DISPH/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/0/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/1/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/2/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/c/0/3/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/FROST_DAYS/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/0/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/1/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/2/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/1 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/2 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/3 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/4 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/5 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/6 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/c/0/3/7 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/GWETPROF/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/GWETPROF/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/lat/c/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/lat/c/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/lat/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/lat/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/lon/c/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/lon/c/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/lon/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/lon/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/time/c/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/time/c/0 -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/time/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/time/zarr.json -------------------------------------------------------------------------------- /tests/fixtures/zarr_store_v3.zarr/zarr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/fixtures/zarr_store_v3.zarr/zarr.json -------------------------------------------------------------------------------- /tests/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/helpers.py -------------------------------------------------------------------------------- /tests/test_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/tests/test_app.py -------------------------------------------------------------------------------- /uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developmentseed/titiler-multidim/HEAD/uv.lock --------------------------------------------------------------------------------