NOAA-PMEL / las9

This is the home of LAS v9.x
1 stars 0 forks source link

Test for existence of default data sets and report them missing if not found. #10

Open noaaroland opened 4 years ago

noaaroland commented 4 years ago

The current logic just tries to read the files whether they are there or not (which they might not be if the installer has missed the direction to conda install -c conda-forge ferret_datasets).

Add logic to test whether those files exist in the expected place and if not issue an error in the log that explicitly states they are missing and how to install them.