Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gubuntu committed Mar 30, 2017
1 parent cda1558 commit bfb77ba
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 66 deletions.
32 changes: 0 additions & 32 deletions README.html

This file was deleted.

54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# CoGo plugin for QGIS

First developed by Afrispatial cc in 2012

Sponsored by: SpatialMatrix, Lagos for Ogun State Government, Nigeria.

Original authors: Robert Moerman, Gavin Fleming

Maintained by Kartoza (Pty) Ltd

Copyright Kartoza 2017

2017 update for Niger State, Nigeria and potentially for general release.

Licence:

# Description

This plugin was developed to enable efficient bulk capture of coordinate geometry off survey diagrams.

It caters for addition, modification and deletion of cadastral properties.

## Bearings and distances

Where bearing and distance data are available, they can and should be used to defined property boundaries. An initial beacon coordinate is captured and then bearings and distances are captured to define all other beacons in a chain.

Then properties are constructed by grouping beacons in a specific order to define a polygon.

## Coordinates

Where bearings and distances are not available, coordinates can be used instead to define beacons.

## Dependencies

This plugin depends on a PostGIS database with a predefined schema including tables, materialised views and triggers.

# User manual

http://goo.gl/CY9TYn


# What's Next
(Robert's old note - needs to be updated)

- Copy the entire directory containing your new plugin to the QGIS plugin directory
- Compile the ui file using pyuic4
- Compile the resources file using pyrcc4
- Test the plugin by enabling it in the QGIS plugin manager
- Customize it by editing the implementation file `sml_surveyor.py`
- Create your own custom icon, replacing the default `icon.png`
- Modify your user interface by opening `sml_surveyor.ui` in Qt Designer (don't forget to compile it with pyuic4 after changing it)
- You can use the `Makefile` to compile your Ui and resource files when you make changes. This requires GNU make (gmake)


34 changes: 0 additions & 34 deletions README.txt

This file was deleted.

0 comments on commit bfb77ba

Please sign in to comment.