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

Flowline simplification process #4

Open
changliao1025 opened this issue Apr 21, 2021 · 1 comment
Open

Flowline simplification process #4

changliao1025 opened this issue Apr 21, 2021 · 1 comment

Comments

@changliao1025
Copy link
Owner

The simplification is required, however this can be done in either Python or in C++.
There are both pros and cons.
Reason to pick Python:
Easy to test and implement
Should be fast enough because information is limited
There are some existing C++ to Python conversion tools.
Reason to not pick Python:
Not sure about the STL alternative.
Global scale high resolution computational demand.

Reason to pick C++:
There are existing algorithm built;
performance;
natural C++ STL library
Reason not to pick C++:
Not ideal in long run.

@changliao1025
Copy link
Owner Author

This operation can also be applied on shapefile or json file.

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

No branches or pull requests

1 participant