mirror of
https://github.com/VilleDePully/EasyImport.git
synced 2026-08-26 03:34:18 +00:00
QGIS Plugin to import gps data from ascii directly to corresponding layers | Read-only mirror of https://github.com/VilleDePully/EasyImport — Ville de Pully. Issues & pull requests at the source.
- Python 74.3%
- Makefile 15.1%
- Batchfile 5.2%
- Shell 3.1%
- QML 1.9%
- Other 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| Docs | ||
| help | ||
| i18n | ||
| scripts | ||
| test | ||
| .gitignore | ||
| __init__.py | ||
| config.xml | ||
| easyimport.py | ||
| easyimport_dialog.py | ||
| EasyImport_dialog_base.ui | ||
| icon.png | ||
| Makefile | ||
| metadata.txt | ||
| pb_tool.cfg | ||
| plugin_upload.py | ||
| plugins.xml | ||
| pylintrc | ||
| README.MD | ||
| README.txt | ||
| resources.py | ||
| resources.qrc | ||
EasyImport
Simple geocoding plugin for importing GPS point data
Features
- Imports
.ascor.prntext files to QGIS predefined QGIS layers - Supports different import modes, such as full import or network-specific import
Codification
Codification is defined in config.xml
pointlayerspointlayer.destinationlayer: Destination layer name in QGIS project
columnmappingscolumnmapping.source: Column name in source data filecolumnmapping.destination: Column name in the destination layer
staticmappingsstaticmapping.value: Static value to store in the destination columnstaticmapping.destination
Source file format
The format accepted by EasyImport is simple text file (.asc or .prn) with spaces as separators, which must comply with the following syntax: NNNNNNabc XXXXXXX.XXX YYYYYYY.YYY ZZZ.ZZZ S.SSS CCC
NNNNNN: Point number (integer)abc: Network, only points in this network will be imported (string)XXXXXXX.XXX: X coordinate (real)YYYYYYY.YYY: Y coordinate (real)ZZZ.ZZZ: Z coordinate (real)S.SSS: Accuracy (real)CCC: code (string)- Everything following text can be imported into the remark field
Installation
ADD https://raw.githubusercontent.com/VilleDePully/EasyImport/master/plugins.xml
To your plugin repository list in QGIS
Then install or update through the dedicated menu in the QGIS plugin manager :
