FIDUCEO / FCDR_HIRS

Other
1 stars 2 forks source link

Improve installation experience #254

Open gerritholl opened 6 years ago

gerritholl commented 6 years ago

Needs an environment.yml file and added to some conda channel, so that people can simply install it with conda install FCDR_HIRS. That should bring in all the correct dependencies, such as pint and progressbar2. Also needs some manual on how to set things up.

gerritholl commented 6 years ago

https://conda.io/docs/user-guide/tasks/create-custom-channels.html

gerritholl commented 6 years ago

This includes adding necessary data files, such as SRFs in the right format, as data distributed with Python, then using importlib.resources to 'import' them.