Commit History

Author SHA1 Message Date
  Vaclav Petras ad079931e9 Code quality fixes for grass package (lib/python) (#576) 5 years ago
  Martin Landa a83af32aac Band references implementation (#63) 5 years ago
  Anna Petrášová 8b9512b8b2 pygrass: fixing doctests (only for Python 3) 6 years ago
  Anna Petrášová 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti 6 years ago
  Maris Nartiss 8c0b36a822 pygrass: raster PEP8 cleanup 7 years ago
  Maris Nartiss 6d0cdb122e pygrass: Provide better error message when raster row index is out of range; 7 years ago
  Maris Nartiss bfdc882d22 PyGRASS: Category.__init__ expects map name to be provided 7 years ago
  Soeren Gebbert 5724731b0b pygrass raster: Improved version of get_value 9 years ago
  Soeren Gebbert 6b2dc88ebf pygrass raster: Added iterators to iterate over raster info and history 9 years ago
  Soeren Gebbert 4e71a67f83 pygrass raster: More doctests 9 years ago
  Soeren Gebbert a43c8a81d2 pygrass raster: Updated and corrected the Region class, changed and added doctests in several raster classes 9 years ago
  Pietro Zambelli 80969d86ec pygrass: fix raster doctest range outputs from integer to float 9 years ago
  Pietro Zambelli 702dc4301c pygrass: fix other import after functions has been renamed 10 years ago
  Pietro Zambelli 6e7b1d5eaf pygrass: Fix raster range for for FCELL and DCELL rasters 10 years ago
  Luca Delucchi d44a272461 lib python: documentation cleanup, fix sphinx warning 10 years ago
  Pietro Zambelli d6ceb29029 pygrass: Fix enter statement on raster classes and fix the doctest. 10 years ago
  Luca Delucchi 6f0a2742d9 update doctest for pygrass, some should be fixed. please check https://trac.osgeo.org/grass/ticket/2261 11 years ago
  Pietro Zambelli c31d7c7fda Add support for python2 code and python3 11 years ago
  Pietro Zambelli e46fff0b42 Add the with statement also when opening a raster class in write mode 11 years ago
  Pietro Zambelli c5d87e7f72 Add '_repr_html_' to raster Info and RasterAbstract, add r_export to functions, and fix some indent in the the docstring. 12 years ago
  Pietro Zambelli e503249b56 Fix bug get_value method, row and col were inverted. 12 years ago
  Pietro Zambelli 077657ad29 Fix exist method of vector and raster classes and fix the with statement when try to open a map that does not exist 12 years ago
  Pietro Zambelli 32cafe5b97 Add the *with statement* to the Raster classes and add an example in the docstring. 12 years ago
  Pietro Zambelli 9321d41c88 Fix behaviour when instantiate a Raster class with name and mapset. 12 years ago
  Pietro Zambelli 51de7d87e0 Add full_name method to the raster abstract class to be consistent with the Vector classes, thank you to Stefano Cavallari 12 years ago
  Luca Delucchi 6c6da4e05c fix doctest pygrass raster abstract 12 years ago
  Pietro Zambelli 67bf8020c9 Remove rows and column attribute that are linked with the region and not with raster itself 12 years ago
  Pietro Zambelli be4b9614de Add Info class with all the data of the raster file 12 years ago
  Pietro Zambelli ed706cbae3 Read the cats and the history when opening an existing maps 12 years ago
  Luca Delucchi 77b4986766 add and fix doctest to functions.py, remove and unused function, fix abstract for vector and raster according the changes in functions.py 12 years ago