exeter-creww / SFM_Precision

A workflow to create precision maps in python
GNU General Public License v3.0
3 stars 1 forks source link

Set up readers to be selected based on the file extension #34

Closed AndrewCunliffe closed 4 years ago

AndrewCunliffe commented 4 years ago

if file extension is .las of .laz, = readers.las, if .txt = readers.text, anything else = warning?

h-a-graham commented 4 years ago

Now added support for las, laz and txt. I'll close for now but if there are other formats needed then we can reopen.