Skip to content

Commit

Permalink
Update doc/python/raster_example_ctypes.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
arohanajit and github-actions[bot] authored Sep 20, 2024
1 parent 5cd6099 commit c1072e1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/python/raster_example_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@

from grass.lib.gis import G_gisinit, G_find_raster2, G_free
from grass.lib.raster import (
Rast_map_type, CELL_TYPE, FCELL_TYPE, DCELL_TYPE,
Rast_open_old, Rast_allocate_buf, Rast_window_rows,
Rast_window_cols, Rast_get_row, Rast_close
Rast_map_type,
CELL_TYPE,
FCELL_TYPE,
DCELL_TYPE,
Rast_open_old,
Rast_allocate_buf,
Rast_window_rows,
Rast_window_cols,
Rast_get_row,
Rast_close,
)

# check if GRASS is running or not
Expand Down

0 comments on commit c1072e1

Please sign in to comment.