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

Refactor LidarDriver & pls_to_geotiff #237

Open
3 tasks
SpencerFleming opened this issue Jul 18, 2019 · 0 comments
Open
3 tasks

Refactor LidarDriver & pls_to_geotiff #237

SpencerFleming opened this issue Jul 18, 2019 · 0 comments
Labels

Comments

@SpencerFleming
Copy link
Contributor

LidarDriver, from an object oriented perspective, is problematic. It has come up several times in the past, but with the inclusion of features from #171 (the csv file driver), the problem has become glaring and needs to be fixed.

Something that really pairs well with this is removing some code from pls_to_geotiff, which shouldn't be directly in main.

Things that will need to be done

  • A code review, which will identify:
  • Functions that can be broken into smaller functions, and
  • Better locations for said functions, that pairs them with the objects they affect.
@SpencerFleming SpencerFleming self-assigned this Jul 18, 2019
@SpencerFleming SpencerFleming removed their assignment Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant