https://github.com/lsteinmann/fieldlink
QGIS plugin that imports Geometry from Field Desktop
https://github.com/lsteinmann/fieldlink
archaeology couchdb idai-field qgis qgis-plugin
Last synced: 28 days ago
JSON representation
QGIS plugin that imports Geometry from Field Desktop
- Host: GitHub
- URL: https://github.com/lsteinmann/fieldlink
- Owner: lsteinmann
- License: gpl-3.0
- Created: 2024-01-25T15:42:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T09:50:29.000Z (8 months ago)
- Last Synced: 2025-07-25T17:19:34.643Z (2 months ago)
- Topics: archaeology, couchdb, idai-field, qgis, qgis-plugin
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FieldLink
This is a simple qgis-plugin that imports geodata from a Field Desktop project into a vector layer in memory. It is an ad hoc solution produced for myself to accomplish a specific task and has no error handling right now. It works, and you could try it, but it is very fragile.# Dependencies
The python packages `requests` and `json` need to be available.