https://github.com/daxgrid/open-ftth-gdb-integrator
Service that enables route network editing and visualization in QGIS through a geodatabase.
https://github.com/daxgrid/open-ftth-gdb-integrator
ftth geodatabase gis qgis
Last synced: 5 months ago
JSON representation
Service that enables route network editing and visualization in QGIS through a geodatabase.
- Host: GitHub
- URL: https://github.com/daxgrid/open-ftth-gdb-integrator
- Owner: DAXGRID
- License: mit
- Created: 2020-03-20T08:55:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T14:23:26.000Z (about 2 years ago)
- Last Synced: 2024-03-11T14:56:22.952Z (about 2 years ago)
- Topics: ftth, geodatabase, gis, qgis
- Language: C#
- Homepage:
- Size: 720 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OPEN-FTTH Geodatabase integrator
Service that enables route network editing and visualization in QGIS through a geographical-database.
## Build status
[](https://circleci.com/gh/DAXGRID/open-ftth-gdb-integrator/tree/master)
[](./LICENSE)
## Configuration
Configure environment variables using minikube ip and ports.
```sh
. ./scripts/set-environment-minikube.sh
```
## Requirements running the application
* [Taskfile](https://taskfile.dev/#/installation)
## Running
Running the application
``` sh
task start
```
Testing
``` sh
task test
```