{ "cells": [ { "cell_type": "markdown", "id": "2d51524a-23bb-4c7a-a293-7fed2cb013f2", "metadata": {}, "source": [ "# XMACIS2 Python API" ] }, { "cell_type": "markdown", "id": "608ef0be-932f-4039-866a-857dba266244", "metadata": {}, "source": [ "This notebook retreives climate data in tabular form from the Xmacis server.\n", "By default, the notebook will retrieve the following fields:\n", "\n", "1. Daily max T\n", "1. Daily min T\n", "1. Daily mean T\n", "1. Daily mean T departure from normal \n", "1. Daily heating degree days\n", "1. Daily cooling degree days\n", "1. Daily precip\n", "1. Daily snowfall\n", "\n", "The user only needs to specify the site, and the beginning/end dates of the period of interest. " ] }, { "cell_type": "markdown", "id": "39ab1bf6-0a26-4d28-b5a2-61b581e75be1", "metadata": {}, "source": [ "
Task 1:
\n", " In the following markdown cell, enter your name, the site, and the beginning/end dates of your period of interest.\n", "Task 2:
\n", " Specify the site (e.g., alb)\n", "Task 3:
\n", " Specify the beginning and end dates (e.g., 2022-01-01 and 2022-12-31)\n", "Task 4:
\n", " Name the CSV file that you will output, using the appropriate strings for site and start/end dates, e.g.:\n", " climo_alb_220101_221231.csv\n", "