AlbertGBena / RaProM-Pro

Script to process netcdf data from Mrr-Pro
5 stars 4 forks source link

Additional Libraries #1

Closed cpabla closed 3 months ago

cpabla commented 2 years ago

Hello,

There are additional libraries that are required to run this script. You need matplotlib and numba.

AlbertGBena commented 2 years ago

Hi cpabla, The script generates a netcdf file and it isn't necessary the libraries that you mencioned, but initially I used these libarries to test the results. Soon I'll upload a new version without theses libaries and with some new improvement. Thanks for your comment.

cpabla commented 2 years ago

Hi. Thank you. Just to note the numba library is needed within miepython.

AlbertGBena commented 2 years ago

Hi cpabla, I've checked the libraries vinculation and the results are: Miepyhton--> Requires: matplotlib, numpy netCDF4 -->Requires: cftime, numpy So, in the next upload, I'll include this information. Thanks for your comment.

AlbertGBena commented 2 years ago

Hi cpabla, I've upload a new version, and in README I included the requirements from the libraries.