File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# # Using pre-computed results
1717#
1818# Results computed by the CMIP7 Assessment Fast Track Rapid Evaluation Framework are available from
19- # the website https://dashboard.climate-ref.org. The results shown on this website, can also be
20- # accessed using an [OpenAPI](https://www.openapis.org) described at https://api.climate-ref.org/docs.
19+ # the website: https://dashboard.climate-ref.org and the associated API: https://api.climate-ref.org.
20+ # This API provides an [OpenAPI](https://www.openapis.org) schema that documents what queries are available.
21+ # The API documentation can be viewed at: https://api.climate-ref.org/docs.
2122#
2223# This Jupyter notebook shows how to use this API to download pre-computed results and use those to do
2324# your own analyses.
2425
2526# %% [markdown]
2627# ## Generate and install
2728#
28- # We start by generating and installing a Python package for interacting with the API:
29+ # We start by generating and installing a Python package for interacting with the API
30+ # from the OpenAPI-compatible [schema](https://api.climate-ref.org/api/v1/openapi.json).
2931
3032# %%
3133# !uvx --quiet --from openapi-python-client openapi-python-client generate --url https://api.climate-ref.org/api/v1/openapi.json --meta setup --output-path climate_ref_client --overwrite
You can’t perform that action at this time.
0 commit comments