tjturnage / pyart-nexrad

Pyart sandbox
0 stars 1 forks source link

src variable in get_places needs to be set in local config file, not hard coded in script #6

Closed ericlenning closed 4 years ago

ericlenning commented 4 years ago

The variable "src" in the get_places function is hard coded to a path pointing to GIS data. This path needs to be specified in the gis_dir variable through the local config file.

tjturnage commented 4 years ago

Looks like there is something in local config already to define this. Should this issues still be open?

ericlenning commented 4 years ago

The pyart_plot.py code hasn't been updated to take advantage of the variable in local config, nor does the local config provide the full pathname of the places csv file. We don't want to hard-code ../places/places_conus.csv as the only option for the places filename.