tjturnage / pyart-nexrad

Pyart sandbox
0 stars 1 forks source link

No gis_layers module provided in pyart repository #4

Closed ericlenning closed 4 years ago

ericlenning commented 4 years ago

The pyart_plot.py file has these lines:

from gis_layers import pyart_gis_layers shape_mini = pyart_gis_layers()

This fails with: ModuleNotFoundError: No module named 'gis_layers'

The sections of code that utilize the gis_layers module should be commented out until the module is included in the repo or instructions are provided about obtaining it.