- Overview
- Setting up the QGIS Plugin and downloading your data
- Map Making and Printing Workflows
- Recommended Uploading Workflows
- Other Tips and Tricks
Quantum GIS (QGIS) is a free and open source geographic information system. It's a powerful tool that's used by organizations all over the world to work with geographic data, without any cost. Now it can be used to analyze and update the data you've collected using the Cadasta platfom through a custom plugin.
Please note that this section assumes that you have already created a Cadasta account and have an active project. If you need help getting those set up, visit the first three sections of this documentation: Getting Started, Organizations and Projects.
This section also assumes some knowledge of QGIS and how it works. If you are unfamiliar with the platform, please visit documentation.qgis.org.
Before getting started with the plugin, you will need to install QGIS. Find the version you need on the QGIS download page and then follow their instructions for installation.
If you are wondering whether you should install the 32-bit or 64-bit version, you can read more about the difference here.
Next, install and activate the Cadasta Plugin. Head to Plugins
and click the first option Manage and Install Plugins
.
A window will open up and you will have access to the list of plugins, or specialized libraries, that are available with QGIS. Scroll down until you see the "Cadasta" plugin. Click on that option to download the plugin.
Now, select Vector > Cadasta > User Settings
. This is the window where you can switch accounts or platforms (demo
vs platform
vs platform-staging
).
Enter the platform you are working on (either https://demo.cadasta.org/
,https://platform.cadasta.org/
or https://platform-staging.cadasta.org/
) and your username and password.
Then, hit Connect in the lower left. Hitting "Connect" talks to the Cadasta server to make sure that If all has been done correctly, you'll get a Success
message.
Finally, hit Save so that your login credentials are saved for future use.
Once the Cadasta QGIS plugin is installed and you have connected it to your Cadasta account, you can use it to download your project data, analyze it, make maps for print and/or upload some missing data. Now you're ready to get to work!
Tip: If you want to switch platforms or usernames, you must hit Clear on right before editing the fields.
Using the demo
username and password
password in https://demo.cadasta.org/
, you can test out the plugin. To download the project, select Vector > Cadasta > Download Project
. On the popup that follows, you can select any of the projects associated with your account.
If you're looking for a public project to download, select Include all Cadasta public projects
from below the dropdown.
Once you have selected your project, click Next to start downloading. The window will auto-close once the layers have completed downloading.
Now you should be able to see your map data in the main QGIS screen, with layers on the left.
If you do not see your map layer, right click on the polygon/point/line layer and click "Zoom to Layer". That setting is useful for being able to track down where your spatial layer is.
Note: For some layers that have parcels spread out, the "Zoom to Layer" may not work well and you may have to select a row in the Attribute Table and zoom to that selected parcel to see the geometries.
Each Cadasta project comes with three different layers: one for parties data, one for relationship data, and one for each type of geographic data (the points, lines, and polygons you have stored on the Cadasta platform).
The parties and relationships layers are CSV files and do not have a visibility on the map; however, they have id fields that can be used to join with the geometry layers. The relationship table can be unioned with the geometry layer and the party layer can be joined with the relationship layer. In other words, the point, line, and polygon layers can access the party and relationship fields through a table join. To learn more about joining data layers together, see Joining Relationships and Parties to Location Geometry below.
You can change the order of these layers by dragging and dropping them on top of one another.
One of the more powerful features of QGIS is its capacity for geographic analysis. For example, for a customary rights Cadasta project, you can use QGIS to see which groups of people are using what piece of land.
To do this, the parties and relationship data needs to be joined to each layer of geographic data.
To link these layers, right click one of your map data layers and then select Properties. In the popup that appears, select Joins on the left, and the the green plus sign at the bottom.
This will take you to a new popup window where you can join the layers.
First, join your relationships to the geometry by creating the following settings:
- Join layer: use the option ending in
/relationships
, such ascadasta-foundation/concessions-in-liberia/relationships
- Join field:
spatial_id
- Target field:
id
Tip: We recommend renaming your layer names if they are too long. Also, in the join process you are able to edit the field names by clicking the bottom checkbox "Custom field name prefix". In checking that checkbox, you are able to delete all of the layer name information that you do not need.
The settings should look something like this:
Next, join your parties to the relationships using the following settings:
- Join layer: use the option ending in
/parties
, such ascadasta-foundation/concessions-in-liberia/parties
- Join field:
id
- Target field: use the option ending in
/relationships_party_id
, such ascadasta-foundation/concessions-in-liberia/relationships_party_id
These settings should look something like this:
Repeat these steps for each map layer. Now, you can run analysis to see how these fields are joined together.
Troubleshooting: Sometimes, the party table does not join correctly and you see NULL
values in all of the party fields. I have found that by removing the "Memory cache" on the file, the fields join properly. To do so, go back into the Join settings and click on the pen icon to edit the party join. Uncheck the box for "Cache join layer in virtual memory". Then hit "Apply" and view the layer's Attribute table.
Once your layers have been downloaded in QGIS, you will notice on the bottom right that the data is projected in web mercator, or WGS 84 or EPSG:4326 (4326 is the EPSG identifier of WGS84 and WGS84 is the name for the standard coordinate frame for the Earth). To re-project the layer, you must know which coordinate system would work best for your data. And that answer depends on where in the world your data is located.
On the bottom right, you can see the projection of your layer in QGIS. In this instance, the layer is projected in the default "EPSG: 4326 (OTF)". OTF means "On the Fly"
If the data is located in a small area, such as a city, county, or even state/province, you should use a local coordinate system-- such as UTM Zone projection. UTM Zones are designed to minimize distortions for the regions and zones that they cover.
This is what the reproject UTM 15 looks like at the global scale. You need to zoom in to see the difference
Note: Coordinate Systems are important for area calculations. Cadasta uses the de facto Web Mercator coordinate system, which uses meters. Each coordinate system has its own unit of measurement.
If you are calculating area, you are better of with a more localized projection, such as the UTM Zones.
To change your projection you need to click on the projection on the right. That will bring up a window to change the coordinate system.
For example, UTM Zone 1 minimizes distortion between -180 and -174 degrees longitude.
If you project into State Plane to perform your measurements, your returned measurement could be in either meters or feet depending on the variation of the coordinate system you choose. Be careful not to report a mistaken unit in the labels or text in your application. You may need to add some basic conversion math to your code to get the unit you need.
Once your data is collected and stored in Cadasta, you may want to be able to print out a summary map of all of the work that you have done or be able to print out individual reports on each parcel that you have collected information on. The Cadasta plugin allows you to do this using the power of QGIS' styling and print composer. In this section, we will walk through two ways of styling and prepping the data you collected for publishing: map summary and individual parcel reports.
If you would like to add a background map, such as satellite imagery or OpenStreetMap, as a reference layer you can add a basemap layer using the OpenLayers plugin.
You can install the plugin from Plugins > Manage & Install Plugins
.
Once installed, go to Web > OpenLayers
, and then select the basemap you'd like to use. Below you can see Stamen's OSM watercolor map being used.
It is not uncommon for the OpenLayer to appear above your map layer data, making it seem like your data has disappeared. To fix, drag your basemap layer to the bottom of your layers.
You can learn basic styling skills through various other guides. We will focus on the best way to style polygons so that you can print map summaries and/or individual boundary reports:
work in progress
QGIS offers the ability to print overview maps for land use status and planning purposes. The steps you will need to follow for printing out a map overview are:
- Using the layer's "properties" setting: Style the layer in a way that is visible with the basemap (if you are using one)
- Using the layer's "properties" setting: Add labels in a neat manner (if you need access to the party's fields then you will need to join the layers)
- Head to the Print Composer. And under the "Composition" settings on the right, change the document to the correct position and size you require.
- Add the necessary scales, arrows and datum that you require (through drag and dropping the elements on the left of the document)
- Print!
You can create dyanmic reports on individual parcels in QGIS through the Print Composer's "atlas composer" option. A great example of when you would want to do this is issuing land titles or documentations to individual land holders.
The best way to set up the individual resports is to get a png or svg copy of an empty report and to past that in the body of the Print Composer template. Once you have the image sized correctly in the Print Composer document then you can drag text fields to where the values will be answered.
After installing the Cadasta plugin and downloading the Cadasta data collected into QGIS, open up the QGIS’ “Print Composer”. The Print Composer is a different environment than the regular QGIS view:
Change the “Composition” of the page with the settings on the right. For this example, change the “Orientation” to “Portrait”.
After setting up the document to have the paper size and orientation you require, click on the “Atlas Generation” tab on the right. This setting is where you can choose which layer of data you would like to bring in.
Cadasta divides all of the data collected into three files (location, party and relationship). If you want to create a report that accesses data from multiple files, it is recommended that you join the cadasta files (see more on how to do this here).
If you are only using location data or if you have joined the party and relationship columns to the location layer, then you can choose that layer as the “coverage layer” for the reports. You can also choose a field to act as the page name for when you are looping through all of the rows in your data-- an “id” or “name” field will work.
Using the “Print Composer” tools on the left, you can drag and drop text fields, images and map screenshots to the page.
For values that need to be brought in dynamically, you will need to create a text box and in the “Main properties” section under the “items properties” tab, you will want to “Insert an expression…”.
This action opens up the “field calculator”, which lets you conduct math equations, write custom code and pull in values from your data. To pull in your data, you will want to open the “Fields and Values” then double click the field you would like to pull in and click “Save”. Alternatively, you could also write in the name of the value you wanted to pull in with this format “[% “name” %]”.
Once you have completed the three steps you should have a report template that looks like this:
We have one more step to wrap up everything: turning on the “Atlas Preview” settings.
Once we have the “Atlas Preview” settings turned on, we can click through all the different land titles that will print. We are able to loop through each parcel/land.
Using the toggles on the top right, you can dynamically preview what each print off will look like (notice how the name of the party is what each page is named):
At the moment, the best way to upload data to Cadasta is through converting the data into a csv or XLS file and uploading it on the web. The QGIS plugin only supports uploading location attributes consistently.
If you would like to try uploading data via the plugin, we recommend that you only use a couple of rows of data for those trials. If the data upload ends up erroring out then you only have a couple of errors on the server with a smaller upload.
There are a number of rules that layers must follow to upload in Cadasta:
# 1. The layer must have a `location_type` field
# 2. The layer must have a geometry in a supported projection (CRS EPSG: 3857)
# 3. Data formats must be precise. If you are uploading a data, make sure that the field is a date field.
# 4. There must not be any white space in integer or date fields.
Most organizations have conducted property surveys in the past. Usually, these have been collected and stored on paper maps. This section will walk you through how you can convert the paper map information into digital shapefiles so that you can use
Preparation: Determine the datum and coordinate system of the paper map. Usually, you can find that in the legend of the map. It should look like ... Digitize the image (take a photo or scan the paper map)
1. Install the ‘Georeferencer GDAL’ plugin. This plugin was installed during the QGIS installation process, but you need to enable it in the “Manage and Install Plugins”
2. Start the georeferencing process by going to “Raster” ‣ “Georeferencer” ‣ “Georeferencer”
3. You will see two sections of the plugin window: top section is where the paper map will be displayed and the bottom image is where a table of the ground coordinates will appear.
Now we will open the JPG or PNG image. Go to File ‣ Open Raster. Browse to the downloaded image of the scanned map and click Open.
4. Next, you will asked to choose the raster’s coordinate reference system (CRS). This is to specify the projection and datum of your control points. If you have collected the ground control points using a GPS device, you would have the WGS84 CRS. If you are geo-referencing a scanned map like this, you can obtain the CRS information from the map itself. Looking at our map image, the coordinates are in Lat/Long. There is no datum information given, so we have to assume an appropriate one. Since it is India and the map is quite old, we can bet the Everest 1830 datum would give us good results.
5. You will see the image will be loaded on the top section.
6. You can use the zoom/pan controls in the toolbar to learn more about the map.
7. Now we need to assign coordinates to some points on this map. If you look closely, you will see coordinate grid with markings. Using this grid, you can determine the X and Y coordinates of the points where the grids intersect. Click on Add Point in the toolbar.
8. In the pop-up window, enter the coordinates. Remember that X=longitude and Y=latitude. Click OK.
9. You will notice the GCP table now has a row with details of your first GCP.
10. Similarly, add at least 4 GCPs covering the entire image. The more points you have, the more accurate your image is registered to the target coordinates.
11. Once you have enough points, go to Settings -> Transformation settings.
12. In the Transformation settings dialog, choose the Transformation type as Thin Plate Spline. Name your output raster as 1870_southern_india_modified.tif. Choose EPSG:4326 as the target SRS so the resulting image is in a widely compatible datum. Make sure the Load in QGIS when done option is checked. Click OK.
13. Back in the Georeferencer window, go to File ‣ Start georeferencing. This will start the process of warping the image using the GCPs and creating the target raster.
14. Once the process finishes, you will see the georeferenced layer loaded in QGIS.
15. The georeferencing is now complete. But as always, it’s a good practice to verify your work. How do we check if our georeferencing is accurate? In this case, load the country boundaries shapefile from a trusted source like the Natural Earth dataset and compare them. You will notice they match up pretty nicely. There is some error and it can be further improved by taking more control points, changing transformation parameters and trying a different datum.
You can use DigitalGlobe Maps API with OSGeo's QGIS Desktop application - a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS Desktop runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities.
Adding Maps API imagery and basemap content layers to QGIS Desktop is a snap with Maps API WMTS. Integration Steps below, using our Recent Imagery layer as example.
1. Grab a Maps API Map Style from this page
2. Open QGIS Desktop
3. Add WMS/WMTS Layer
4. Fill out the dialog box:
* Name: DG Maps API Recent Imagery
* URL: ```http://api.mapbox.com/styles/v1/digitalglobe/ciode6t5k0081aqm7k06dod4v/wmts?access_token=pk.eyJ1IjoiZGlnaXRhbGdsb2JlIiwiYSI6ImNpaHhtenBmZjAzYW11a2tvY2p3MnpjcGcifQ.vF1gH0mGgK31yeHC1k1Tqw```
5. Click OK ( no need for username or password)
6. Click 'Connect' and then highlight the content layer
7. Click 'Add'
You should now see Maps API Recent Imagery in your QGIS desktop.
You can do most of your map making and data prep with the built-in tools that QGIS offers. However, if you would like to try a few more tools the Cadasta team has had good experience with these following plugins:
-
OpenLayers provides a selection of basemaps - including OpenStreetMap and satellite imagery - so that you can see your map data in context of the area around it.
-
TableManager makes it easier to edit the attribute tables associated with your spatial data.
-
mmqgis is a set of Python plugins for manipulating vector map layers in Quantum GIS.
All of these plugins can be found by selecting Plugins > Manage & Install Plugins
. Select the plugin on the left, and then click the Install plugin button on the bottom right.
The following sections are in development:
The Cadasta plugin permits users to upload a project from scratch. If there are additional fields, select one and/or select multiple choices that you would like to add to the project you can do so using the "Advanced" setting in the "Create Project" window.
Here is a reference table for the type of fields in the project:
type |
XLSform | Answer Input |
---|---|---|
IN |
integer |
Integer (i.e., whole number) input. |
DE |
decimal |
Decimal input. |
TX |
text |
Free text response. |
S1 |
select_one |
Multiple choice question; only one answer can be selected. |
SM |
select_multiple |
Multiple choice question; multiple answers can be selected. |
NO |
note |
Display a note on the screen, takes no input. |
GP |
geopoint |
Collect a single GPS coordinates. |
GT |
geotrace |
Record a line of two or more GPS coordinates. |
GS |
geoshape |
Record a polygon of multiple GPS coordinates; the last point is the same as the first point. |
DA |
date |
Date input. |
TI |
time |
Time input. |
DT |
dateTime |
Accepts a date and a time input. |
PH |
image / photo |
Take a picture. |
AU |
audio |
Take an audio recording. |
VI |
video |
Take a video recording. |
BC |
barcode |
Scan a barcode, requires the barcode scanner app to be installed. |
CA |
calculate |
Perform a calculation; see the Calculation section below. |
AC |
acknowledge |
Acknowledge prompt that sets value to “OK” if selected. |
To add choices to select_one
and/or select_multiple
fields, you will need to add an options
property like so:
"options": [
{
"label": "Farm",
"name": "farm"
},{
"label": "Building",
"name": "building"
},{
"label": "Park",
"name": "park"
}
],
Note: At the moment, updating and creating projects in QGIS does not support custom location type and tenure type values. This is not the case when using the platform-- you are able to use custom values if you build a questionnaire with XLS.
Sometimes the best steps to figure out an issue are to start with small data sets.
Restart QGIS.
Make sure you are in the correct projection. (Click on the projection button on the bottom right, reproject the layer and save the layer as a new layer with the new projection)
QGIS and the plugin are both finicky. If you get stuck on anything please do not hesitate to email [email protected]. She is here to help!