Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add article doi #30

Merged
merged 3 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,32 @@ url: 'https://github.com/OnroerendErfgoed/brdr'
abstract: >-
a Python library to assist in realigning (multi-)polygons
(OGC Simple Features) to reference borders
references:
- doi: 10.55465/SXCW6218
type: report
date-release: 2024-06-24
title: 'Grenzen verleggen. Automatische correcties van geografische afbakeningen op verschuivende onderlagen'
collection-title: 'Onderzoeksrapporten agentschap Onroerend Erfgoed'
number: 332
authors:
- given-names: Karel
family-names: Dieussaert
- given-name: Monique
family-names: Vanvinckenroye
affiliation: Agentschap Onroerend Erfgoed
- given-names: Maarten
family-names: Vermeyen
email: [email protected]
affiliation: Agentschap Onroerend Erfgoed
orcid: 'https://orcid.org/0000-0003-1197-6562'
- given-names: Koen
family-names: Van Daele
email: [email protected]
affiliation: Agentschap Onroerend Erfgoed
orcid: 'https://orcid.org/0000-0002-8153-2978'
notes: Publication in Dutch documenting how the brdr algorithm and QGIS plugin operate
pages: 52
license: MIT
keywords:
- GIS
- Geodata
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,12 @@ python -m pytest --cov=brdr tests/ --cov-report term-missing

## Motivation & citation
A more in-depth description of the algorithm can be found in the following article (in dutch):
ADD LINK to report

- Dieussaert, K., Vanvinckenroye, M., Vermeyen, M., & Van Daele, K. (2024). Grenzen verleggen.
Automatische correcties van geografische afbakeningen op verschuivende
onderlagen *Onderzoeksrapporten Agentschap Onroerend Erfgoed*,
332. <https://doi.org/10.55465/SXCW6218>.

## Comments and contributions

- Please report any issues or bugs here:
Expand Down