Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Xarray sub-package #1013

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Add Xarray sub-package #1013

wants to merge 16 commits into from

Commits on Oct 29, 2024

  1. sketch

    vincentsarago committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    13351bb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add tests

    vincentsarago committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    faaaa3e View commit details
    Browse the repository at this point in the history
  2. add pyramid tests

    vincentsarago committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d9ea7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80f3350 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update src/titiler/xarray/tests/test_factory.py

    Co-authored-by: Henry Rodman <[email protected]>
    vincentsarago and hrodmn authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    691eeed View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. use xarray.open_zarr and make aiohttp and s3fs optional (#1016)

    * use xarray.open_zarr and make aiohttp and s3fs optional
    
    * add support for references
    
    * tests prefixed protocol
    
    * use tmp_dir for reference
    
    * add parquet support
    
    * remove kerchunk support
    vincentsarago authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d0804ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/developmentseed/titiler int…

    …o feature/add-xarray-package
    vincentsarago committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0cc3a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7312a82 View commit details
    Browse the repository at this point in the history
  4. add aiohttp

    vincentsarago committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f50b400 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. remove cache layer (#1019)

    * remove cache layer
    
    * Update src/titiler/xarray/README.md
    
    Co-authored-by: Aimee Barciauskas <[email protected]>
    
    * add tile example
    
    ---------
    
    Co-authored-by: Aimee Barciauskas <[email protected]>
    vincentsarago and abarciauskas-bgse authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    df7bdf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    eb7aec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7472f88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a05ae View commit details
    Browse the repository at this point in the history
  4. lint

    vincentsarago committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b284019 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/developmentseed/titiler int…

    …o feature/add-xarray-package
    vincentsarago committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    021f609 View commit details
    Browse the repository at this point in the history
  6. fix zarr pyramid tests

    vincentsarago committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b69591c View commit details
    Browse the repository at this point in the history