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

Remove duplicate functionality #4

Open
mlt opened this issue Jun 27, 2012 · 0 comments
Open

Remove duplicate functionality #4

mlt opened this issue Jun 27, 2012 · 0 comments

Comments

@mlt
Copy link
Owner

mlt commented Jun 27, 2012

There are many chunks of code that essentially do something readily available otherwise. E.g., AddFID can be implemented either with bare OGR (OGRLayer::CreateField), QGIS (QgsVectorLayer::addAttribute), or sextante (AddTableField).

It would be nice to leave the bare bones essential for PIHM such that it can be reused elsewhere like via sextante. Thus, perhaps, OGR would be the best solution for now in aforementioned example as those libraries are used anyway until entire PIHM pre-processor can be modeled via sextante or alike.

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