Difference between revisions of "Welcome"

From Forgotten Lives
Jump to navigation Jump to search
Line 83: Line 83:
* Water Body
* Water Body
* Topography
* Topography
=== How it's all connected ===
When I set out, I power up my laptop and turn on the GPS unit. Once the GPS unit and the laptop are paired and connected, the GPS unit is presented to the OS as a serial device. I start up QGIS and load up my project file which in turn connects to the Postgres database on the laptop.
Once all the data is loaded I connect QGIS to the GPS serial device and it begins recording where I drive.
When I locate an interesting place, I add that location to the database and photograph it. The only places I am photographing with my Canon are cemetery headstones since my cell phone is capable of GPS tagging the pictures it takes whereas the Canon cannot. My phone simply doesn't have the space for hundreds of headstone photos however and I don't want them synced up to Google either, eating up my data plan.
At the end of the day, when I get home, or I am packing up the equipment to go home, I close QGIS and power off the GPS unit. I then tether my laptop to my cell phone and run a Powershell script I have which takes a copy of the database and transfers it home to the web server. The data I captured that day is then instantly available on the web site map.
I usually wait until I get home to upload the photos since they are usually larger in size and can be quite numerous if I've visited lots of cemeteries.
=== Things still left to do ===
* Figure out how to insert URLs into the OpenLayers map so users can click on a place and be sent to the photo album. For now I've enabled the labels so you can see what they're called.
I may add more here later but for now, that's an overview of how I do things.

Revision as of 15:31, 18 September 2016

This site is dedicated to keeping the memory of the Saskatchewan pioneers alive by documenting the houses, barns, churches, schools and final resting places of people who have gone before us.

This site is run by a team of non-profit authors and contributors who aim to keep the past alive for future generations.

I'm sure someone thought of this before I did but: "If you want to know where you are going, you need to know where you came from."

Each item contains a GPS location, either exact or approximate, and a map will be shown.

You can view all the items we have found on a map by visiting http://www.forgottenlives.ca/map/

We will make every effort to include as much information as we can about the places we find in the hopes that this reaches a wider audience. We hope connections can be made to the past, present into the future.

If you have any questions, comments, hot tips, or concerns, please email me @: tuxsteve(at)gmail(dot)com


New Map System

I have spent a great deal of time since this project began trying to invent a better way of tracking my movements and keeping the data in an easy to use format. This has progressed through Google Maps, Scribblemaps and I am now running my own solution based on OpenLayers, QGIS and Postgresql.

The Physical Hardware

When I go out on a day trip I take:

  • My camera (Canon Rebel XS)
  • Laptop (Lenovo Thinpad T420)
  • Cell phone (Google Nexus 5)
  • Bluetooth GPS (A+ 737 GPS Unit)

The Software

Under the hood I use the following software to make this all happen:

OpenLayers

http://openlayers.org/

Provides a browser agnostic, mobile friendly map to display data points and tracks on. The road map data is provided by OpenStreetMap. The data from my site is provided by QGIS Server which runs on the web server.


QGIS

http://www.qgis.org/en/site/


Provides a canvas to work on and a seamless way to make changes to the Postgres DB underneath.

Contains a server component that provides WMS services to OpenLayers or any other WMS compatible software


Postgresql

http://www.postgresql.org/


The only free database that I know of that can be GIS enabled. This contains all the point data and track lines.


PostGIS

http://postgis.net/


The GIS extensions for Postgres


Data Sets

These are most helpful when determining the navigability of a road and how far I might expect to get before it ends, or if it's a dead end.

Open Street Maps

https://www.openstreetmap.org/

  • Places
  • Railways
  • Roads


Geo Base

http://www.geobase.ca/

  • Municipalities / RM Boundaries


Geo Sask

https://www.geosask.ca/

  • Quarter Sections
  • Wetland
  • Water Course
  • Water Body
  • Topography


How it's all connected

When I set out, I power up my laptop and turn on the GPS unit. Once the GPS unit and the laptop are paired and connected, the GPS unit is presented to the OS as a serial device. I start up QGIS and load up my project file which in turn connects to the Postgres database on the laptop.


Once all the data is loaded I connect QGIS to the GPS serial device and it begins recording where I drive.


When I locate an interesting place, I add that location to the database and photograph it. The only places I am photographing with my Canon are cemetery headstones since my cell phone is capable of GPS tagging the pictures it takes whereas the Canon cannot. My phone simply doesn't have the space for hundreds of headstone photos however and I don't want them synced up to Google either, eating up my data plan.


At the end of the day, when I get home, or I am packing up the equipment to go home, I close QGIS and power off the GPS unit. I then tether my laptop to my cell phone and run a Powershell script I have which takes a copy of the database and transfers it home to the web server. The data I captured that day is then instantly available on the web site map.


I usually wait until I get home to upload the photos since they are usually larger in size and can be quite numerous if I've visited lots of cemeteries.


Things still left to do

  • Figure out how to insert URLs into the OpenLayers map so users can click on a place and be sent to the photo album. For now I've enabled the labels so you can see what they're called.

I may add more here later but for now, that's an overview of how I do things.