Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 17 additions & 43 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,48 +1,22 @@
cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
- family-names: Rose
given-names: Brian E. J.
orcid: https://orcid.org/0000-0002-9961-3821 # optional
website: https://github.com/brian-rose # optional
affiliation: University at Albany (State University of New York) # optional
- family-names: Kent
given-names: Julia
orcid: https://orcid.org/0000-0002-5611-8986
website: https://github.com/jukent
- family-names: Deitsch
given-names: Adam
website: https://github.com/AMDeitsch
orcid: https://orcid.org/0000-0002-5009-1989
- family-names: Zafar
given-names: Hannah
website: https://github.com/hannahzafar
- family-names: Paula Krelling
given-names: Ana
website: https://github.com/apkrelling
- family-names: Schneck
given-names: Cora
orcid: https://orcid.org/0009-0009-1415-5170
website: https://github.com/cyschneck
affiliation: UCAR/NCAR
- family-names: Tyle
given-names: Kevin
orcid: https://orcid.org/0000-0001-5249-9665
website: https://github.com/ktyle
affiliation: University at Albany (State University of New York)
- family-names: Clyne
given-names: John
orcid: https://orcid.org/0000-0003-2788-9017
website: https://github.com/clyne
affiliation: UCAR/NCAR
- family-names: Camron
given-names: Drew
orcid: https://orcid.org/0000-0001-7246-6502
website: https://github.com/dcamron
affiliation: UCAR/Unidata
- family-names: Grover
given-names: Maxwell
orcid: https://orcid.org/0000-0002-0370-8974
website: https://github.com/mgrover1
affiliation: Argonne National Laboratory
- family-names: Ford
given-names: Robert R.
orcid: https://orcid.org/0000-0001-5483-4965
website: https://github.com/r-ford
affiliation: University at Albany (State University of New York)
- family-names: Paul
given-names: Kevin
orcid: https://orcid.org/0000-0001-8155-8038
website: https://github.com/kmpaul
affiliation: NVIDIA
- name: "Cookbook Template contributors" # use the 'name' field to acknowledge organizations
- name: "API Cookbook contributors" # use the 'name' field to acknowledge organizations
website: "https://github.com/ProjectPythia/api-cookbook/graphs/contributors"
title: "Cookbook Template"
abstract: "A sample cookbook description."
title: "API Cookbook"
abstract: "A cookbook which covers the basics of retrieving and visualizing data using APIs with Python"
15 changes: 13 additions & 2 deletions _gallery_info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
thumbnail: thumbnail.png
tags:
domains:
- sampledomain
- api
- data acccess
- wip
packages:
- samplepackage
- matplotlib
- seaborn
- geopandas
- hvplot
- cartopy
- xarray
- earthaccess
- h5netcdf
- dask
- pyaqsapi
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ dependencies:
- earthaccess
- h5netcdf
- dask
- pip:
- git+https://github.com/USEPA/pyaqsapi.git
- pyaqsapi
- mystmd
Loading
Loading