C2SM / iconarray

R&D Python package for processing ICON data with xarray
https://c2sm.github.io/iconarray/
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

cleanup leftovers from icon-vis #3

Closed cosunae closed 2 years ago

cosunae commented 2 years ago

https://github.com/C2SM/ICON-data-processing/blob/c0d04ccb636625cd91d50edcde86a59f74deeb7e/ICON_data_processing/backend/tests/test_grib.py#L2

A quick search for icon-vis will double check there are no others

victoria-cherkas commented 2 years ago

I have removed all icon-vis references, apart from one in get_example_data() which I think can stay, as the function just checks if running within icon-vis, in order to download data into the correct folder within icon-vis (and hence all the data links in icon-vis work for new users). If the function is not run within icon-vis it downloads the data to current directory.