Open Source GIS and Mapping Ideas

Detailed Magnetic Declination

Submitted by dylan on Fri, 2008-03-14 20:45.

 
Premise:

Setting the magnetic declination on a compass is a critical step in accurate measurement of bearings that can be translated to map or survey. As the location of the magnetic north pole is constantly moving, the magnetic declination reported on older topographic maps or compass housings are probably out of date. Current declination values for a single point, or for large regions can be found on the NOAA sites:

These resources are helpful, but a current, detailed (state-level) map of magnetic declination would be interesting.

Generic GRASS-GMT Plotting System

Submitted by dylan on Sat, 2008-03-08 00:34.

 
Premise:
A generic press-quality plotting system for GRASS, based on GMT. Still a ways to go.

Testing for linearity

Submitted by dylan on Fri, 2008-02-01 20:04.
Testing for linearity

Two visualizations of the deviance between coordinates positions, at the control point locations.

Higher Order Transformations

Submitted by dylan on Fri, 2008-02-01 19:57.

 
... Continuing from the initial example session in R ...

Comparision with output from v.transform

Submitted by dylan on Fri, 2008-02-01 19:23.

 
First the output from R:
Looking at the residuals from the regression model used to map bad coordinates (x,y) to good coordinates (nx,ny):

 

User defined Function in PL/pgSQL to compute the transformation parameters

Submitted by brindahl on Thu, 2008-01-31 01:33.

Based on the results of the proof of concept example developed previously, a single function was developed in the procedural language for the PostgreSQL database system called

Transformation parameters query

Submitted by brindahl on Fri, 2008-01-25 23:32.

The following is a proof of concept query showing how a PostgreSQL query could give the transformation parameters required for an affine transformation.

Control Points Table Format

Submitted by brindahl on Fri, 2008-01-25 23:19.

This is a start for discussions to create a series of function to perform an affine transformation of a PostGIS data set using a table of control points.

Affine Transformation Operations in PostGIS

Submitted by brindahl on Fri, 2008-01-25 20:57.

 
Overview