https://github.com/m-mohr/ol-stac
An "automagical" STAC LayerGroup for OpenLayers
https://github.com/m-mohr/ol-stac
openlayers stac
Last synced: over 1 year ago
JSON representation
An "automagical" STAC LayerGroup for OpenLayers
- Host: GitHub
- URL: https://github.com/m-mohr/ol-stac
- Owner: m-mohr
- License: apache-2.0
- Created: 2023-08-21T13:55:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T11:10:58.000Z (over 1 year ago)
- Last Synced: 2025-03-22T10:24:41.889Z (over 1 year ago)
- Topics: openlayers, stac
- Language: JavaScript
- Homepage: https://m-mohr.github.io/ol-stac/
- Size: 13 MB
- Stars: 16
- Watchers: 0
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ol-stac
An "automagical" STAC LayerGroup for OpenLayers released under the [Apache 2.0 license](LICENSE.md).

## Getting Started
Please read the Quick Start first:
Explore the examples to get started with some more code:
Dig into the API documentation for all details:
**ol-stac requires OpenLayers version >=7.5.2**
## Sponsors
ol-stac appreciates contributions of all kinds.
The development of this package was financially supported by:
- [Planet Labs PBC](https://planet.com)
- [EOX IT Services GmbH](https://eox.at)
Many thanks also to OpenLayers and its contributors.
[If you need any help, please contact me.](https://mohr.ws)
## TypeScript support
The [ol-stac package](https://npmjs.com/package/ol-stac) includes auto-generated TypeScript declarations as `*.d.ts` files.
## Documentation
Check out the [hosted examples](https://m-mohr.github.io/ol-stac/en/latest/examples/) or the [API documentation](https://m-mohr.github.io/ol-stac/en/latest/apidoc/).
## Bugs
Please use the [GitHub issue tracker](https://github.com/m-mohr/ol-stac/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.
## Related work
A similar package for Leaflet and authored by Daniel Dufour and Matthias Mohr is
[stac-layer](https://github.com/stac-utils/stac-layer).
It has a very similar interface and functionality.