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

docs: add multidimensional data via xarray as supported on readme #1027

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Note: This project is the descendant of [`cogeo-tiler`](https://github.com/devel
- [Cloud Optimized GeoTIFF](http://www.cogeo.org/) support
- [SpatioTemporal Asset Catalog](https://stacspec.org) support
- Multiple projections support (see [TileMatrixSets](https://www.ogc.org/standards/tms)) via [`morecantile`](https://github.com/developmentseed/morecantile).
ciaransweet marked this conversation as resolved.
Show resolved Hide resolved
- JPEG / JP2 / PNG / WEBP / GTIFF / NumpyTile output format support
- MultiDimensional dataset support via [Xarray](https://github.com/pydata/xarray)
- JPEG / JP2 / PNG / WEBP / GTIFF / NumpyTile
vincentsarago marked this conversation as resolved.
Show resolved Hide resolved
- OGC WMTS support
- Automatic OpenAPI documentation (FastAPI builtin)
- Virtual mosaic support (via [MosaicJSON](https://github.com/developmentseed/mosaicjson-spec/))
Expand Down