You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: