Skip to content

Commit

Permalink
Merge pull request #30 from OnroerendErfgoed/add_article_doi
Browse files Browse the repository at this point in the history
Add article doi
  • Loading branch information
maarten-vermeyen authored Jun 28, 2024
2 parents 2371172 + 4c5b3a2 commit 3a5fca4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
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

0 comments on commit 3a5fca4

Please sign in to comment.