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

tmpnb runtime and Jupyter Notebooks for NCSU Geospatial Modeling and Analysis course

Results 4 geospatial-modeling-course-jupyter issues
Sort by recently updated
recently updated
newest added

``` gs.run_command('r.in.lidar', help=True) --------------------------------------------------------------------------- NameError Traceback (most recent call last) in ----> 1 gs.run_command('r.in.lidar', help=True) NameError: name 'gs' is not defined ```

``` !import grass.script as gs !for power in [0.5, 1, 2, 5]: ! gs.run_command('d.mon', start='cairo', ! output='elev_idw_1m_power_{}_histogram.png'.format(power)) ! gs.run_command('d.histogram', ! map='elev_idw_1m_power_{}'.format(power)) ! gs.run_command('d.mon', stop='cairo') ----------------------------------------------------------------------------------------------------- /bin/sh: 1: import: not found...

`data_acquisition.ipynb` now contains an empty cell after cd instructions were provided. No cd is needed for the notebook, so it should be removed. The instructions start with: "Change working directory:"

bug