Historique des commits

Auteur SHA1 Message Date
  Pietro Zambelli 80969d86ec pygrass: fix raster doctest range outputs from integer to float il y a 9 ans
  Luca Delucchi 2f54bdd0f7 pygrass: added functions to convert raster to numpy array and vice versa; added also tests il y a 9 ans
  Luca Delucchi fda37407d0 pygrass: try to fix RasterSegment (https://trac.osgeo.org/grass/ticket/2599) il y a 9 ans
  Pietro Zambelli cd1550f5ed pygrass: remove RasterNumpy class. il y a 10 ans
  Pietro Zambelli 702dc4301c pygrass: fix other import after functions has been renamed il y a 10 ans
  Markus Neteler a4be91acec libsegment: function prefixes change from segment_ to Segment_ (trac https://trac.osgeo.org/grass/ticket/2422) il y a 10 ans
  Pietro Zambelli 40fa5de491 pygrass: Rewrite RasterRow open method il y a 10 ans
  Pietro Zambelli 11daf426c0 pygrass: Separate ctypes from not ctypes modules and remove spyder header il y a 10 ans
  Pietro Zambelli 50a627e925 pygrass: Fix docstring in get_row method il y a 10 ans
  Luca Delucchi d44a272461 lib python: documentation cleanup, fix sphinx warning il y a 10 ans
  Pietro Zambelli 492757f1e4 pygrass: Fix doctest and improve RasterNumpy close/write methods il y a 10 ans
  Luca Delucchi 5a629081a8 pygrass: improve documentation about grass database managment, region and raster il y a 11 ans
  Luca Delucchi 6f0a2742d9 update doctest for pygrass, some should be fixed. please check https://trac.osgeo.org/grass/ticket/2261 il y a 11 ans
  Pietro Zambelli d0bd04a250 Before closing the RasterNumpy class check if is open or not and add an additional parameter to set the name of the raster map. il y a 11 ans
  Pietro Zambelli c31d7c7fda Add support for python2 code and python3 il y a 11 ans
  Pietro Zambelli e46fff0b42 Add the with statement also when opening a raster class in write mode il y a 11 ans
  Pietro Zambelli 17f6ca9900 Fix a segmentation fault when copy the segment to a map in RasterSegment class il y a 11 ans
  Pietro Zambelli 6d738fd1f9 Update and fix RasterSegment methods: get/put/get_row/put_row il y a 11 ans
  Pietro Zambelli 32cafe5b97 Add the *with statement* to the Raster classes and add an example in the docstring. il y a 12 ans
  Pietro Zambelli 9321d41c88 Fix behaviour when instantiate a Raster class with name and mapset. il y a 12 ans
  Luca Delucchi bb1b89e7c1 fix variable in RasterRowIO il y a 12 ans
  Pietro Zambelli 67bf8020c9 Remove rows and column attribute that are linked with the region and not with raster itself il y a 12 ans
  Pietro Zambelli be4b9614de Add Info class with all the data of the raster file il y a 12 ans
  Pietro Zambelli ed706cbae3 Read the cats and the history when opening an existing maps il y a 12 ans
  Luca Delucchi d3a6843693 cleanup pygrass: change method of import, add newline at the end of files il y a 12 ans
  Pietro Zambelli 1c78cf5397 Fix Attribute error on RasterNumpy class il y a 12 ans
  Pietro Zambelli 027dba3133 Fixing import path il y a 12 ans
  Luca Delucchi f360768d8c rename env.py to functions.py il y a 12 ans
  Luca Delucchi 70950ae2b0 rewrite method to get pixel value from pair of coordinates for RasterNumpy il y a 12 ans
  Luca Delucchi edc0b7863a fix must_be_open; add must_be_open to raster methods; moved generic functions to env il y a 12 ans