Markus Neteler
|
90634b76e3
Fix flake8 pep8 errors (#986)
|
4 gadi atpakaļ |
Anna Petrasova
|
c825479df7
fix tests for Python 3
|
6 gadi atpakaļ |
Anna Petrášová
|
8b9512b8b2
pygrass: fixing doctests (only for Python 3)
|
6 gadi atpakaļ |
Stefan Blumentrath
|
013d72c308
fix doctests
|
6 gadi atpakaļ |
Anna Petrášová
|
72dfc4c48a
python: various fixes for python 3 in pygrass and temporal
|
6 gadi atpakaļ |
Anna Petrášová
|
7e1945f230
experimental GSoC 2018 Python 3 support by Sanjeet Bhatti
|
6 gadi atpakaļ |
Luca Delucchi
|
9f40d4aed4
working on https://trac.osgeo.org/grass/ticket/2881, should it backport?
|
7 gadi atpakaļ |
Markus Neteler
|
d33152f1d5
Numerous typos fixed (identified with tools/fix_typos.sh)
|
8 gadi atpakaļ |
Pietro Zambelli
|
5d22fe3003
pygrass: Change Table execute method to accept sql with qmark, use qmark in the Attrs setitem method and update the VectorTopo rewrite method to use the same parameters order of the write method
|
8 gadi atpakaļ |
Pietro Zambelli
|
ece528e9f4
pygrass: Verify pp_isle[i] is not a NULL pointer before trying to use it to instantiate line coordinates, get Area cat as an attribute from th centroid
|
9 gadi atpakaļ |
Pietro Zambelli
|
80b91a2a68
pygrass: Attrs support multiple columns get/set
|
9 gadi atpakaļ |
Soeren Gebbert
|
f0f02dc12b
pygrass vector: Implemented memory management for geometries to avoid memory leaks from line_cats and line_points structures
|
9 gadi atpakaļ |
Soeren Gebbert
|
37d4ff496f
pygrass vector: Implemented area, boundary, centroid and isle specific unit-tests.
|
9 gadi atpakaļ |
Soeren Gebbert
|
329060ad89
pygrass vector: Added to_wkt to Node class
|
9 gadi atpakaļ |
Soeren Gebbert
|
e8febd3a73
pygrass vector: Updated and modified several doc- and unittests to use a generated vector map layer
|
9 gadi atpakaļ |
Soeren Gebbert
|
a939aab706
pygrass vector: API changes: removed "get_" prefix from several functions to harmonize method names,
|
9 gadi atpakaļ |
Soeren Gebbert
|
79cd907f82
pygrass vector: Added wkt generation for Areas
|
9 gadi atpakaļ |
Pietro Zambelli
|
d5bca24fca
pygrass: fix Geo init, set attrs as last thing and only if cat is set
|
9 gadi atpakaļ |
Soeren Gebbert
|
2f7456ab42
pygrass vector: Added mapinfo pointer checks and some alive() methods
|
9 gadi atpakaļ |
Markus Neteler
|
a8ef11c6cd
various typo fixes, found by the Debian lintian QA tool
|
9 gadi atpakaļ |
Martin Landa
|
0c494793a4
pygrass: fix Area.boundaries()
|
10 gadi atpakaļ |
Pietro Zambelli
|
8f2c255681
pygrass: Check returned value from Vect_point_on_line function
|
10 gadi atpakaļ |
Pietro Zambelli
|
12cfc9613e
pygrass: Fix a bug in the lines method of the class Node and improve documentation of the distance method of the Line class and change the returned value from tuple to namedtuple
|
10 gadi atpakaļ |
Pietro Zambelli
|
f1c0e4dd41
pygrass: add documentation to method segment
|
10 gadi atpakaļ |
Pietro Zambelli
|
f961752775
pygrass: Fix perimeter method for areas and isles
|
10 gadi atpakaļ |
Pietro Zambelli
|
702dc4301c
pygrass: fix other import after functions has been renamed
|
10 gadi atpakaļ |
Pietro Zambelli
|
8c80ca614c
pygrass: Add Node topology class (contribution: Maurizio Cingi)
|
10 gadi atpakaļ |
Luca Delucchi
|
d44a272461
lib python: documentation cleanup, fix sphinx warning
|
10 gadi atpakaļ |
Pietro Zambelli
|
dd0e42b96b
pygrass: Fix negative indexes to select geometry features and fix get_centroid
|
10 gadi atpakaļ |
Pietro Zambelli
|
86fa8949fd
Remove DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x when running in mode python3, and fix some doctests.
|
10 gadi atpakaļ |