[GRASS-dev] PyGRASS API changes and test update

Dear all,
just to inform you:

I plan to commit this week a larger update to PyGRASS vector implementation.

This will include API changes to harmonize the method names and calls
(removing unnecessary "get_" method prefix or renaming it to "to_"
[get_wkt -> to_wkt, ...]).
I will update many doctests and implement unittests that will use a
on-the-fly generated test vector instead of vector maps from
NC/spearfish location.

I will modify the vector attribute handling, so that categories are
not generated by default in increasing order, but must be provided by
the user.

Best regards
Soeren