/OSGeo-Tests

This is a algorithm that get a shapefile of a map then create 10 points in each geomerty

Primary LanguagePython

GeoAlgorithm

This is a algorithm that get a shapefile of a map then create 10 points in each geometry

Modules:

points.py - Provides the methods to create a output shapefile and store the points generated by main.py main.py - Cycle through all geometries and calculetes and generates a 10 random point on them

Libs:

GDAL lib

on linux: $ sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable $ sudo apt-get update $ sudo apt-get install python3-gdal