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

Support for the STAC package through an extension #374

Merged
merged 12 commits into from
Mar 1, 2025
Prev Previous commit
Next Next commit
doc: add STAC to supported packages
  • Loading branch information
tpoisot committed Feb 28, 2025
commit af7dfe33dfb6a9f8b0966b94d10f4b3caa051cb8
1 change: 1 addition & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default defineConfig({
text: "Packages we support",
items: [
{ text: "BON.jl", link: "https://poisotlab.github.io/BiodiversityObservationNetworks.jl/dev/" },
{ text: "STAC.jl", link: "https://juliaclimate.github.io/STAC.jl/dev/" },
{ text: "SpatialBoundaries.jl", link: "https://poisotlab.github.io/SpatialBoundaries.jl/dev/" }
]
}
Expand Down