This page was generated from aridity.ipynb. Interactive online version: Binder badge

Aridity#

Let’s start by getting the basin geometry of USGS-01031500 station (Piscataquis River near Dover-Foxcroft, Maine)

[1]:
import os
from pathlib import Path

import geopandas as gpd
import hvplot.xarray  # noqa

import pynhd as nhd