[GRASS-dev] Scripts for submission

I'm offering three potentially useful python scripts.

These first two at this point require type casting in the SQL and thus
probably won't work without PostgreSQL.

1. v.out.marxan - prepares and create input files for Marxan analysis
from a vector with attached attributes

2. v.in.marxan - imports Marxan results for display

This third one has only been tested with a PostgreSQL back-end but
'should' work with any back-end.

3. v.mkhexgrid - makes a hexagonal grid to fill a region using the
user specified side length

I have put them into appropriately named directories and prepared html
help and make files as per available documentation.

I can post all of this to the list or send it someone to review and
include where appropriate.

Thanks

TSW

Hi Trevor,

On Wed, Nov 24, 2010 at 11:05 PM, Trevor Wiens <tsw.web@gmail.com> wrote:

I'm offering three potentially useful python scripts.

These first two at this point require type casting in the SQL and thus
probably won't work without PostgreSQL.

1. v.out.marxan - prepares and create input files for Marxan analysis
from a vector with attached attributes

2. v.in.marxan - imports Marxan results for display

This third one has only been tested with a PostgreSQL back-end but
'should' work with any back-end.

3. v.mkhexgrid - makes a hexagonal grid to fill a region using the
user specified side length

I have put them into appropriately named directories and prepared html
help and make files as per available documentation.

I can post all of this to the list or send it someone to review and
include where appropriate.

Great!
I think a good place would be the GRASS Addons SVN. Please see

http://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASS-Addons-SVNrepository
-> Write access to the GRASS-Addons-SVN repository

for how to obtain write access.

Best
Markus