Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JP2Gen supports Unix-like systems, but does not run on Windows. #34

Open
wafels opened this issue Feb 25, 2022 · 0 comments
Open

JP2Gen supports Unix-like systems, but does not run on Windows. #34

wafels opened this issue Feb 25, 2022 · 0 comments

Comments

@wafels
Copy link
Contributor

wafels commented Feb 25, 2022

There are many instances in the JP2Gen code where the Unix-like commands are spawned to the command line. Many examples can be found simply by looking through the code for spawn. Many of these commands are to do with file manipulation and movement. The use of Unix-like commands means that the code will not run on Windows systems.

Locations in the code that us Unix-like commands should be edited and replaced with IDL tools that handle different OSs, for example FILE_MKDIR is like mkdir -p. This will enable JP2Gen to be independent of the underlying OS.

Starting with the gen tree is the most important. Other, instruments-specific processing pipelines can be updates as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants