-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (68 loc) · 2.06 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
project:
type: website
output-dir: _site
website:
page-navigation: true
title: "NSIDC Data Cookbook"
sidebar:
title: "NSIDC Data Cookbook"
logo: https://nsidc.org/themes/custom/nsidc/logo.svg
pinned: true
align: center
tools:
# - icon: globe
# href: https://nasa-openscapes.github.io
# text: "NASA-Openscapes website"
- icon: github
href: https://github.com/nsidc/NSIDC-Data-Cookbook
text: "NSIDC Data Cookbook repo"
style: "docked"
search: true
collapse-level: 1
contents:
- text: "Welcome"
href: index.qmd
- text: "Our Cookbook"
href: our-cookbook.qmd
- text: "Tools we use"
href: tools-we-use.qmd
- text: "Data Structures - types of data"
href: reference-guides/data-structures.qmd
- text: "Dataset search and discovery"
href: reference-guides/dataset-search-and-discovery.qmd
- text: "Common NSIDC file formats"
href: reference-guides/nsidc-file-formats.qmd
- text: "NSIDC map projections and grids"
href: reference-guides/projections.qmd
- text: "Plotting NSIDC Data"
href: reference-guides/plotting-data.qmd
- text: "Datasets"
href: reference-guides/datasets.qmd
- text: "What is an API?"
- text: "NASA collections and granules"
- section: "How do I..."
href: how-to-guides/overview.qmd
contents:
- section: "Search for data"
- section: "Access data"
- section: "Reproject data"
- section: "Work with NetCDF files?"
contents:
- text: "get the bounding box of a netcdf file"
href: how-to-guides/netcdf_cf.qmd
- text: "get the latitude and longitudes for grid cells"
href: how-to-guides/get_latitude_and_longitude.qmd
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
filters:
- include-files.lua
- quarto
execute:
freeze: auto