Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epessina/landslidessurvey-qgis-plugin
A QGIS 3 plugin to retrieve, filter and download the data collected through the LandslidesSurvey mobile application.
https://github.com/epessina/landslidessurvey-qgis-plugin
landslide mhyconos opensource pyqgis python qgis qgis-plugin
Last synced: 19 days ago
JSON representation
A QGIS 3 plugin to retrieve, filter and download the data collected through the LandslidesSurvey mobile application.
- Host: GitHub
- URL: https://github.com/epessina/landslidessurvey-qgis-plugin
- Owner: epessina
- License: gpl-3.0
- Created: 2019-08-20T13:38:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T17:52:53.000Z (over 4 years ago)
- Last Synced: 2024-12-07T12:15:32.971Z (3 months ago)
- Topics: landslide, mhyconos, opensource, pyqgis, python, qgis, qgis-plugin
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# LandslidesSurvey QGIS Plugin
LandslidesSurvey QGIS Plugin is a plugin for QGIS 3 developed to easily retrieve all the data inserted through the
smartphone application [LandslidesSurvey](https://github.com/epessina/LandslidesSurvey).The plugin calls the open RESTFul API of LandslidesSurvey and queries the database for all the landslides inserted.
The data can be filtered by the user using a vector layer and can be downloaded both in JSON format and as a Shapefile.## Installation
The plugin works with any version of QGIS 3 and does not require any additional dependency.
1. Download [LandslidesSurvey-x.x.x.zip](https://github.com/epessina/LandslidesSurvey-QGIS-Plugin/releases)
2. Open QGIS.
3. Navigate to `Plugins > Manage and Install Plugins...`.
4. Open the tab `Install from ZIP`.
5. Select the previously downloaded zip file and click on `Install Plugin`.
6. Done!If the plugin does not appears automatically on the toolbar, navigate to `Plugins > Manage and Install Plugins... >
Installed` and make sure that the checkbox beside LandslidesSurvey is checked.## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/#) © [Edoardo Pessina]([email protected])