Skip to content

Commit 5f4172a

Browse files
authored
Merge pull request #306 from MerginMaps/iss_271_tutorial-opening-surveyed-data
Opening Surveyed Data on Your Computer (tutorial) - update (workspaces)
2 parents 59368d8 + 4fe5b25 commit 5f4172a

27 files changed

+66
-64
lines changed

src/tutorials/opening-surveyed-data-on-your-computer/index.md

Lines changed: 66 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2,118 +2,120 @@
22

33
[[toc]]
44

5-
:::warning
6-
This tutorial may differ from what you encounter when working with <MainPlatformNameLink />. It will be updated soon to include recent changes in <MainPlatformNameLink />, <MobileAppName /> and <QGISPluginName />.
7-
:::
8-
95
In the last tutorial you learnt how to capture field data using <MobileAppName />.
106

11-
In this tutorial you'll learn how to transfer data from mobile device to computer in seconds using QGIS, a free and open source desktop GIS package. <MobileAppName /> is based on QGIS, which means it's able to visualise and edit data in the same way QGIS can. This offers us great flexibility which we'll start to see in a moment.
7+
In this tutorial you'll learn how to transfer your project and data from mobile device to computer in seconds using the powerful QGIS and <MainPlatformNameLink /> combination. QGIS is a free and open source desktop GIS package. <MobileAppName /> is based on QGIS, which means it's able to visualise and edit data in the same way QGIS can. This offers us great flexibility which we'll start to see in a moment.
128

139

