Closed FObersteiner closed 2 years ago
Hi @MrFuppes, thanks for spotting this. I think we need to address those scripts and create them with entry-points in the setup.py
file. If you have the knowhow to do this then please put in PR and I'll review. Thanks
you mean to run the scripts via CLI? I think the setup.py does have the entry points, and so far I think I got the na2nc and nc2na working, just the nc2csv is still crashing for some import error. I'd also like to test on my Windows machine.
Description
Scripts in the
/scripts
directory still seem to have some Python 2. That causes for exampleI think this can be fixed pretty easily without breaking anything. For example in
na2nc.py
, line 118 to 120 would be replaced withto run in Python 3. I can make a PR if you want.