Recently I realized that the core.py requires cartopy to be correctly imported. This is not necessary if one only wants to parse the data. The solution would be to add a py file that deal with the projection-related plotting or calculation, leaving core.py as small as possible.
Recently I realized that the
core.py
requirescartopy
to be correctly imported. This is not necessary if one only wants to parse the data. The solution would be to add a py file that deal with the projection-related plotting or calculation, leavingcore.py
as small as possible.