1410
## Before we start
15-
Please ensure you have already:
16-
* [Installed QGIS](../../setup/install-qgis/index.md)
17-
11+
To open the project and field data on the computer, we will need to do some setup. Before going to the next steps, please:
12+
- [Sign up to <MainPlatformName />](../../setup/sign-up-to-mergin-maps/#from-mergin-maps-input), as we will use <MainPlatformName /> platform to transfer the data between the mobile app and QGIS
13+
- [Install QGIS](../../setup/install-qgis/index.md) on your computer
14+
- [Install the <QGISPluginName />](../../setup/install-mergin-maps-plugin-for-qgis/) and use your credential to [configure the plugin](../../setup/install-mergin-maps-plugin-for-qgis/#plugin-configuration), so that QGIS knows how to communicate with <MainPlatformName />
1815

1916
## Putting your project in the cloud
20-
1. Press the **Upload** button
21-
![](./mergin-maps-mobile-upload-project.jpg)
17+
1. Open <MobileAppName /> and navigate to the **Home** tab. Tap the **Upload** button next to the project's name.
2218

23-
You may now be asked to log in to <MainPlatformName /> or create a new account. If you're already logged in, skip to **step 4**.
19+
If you are logged in, the project will be uploaded to <MainPlatformName /> cloud and you can continue to the next step [opening your project in QGIS](#locating-and-opening-your-project).
2420

25-
2. Log in to <MainPlatformName />
26-
![](./mergin-maps-mobile-log-in-to-mergin.jpg)
21+
![Mergin Maps Input upload project to cloud](./mergin-maps-mobile-upload-project.jpg "Mergin Maps Input upload project to cloud")
2722

28-
[How to Sign Up to <MainPlatformName />](../../setup/sign-up-to-mergin-maps/index.md) describes several methods of registering.
29-
30-
3. Now that you are logged in to <MainPlatformName />, pressing the **Upload** button should start sending your project up to the cloud. Initiate the upload once again:
31-
![](./mergin-maps-mobile-upload-project.jpg)
3223

33-
4. Wait for the project upload to complete.
24+
2. If you are not logged in, you will be asked to. Enter your <MainPlatformName /> credentials and **Sign In**
25+
![Mergin Maps Input Login page](./mergin-maps-mobile-log-in-to-mergin.jpg "Mergin Maps Input Login page")
26+
27+
:::tip
28+
If you don't have an account yet, create one! Tap **Sign up for free** and [sign up to <MainPlatformName />](../../setup/sign-up-to-mergin-maps/#from-mergin-maps-input).
29+
:::
30+
31+
32+
3. Once you are logged in, press the **Upload** button again to upload your project to the <MainPlatformName /> cloud.
33+
34+
Notice that the name of your [workspace](../../manage/workspaces/) is displayed along with the project's name (here, the workspace is called `sarah`)
3435

36+
![Mergin Maps Input uploaded project](./mergin-maps-mobile-uploaded-project.jpg "Mergin Maps Input uploaded project")
37+
3538
Now that your project is in the cloud, it can easily be shared with colleagues or downloaded to your computer.
3639

3740

3841
## Locating and opening your project
42+
Now that the project is stored in <MainPlatformName /> cloud, we can open it in QGIS.
43+
3944
1. Open QGIS on your computer
40-
2. [Install the <QGISPluginName />](../../setup/install-mergin-maps-plugin-for-qgis/index.md).
41-
You will use your <MainPlatformNameLink /> credentials to configure the <QGISPluginName />.
42-
3. Find the <MainPlatformName /> entry in the QGIS **Browser** panel:
4345

44-
![](./qgis-browser-panel.jpg)
46+
2. Make sure you have already [installed](../../setup/install-mergin-maps-plugin-for-qgis/index.md) and [configured](../../setup/install-mergin-maps-plugin-for-qgis/#plugin-configuration) <QGISPluginName />
4547

48+
3. Find the <MainPlatformName /> entry in the QGIS **Browser** panel.
49+
![QGIS Browser Mergin Maps projects](./qgis-browser-panel.jpg "QGIS Browser Mergin Maps projects")
50+
51+
52+
Notice that the name of the current workspace (here: `sarah`) is displayed next to <MainPlatformName /> and the projects in this workspace are listed below.
53+
4654
::: tip
47-
If you cannot see the Browser panel in QGIS, ensure it's enabled under **View (top-level menu) > Toolbars**.
55+
If you cannot see the **Browser** panel, ensure it's enabled under **View (top-level menu) > Toolbars**.
4856
:::
4957

50-
4. Expand the <MainPlatformName /> entry and find your project under **My projects**
51-
![](./qgis-find-project.jpg)
52-
53-
5. Right-click on the project and select **Download**
54-
![](./qgis-download-project.jpg)
58+
4. Right-click on the project and select **Download**
59+
![QGIS Browser download Mergin Maps project](./qgis-download-project.jpg "QGIS Browser download Mergin Maps project")
5560

56-
6. Select a folder under which your project will be stored locally.
61+
5. **Select a folder** where you want to store your project locally.
5762

58-
For example, create a folder called **Mergin Projects** under **My Documents** or select this folder if it already exists.
59-
![](./qgis-creating-mergin-projects-folder.jpg)
63+
For example, here we will create a folder for storing <MainPlatformName /> projects called `MerginMaps Projects`. It is also possible to select an existing folder.
6064

61-
The <QGISPluginName /> will automatically create a subfolder based on the project's name.
65+
![Folder for saving Mergin Maps projects](./qgis-creating-mergin-projects-folder.jpg "Folder for saving Mergin Maps projects")
6266

63-
The project will now be downloaded.
64-
![](./qgis-downloading-project.jpg)
67+
After selecting a folder, <QGISPluginName /> will automatically create a subfolder based on the project's name and download the project there.
68+
![Downloading Mergin Maps project to the computer](./qgis-downloading-project.jpg "Downloading Mergin Maps project to the computer")
6569

66-
7. Open the project when prompted:
67-
![](./qgis-open-project-file.jpg)
70+
6. Open the project when prompted:
71+
![QGIS prompt Do you want to open project?](./qgis-open-project-file.jpg "QGIS prompt Do you want to open project?")
6872

69-
Your survey project is now open in QGIS:
70-
![](./qgis-project-opened.jpg)
73+
Your survey project is now open in QGIS and you can see the data you captured in the field.
74+
![Mergin Maps project opened in QGIS](./qgis-project-opened.jpg "Mergin Maps project opened in QGIS")
75+
76+
:::tip
77+
If you're new to QGIS we really recommend getting some basic familiarity with the software. <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="latest" link="training_manual/index.html" text="QGIS Training Manual" /> are great resources to get acquainted with QGIS and its functionality.
7178

79+
QGIS is a powerful tool with a great community that can help you achieve a lot!
80+
:::
7281

7382
## Extracting data from QGIS
7483
Users who are not already familiar with GIS may be wondering how they can extract their data into familiar tools like MS Office and how to access their photographs.
7584

76-
There are so many ways you could extract the data but here we'll just cover the basics.
85+
There are many ways how you can extract the data. Here we'll just cover the basics.
7786

78-
1. Locate the **Survey** layer in the **Layers** panel:
79-
![](./qgis-layers-panel.jpg)
87+
1. Locate the `Survey` layer in the **Layers** panel:
88+
![Survey layer in Layers panel in QGIS](./qgis-layers-panel.jpg "Survey layer in Layers panel in QGIS")
8089

81-
2. Right-click n the **Survey** layer and select **Save Features As...**:
82-
![](./qgis-save-features-as.jpg)
90+
2. Right-click on the `Survey` layer and find the **Export** option. Here, select **Save Features As...**:
91+
![QGIS Export Save features as](./qgis-save-features-as.jpg "QGIS Export Save features as")
8392

84-
3. Export the features
93+
3. **Save Vector Layers as...** dialog opens. Here you can define the export parameters:
8594
* Set **Format** to ***Comma Separated Value [CSV]***
86-
* Specify an output file name
95+
* Specify an output **File name**
8796
* Uncheck **Add saved file to map**
88-
* Click **OK**
8997

90-
![](./qgis-save-as-csv-options.jpg)
98+
Click **OK** to export the file. The resulting CSV file can be opened in various applications such as MS Excel or even in a common text editor.
9199

92-
You should be able to open the resulting file in Excel.
100+
![QGIS Export Save layer as CSV](./qgis-save-as-csv-options.jpg "QGIS Export Save layer as CSV")
93101

94-
4. Locate the photos
102+
## Locating captured photos
103+
**Photos** that you took as a part of your field survey are located in the <MainPlatformName /> project folder. In this case, we saved our project in `Documents\MerginMaps Projects` so the photos can be found here.
95104

96-
The photos can be found under the project folder. Assuming you followed the suggestions above, these should be located somewhere under `Documents\Mergin Projects`:
97-
98-
![](./qgis-finding-photos.jpg)
105+
![Photos located in Mergin Maps project folder](./qgis-finding-photos.jpg "Photos located in Mergin Maps project folder")
99106

100-
If you're new to QGIS we really recommend getting some basic familiarity with the software. QGIS is a powerful tool with a great community that can help you achieve a lot.
101-
102-
:::tip
103-
<QGISHelp ver="3.22" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="3.22" link="training_manual/index.html" text="QGIS Training Manual" /> are great resources to get familiar with QGIS and its functionality.
104-
:::
105107

106108
## Identify features tool
107-
You can also use QGIS to view the data you surveyed in the field.
108-
1. Select the Survey layer in the **Layers** panel
109+
You can also use QGIS to explore the data you surveyed in the field.
110+
1. Select the Survey layer in the **Layers** panel. The layer should be highlighted.
109111
2. Select the **Identify Features** tool:
110-
![](./qgis-identify-features-tool.jpg)
112+
![QGIS Identify features in selected layer](./qgis-identify-features-tool.jpg "QGIS Identify features in selected layer")
111113

112-
3. Click on your survey point. The feature's attributes should be shown:
113-
![](./qgis-identify-results.jpg)
114+
3. Click on a survey point. A form with feature's attribute should open:
115+
![Attributes form in QGIS](./qgis-identify-results.jpg "Attributes form in QGIS")
114116

115117

116118
## Summary
117-
In this tutorial you learnt how to view a survey project you created on your mobile device on your desktop computer.
119+
In this tutorial you learnt how to view a survey project you created on your mobile device with <MobileAppName /> on your desktop computer using QGIS. You also learnt how to export captured data for use in spreadsheets and how to access photos you captured in the field.
118120

119-
You also learnt how to export captured data for use in spreadsheets and how to access photos you captured in the field.
121+
QGIS offers many options to create and set up more complex projects than the basic project we have created in <MobileAppName /> - as you can see in the [next tutorial](../creating-a-project-in-qgis/).
14.3 KB
Loading
Binary file not shown.
16.2 KB
Loading
Binary file not shown.
101 KB
Loading
Binary file not shown.
23.3 KB
Loading
Binary file not shown.
27.2 KB
Loading

0 commit comments

Comments
 (0)