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 |
Luca Delucchi
|
d3a6843693
cleanup pygrass: change method of import, add newline at the end of files
|
12 years ago |
Pietro Zambelli
|
9cdae1842f
Fix raster range for CELL maps, and add mustbeopen to some attributes and functions
|
12 years ago |
Pietro Zambelli
|
027dba3133
Fixing import path
|
12 years ago |
Luca Delucchi
|
d3c3ed5dbd
fix get_value function for point outside region
|
12 years ago |
Luca Delucchi
|
bdeed6687b
fix erroneus import
|
12 years ago |
Luca Delucchi
|
f360768d8c
rename env.py to functions.py
|
12 years ago |
Luca Delucchi
|
10b5ef26aa
add method to get pixel value from pair of coordinates
|
12 years ago |
Luca Delucchi
|
edc0b7863a
fix must_be_open; add must_be_open to raster methods; moved generic functions to env
|
12 years ago |
Pietro Zambelli
|
0982f55fa6
Add pygrass library into grass
|
12 years ago |