Opened 5 years ago

Closed 5 years ago

#3766 closed defect (fixed)

Update "Introduction to Raster classes" document

Reported by: Nikos Alexandris Owned by: grass-dev@…
Priority: normal Milestone:
Component: Docs Version: unspecified
Keywords: Cc:
CPU: Unspecified Platform: All

Description

In the Introduction to Raster classes, please the remove the incorrect short sentence

Both classes write sequentially.

from

The read access is row wise for RasterRow and RasterRowIO and additionally cached in the RowIO class. Both classes write sequentially.

Only RasterRow (that is only one class) that writes sequentially.

Attachments (1)

update_pygrass_raster.rst.diff (910 bytes ) - added by Nikos Alexandris 5 years ago.
Update pygrass_raster.rst

Download all attachments as: .zip

Change History (4)

comment:1 by veroandreo, 5 years ago

diff files with correct text are always welcome :)

by Nikos Alexandris, 5 years ago

Update pygrass_raster.rst

comment:2 by Nikos Alexandris, 5 years ago

Diff added. Also https://github.com/GRASS-GIS/grass-ci/pull/8.

However, do we need to submit diffs for such minor cases? I would prefer to update such cases directly. It's good that we move to git because I don't need direct access to the core.

comment:3 by veroandreo, 5 years ago

Resolution: fixed
Status: newclosed

In 74313:

pygrass raster docs: correction, only RasterRow writes sequentially (provided by Nikos Alexandris), fixes #3766

Note: See TracTickets for help on using tickets.