API¶
To run the examples in this section, you need the Requests and AIOHTTP packages installed. With pip:
pip install requests aiohttp
Or, with conda:
conda install -c conda-forge requests aiohttp
Note
If you’re using the Orthority and Rasterio packages together, Orthority should be imported first to configure the PROJ setting for vertical CRS transformations.