Skip to content

opengisch/xlsform2qgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlsform2qgis - library to convert XLSForms to QGIS project files

A library used to generate a valid QGIS project out of a given XLSForm file.

Usage

You can use the library by simply importing:

from xlsform2qgis.xlsforms import XLSFormConverter

converter = XLSFormConverter("input_xlsform.xls")
converter.convert("output_qgis_directory")

Development

    git clone git@github.com:suricactus/xlsform2qgis.git

This repository uses the pre-commit project.

    pre-commit install

This repository uses the poetry project.

    poetry install

Debugging

If you are using VS Code and want to debug test and debug the project, run:

    poetry run python3 -m debugpy --listen 5678 --wait-for-client ./src/xlsform2qgis/xlsforms.py ./output/

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages