geospatial-modeling-course-jupyter icon indicating copy to clipboard operation
geospatial-modeling-course-jupyter copied to clipboard

terrain_modeling misses the boilerplate so it does not start

Open wenzeslaus opened this issue 5 years ago • 0 comments

gs.run_command('r.in.lidar', help=True)
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-1-8ffa28569aeb> in <module>
----> 1 gs.run_command('r.in.lidar', help=True)

NameError: name 'gs' is not defined

wenzeslaus avatar Aug 05 '20 20:08 wenzeslaus