|
1 | 1 | # NLS GeoPackage Downloader QGIS plugin
|
2 | 2 |
|
3 |
| -This plugin lets users download NLS.fi open MTK data (CC-BY 4.0) using QGIS3. It utilizes the NLS Open data file updating service (Atom feed). You need to order a user-specific identification key from NLS to be able to use this plugin: http://www.maanmittauslaitos.fi/en/e-services/open-data-file-download-service/open-data-file-updating-service-interface. |
| 3 | +## Shortly in Finnish |
4 | 4 |
|
5 |
| -Please report any issues you discover. |
| 5 | +Tällä QGIS 3 -lisäosalla voit hakea Maanmittauslaitoksen maastotietokannasta karttalehdittäin tai alueittain kohteita valmiiksi visualisoituna ja yhdisteltynä. |
6 | 6 |
|
7 |
| -This plugin is available from the official plugin repository and can be installed from the QGIS Plugins menu. |
| 7 | +Tarvitset työkalun käyttöön käyttäjätunnuksen, jonka voit hakea täältä <http://www.maanmittauslaitos.fi/en/e-services/open-data-file-download-service/open-data-file-updating-service-interface>. |
8 | 8 |
|
9 |
| -**Developed by [Gispo Ltd.](https://www.gispo.fi)** |
| 9 | +Aineisto haetaan MML:n ATOM-syötteen kautta, yhdistetään tietyt kohteet karttalehtien välillä ja visualisoidaan peruskarttalehteä muistuttavalla visualisoinnilla. |
10 | 10 |
|
11 |
| -## Licences |
| 11 | +## Description |
12 | 12 |
|
13 |
| -This plugin utilizes data licensed by Traficom and National Land Survey of Finland. **Please read [nlsgpkgloader/resources/data/LICENCE.md](nlsgpkgloader/resources/data/LICENCE.md) for more information.** |
| 13 | +The tool can be found from QGIS official repository <https://plugins.qgis.org/plugins/NLSgpkgloader-master/> |
14 | 14 |
|
15 |
| -The plugin source code is licensed under GPL v3.0, see [LICENCE](LICENCE). |
| 15 | +Download data from the Finnish NLS Atom feed and create a GeoPackage with built-in styles. |
16 | 16 |
|
17 |
| -The QGIS layer styles in [layer_styles.sql](nlsgpkgloader/resources/data/layer_styles.sql) are licensed under CC-BY-4.0, see [LICENCE.CC-BY-4](LICENCE.CC-BY-4). |
| 17 | +This plugin lets users download layers from National Land Survey of Finland's (NLS-FI) topographical database using QGIS3. The data is visualised and dissolved when downloaded to QGIS. The lisence of the data is (CC-BY 4.0). The plugin fetches the NLS-FI Open data file updating service (Atom feed). |
| 18 | + |
| 19 | +Before you can use the tool, you need to order a user-specific identification key from NLS to be able to use this plugin: <http://www.maanmittauslaitos.fi/en/e-services/open-data-file-download-service/open-data-file-updating-service-interface>. |
| 20 | + |
| 21 | +Please report any issues you discover. |
18 | 22 |
|
19 |
| -## Installation instructions |
| 23 | +This plugin is available from the official plugin repository and can be installed from the QGIS Plugins menu. |
20 | 24 |
|
21 |
| -1. Download the latest release zip from GitHub releases (above) either via Clone or Download ZIP. |
| 25 | +**Developed by [Gispo Ltd.](https://www.gispo.fi)** |
22 | 26 |
|
23 |
| -2. Launch QGIS and navigate to the plugins menu by selecting Plugins - Manage and Install Plugins from the top menu. |
| 27 | +<img width="300" alt="Download data dialog" src="documentation/download_data.png"> |
24 | 28 |
|
25 |
| -3. Select the Install from ZIP tab, browse to the zip file you just downloaded, and click Install Plugin! |
| 29 | +<img width="500" alt="Project view" src="documentation/project.png"> |
26 | 30 |
|
27 |
| -## Usage |
| 31 | +## Usage and installation |
28 | 32 |
|
29 |
| -Using the plugin is fairly straightforward: |
| 33 | +Please read [Instructions.md](nlsgpkgloader/documentation/instructions.md) for more information. |
30 | 34 |
|
31 |
| -1. Click the NLS plugin icon. Settings window open. Enter a valid identification key (received via email from NLS) |
32 |
| - and set the save directory. |
33 |
| -2. Another pop-up window, Download Data, opens. If the Settings window did not open as described in step 1, you can |
34 |
| - find it by pushing Settings button in the left bottom corner of the Download Data window. |
35 |
| -3. Select which areas to download either by picking municipalities / UTM grids / Sea grids from the list or by selecting |
36 |
| - features from the map. |
37 |
| -4. Choose which layers to write to the GeoPackage. Note that some layers are preselected. |
38 |
| -5. Enter a filename. If you wish to load the GeoPackage layers into QGIS, activate Load data check box. |
39 |
| -6. Click OK and wait for processing to finish. |
| 35 | +## Licences |
40 | 36 |
|
41 |
| -More documentation, including more detailed installation and usage instructions in Finnish, can be found in the [Wiki](https://github.com/GispoCoding/NLSgpkgloader/wiki). |
| 37 | +This plugin utilizes data licensed by Traficom and National Land Survey of Finland. **Please read [nlsgpkgloader/resources/data/LICENCE.md](nlsgpkgloader/resources/data/LICENCE.md) for more information.** |
| 38 | + |
| 39 | +The plugin source code is licensed under GPL v3.0, see [LICENCE](LICENCE). |
| 40 | + |
| 41 | +The QGIS layer styles in [layer_styles.sql](nlsgpkgloader/resources/data/layer_styles.sql) are licensed under CC-BY-4.0, see [LICENCE.CC-BY-4](LICENCE.CC-BY-4). |
0 commit comments