Skip to content

Commit

Permalink
Merge pull request #250 from NASA-Openscapes/how-tos-cowork
Browse files Browse the repository at this point in the history
separating how-do-i's for python, r, opendap
  • Loading branch information
jules32 authored Sep 6, 2023
2 parents 81b66e3 + 6fe3fbb commit d73d666
Show file tree
Hide file tree
Showing 17 changed files with 2,328 additions and 2,057 deletions.
26 changes: 17 additions & 9 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,25 @@ website:
contents:
- section: "find data"
contents:
- text: "using Earthdata Search"
- text: "with Earthdata Search"
href: how-tos/find-data/earthdata_search.md
- text: "using code"
href: how-tos/find-data/programmatic.qmd
- section: "access data"
href: how-tos/access_data.qmd
- text: "with Python"
href: how-tos/find-data/find-python.ipynb
- text: "with R"
href: how-tos/find-data/find-r.qmd
- section: "access data in cloud"
href: how-tos/access-data/index.md
contents:
- text: "with Python"
href: how-tos/access-data/access-cloud-python.ipynb
- text: "with R"
href: how-tos/access-data/access-cloud-r.qmd
- section: "access data locally"
contents:
- text: "if I'm in the cloud"
href: how-tos/if-im-in-the-cloud.qmd
- text: "if I'm on my local machine"
href: how-tos/if-im-local.qmd
- text: "with Python"
href: how-tos/access-data/access-local-python.ipynb
- text: "with OPeNDAP"
href: how-tos/access-data/access-local-opendap.qmd
- text: "read data"
href: how-tos/read_data.qmd
- text: "subset data"
Expand Down
Loading

0 comments on commit d73d666

Please sign in to comment.