patrijs-steekproefkader
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 45 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: inbo
- License: cc-by-4.0
- Language: R
- Default Branch: main
- Homepage: https://inbo.github.io/patrijs-steekproefkader/
- Size: 2.89 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 5
Metadata Files
README.md
Sampling frame for partridge (Perdrix perdrix) in Flanders
Onkelinx, Thierry
[^aut][^cre][^INBO];
Carmen, Raïsa
[^aut][^INBO];
Research Institute for Nature and Forest (INBO)^cph
[^cre]: contact person [^cph]: copyright holder
[^INBO]: Research Institute for Nature and Forest (INBO)
keywords: hunting; monitoring; habitat
Since 2008, partridge hunting in Flanders has been subject to a number of conditions. The first condition states compliance with an average density of at least 3 breeding pairs per 100 ha of open space. The Research Institute for Nature and Forest (INBO) is responsible for the calculation of these densities and advises the Agency for Nature and Forests (ANB) on this.
This repository contains the source code to generate the layer with open space within hunting grounds in Flanders. The selection is based on relevant categories of the OpenStreetMap information.
We aim to make the layer reproducible by making the code publicly available under an open source license. The code itself requires only freeware open source software (R and QGIS). The OpenStreetMap database updates continuously. Rerunning the code on the current database might yield a different layer. Therefore we also republish the snapshot of the OpenStreetMap data we used. When we need to update the open space layer, we will add an updated snapshot as a new version. Having both the code and the data available under version control, allows to recreate both the most recent version as any older version. <!-- description: end -->
Available maps for field work
Areal photograph as background
- West-Flanders: https://doi.org/10.5281/zenodo.5812597
- East-Flanders: https://doi.org/10.5281/zenodo.5814972
- Antwerp: https://doi.org/10.5281/zenodo.5815049
- Limburg: https://doi.org/10.5281/zenodo.5815083
- Flemish Brabant: https://doi.org/10.5281/zenodo.5815089
OpenStreetMap as background
- West-Flanders: https://doi.org/10.5281/zenodo.5815407
- East-Flanders: https://doi.org/10.5281/zenodo.5815400
- Antwerp: https://doi.org/10.5281/zenodo.5815392
- Limburg: https://doi.org/10.5281/zenodo.5815379
- Flemish Brabant: https://doi.org/10.5281/zenodo.5815209
Cartoweb as background
- West-Flanders: https://doi.org/10.5281/zenodo.5827428
- East-Flanders: https://doi.org/10.5281/zenodo.5831528
- Antwerp: https://doi.org/10.5281/zenodo.5827467
- Limburg: https://doi.org/10.5281/zenodo.5827491
- Flemish Brabant: https://doi.org/10.5281/zenodo.5827509
Other maps
- open area for partridge: https://doi.org/10.5281/zenodo.5814833
- sampling units: https://doi.org/10.5281/zenodo.5814900
- hunting grounds: https://doi.org/10.5281/zenodo.5584203
- OpenStreetMap snapshot: https://doi.org/10.5281/zenodo.5792948
How to update the maps
Downloading and republish the source data
source/zenodo/update_osm_pbf.Rhandles the OpenStreetMap data.source/zenodo/update_jacht.Rhandles the hunting area data. Note that you need to update the URL, publication date and version.
Updating the open area layer
- Delete the
data/open_areafolder. source/create_map/create_map.Ris the main script to create the open area map. It callssource/create_map/download.Randsource/create_map/hunting_grounds.Rif required.source/create_map/sampling.Rsplits the open area map into sampling areas.source/create_map/atlas.Rcreates a set of pdf's for every sampling area.
Owner
- Name: Research Institute for Nature and Forest (INBO)
- Login: inbo
- Kind: organization
- Location: Belgium
- Website: http://www.inbo.be/en
- Repositories: 125
- Profile: https://github.com/inbo
Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: "Sampling frame for partridge (Perdrix perdrix) in Flanders" authors: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 - given-names: Raïsa family-names: Carmen affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0003-1025-8702 keywords: - hunting - monitoring - habitat contact: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 doi: 10.5281/zenodo.5814813 license: CC-BY-4.0 repository-code: https://github.com/inbo/patrijs-steekproefkader/ type: software abstract: "Since 2008, partridge hunting in Flanders has been subject to a number of conditions.\nThe first condition states compliance with an average density of at least 3 breeding pairs per 100 ha of open space.\nThe Research Institute for Nature and Forest ([INBO](https://www.vlaanderen.be/inbo/en)) is responsible for the calculation of these densities and advises the Agency for Nature and Forests ([ANB](https://www.natuurenbos.be/)) on this.\n\nThis repository contains the source code to generate the layer with open space within [hunting grounds](https://doi.org/10.5281/zenodo.5584203) in Flanders.\nThe selection is based on relevant categories of the [OpenStreetMap](https://openstreetmap.org) information.\n\nWe aim to make the layer reproducible by making the code publicly available under an open source license.\nThe code itself requires only freeware open source software ([R](https://www.r-project.org/) and [QGIS](https://qgis.org)).\nThe OpenStreetMap database updates continuously.\nRerunning the code on the current database might yield a different layer.\nTherefore we also republish the [snapshot](https://doi.org/10.5281/zenodo.5792948) of the OpenStreetMap data we used.\nWhen we need to update the open space layer, we will add an updated snapshot as a new version.\nHaving both the code and the data available under version control, allows to recreate both the most recent version as any older version." identifiers: - type: doi value: 10.5281/zenodo.5814813 - type: url value: https://inbo.github.io/patrijs-steekproefkader/ version: '2023.1'
GitHub Events
Total
- Delete event: 2
- Push event: 9
- Pull request event: 4
- Create event: 3
Last Year
- Delete event: 2
- Push event: 9
- Pull request event: 4
- Create event: 3
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 25 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- ThierryO (8)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- inbo/actions/check_project main composite