-
Notifications
You must be signed in to change notification settings - Fork 21
/
_quarto.yml
96 lines (89 loc) · 3.11 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
project:
type: website
output-dir: _site
preview:
port: 4200
browser: false
website:
page-navigation: true
title: Cloud-Optimized Geospatial Formats Guide
repo-url: https://github.com/cloudnativegeo/cloud-optimized-geospatial-formats-guide
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
center: '<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">'
left: '© [Cloud-Native Geospatial Foundation](https://cloudnativegeo.org/), 2023'
sidebar:
pinned: true
align: center
tools:
- icon: github
href: https://github.com/cloudnativegeo/cloud-optimized-geospatial-formats-guide
text: "Cloud-Optimized Geospatial Formats Guide"
style: "docked"
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Welcome
- href: overview.qmd
text: Overview Slides
- section: Formats
contents:
- section: Cloud Optimized GeoTIFFs (COG)
contents:
- cloud-optimized-geotiffs/intro.qmd
- cloud-optimized-geotiffs/cogs-details.qmd
- cloud-optimized-geotiffs/cogs-examples.ipynb
- cloud-optimized-geotiffs/cogs-overview_resampling.ipynb
- cloud-optimized-geotiffs/writing-cogs-in-python.ipynb
- section: Zarr
contents:
- zarr/intro.qmd
- zarr/zarr-in-practice.ipynb
- section: Kerchunk
contents:
- kerchunk/intro.qmd
- kerchunk/kerchunk-in-practice.ipynb
- section: Cloud-Optimized HDF/NetCDF
contents:
- cloud-optimized-netcdf4-hdf5/index.qmd
- section: Cloud-Optimized Point Clouds (COPC)
contents:
- copc/index.qmd
- copc/lidar-las-to-copc.ipynb
- section: GeoParquet
contents:
- geoparquet/index.qmd
- geoparquet/geoparquet-example.ipynb
- section: FlatGeobuf
contents:
- flatgeobuf/intro.qmd
- flatgeobuf/hilbert-r-tree.qmd
- flatgeobuf/flatgeobuf.ipynb
- flatgeobuf/flatgeobuf-in-js.qmd
- section: PMTiles
contents:
- pmtiles/intro.qmd
- href: glossary.qmd
text: Glossary
- href: cookbooks/index.qmd
text: Cookbooks
- href: contributing.qmd
text: Get Involved
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
css: styles.css
toc: true
grid:
sidebar-width: 400px
filters:
- include-files.lua
- quarto
resources:
- CNAME