IODA
check_cartopy.py
Go to the documentation of this file.
1 #
2 # (C) Copyright 2020-2021 UCAR
3 #
4 # This software is licensed under the terms of the Apache Licence Version 2.0
5 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6 #
7 
8 # This just checks that numPy, Matplotlib and Cartopy are available.
9 # If they are not, then the tests that depend on them will be skipped.
10 
11 import numpy as np
12 import matplotlib.pyplot as plt
13 import cartopy.crs as ccrs