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

[NEW function] shape to geojson #101

Open
3 of 18 tasks
SanderDevisscher opened this issue Jan 2, 2025 · 0 comments
Open
3 of 18 tasks

[NEW function] shape to geojson #101

SanderDevisscher opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
Function Issue related to a function New Nieuwe functie/data

Comments

@SanderDevisscher
Copy link
Collaborator

SanderDevisscher commented Jan 2, 2025

Voorstel functie naam "<shape_to_geojson>"

Functionality

  • takes a single .shp file, a list of .shp files or all .shp files in a directory as input
  • projects the file(s) to a specified projection (default = "wgs84")
  • export(s) the file(s) as .geojson into the input folder (default) or a specified export folder

based on shape_to_geojson.R from the backoffice wild analyse.

Checklist

  • maak een nieuw R-bestand
  • vermijd library("package") en require("package") gebruik package::function() of als het echt niet anders gaat requirenamespace("package")
  • sla het R bestand op onder ./R met filenaam is gelijk aan functienaam
  • voorzie een functie titel met #' op regel 1 van je script
  • voorzie een auteur met #' @author
  • voorzie een beschrijving met #' @description
  • voorzie uitleg over de input parameter(s) met #' @param name
  • voorzie uitleg over de output van de functie met #' @returns
  • voorzie minstens 1 voorbeeld van het gebruik van de functie dmv #' @examples
  • voorzie de export - tag dmv #' @export (#14)
  • voer usethis::use_package("packagename", min_version = TRUE) uit in de console voor iedere package die je gebruikt.
  • voer roxygen2::roxygenise() uit in de console
  • voer devtools::check() uit in de console
  • los eventuele errors, warnings en notes1 op
  • maak een pull request met @soriadelva of @SanderDevisscher en eventueel andere relevante gebruikers als reviewer.

1in de mate van het mogelijke

@SanderDevisscher SanderDevisscher added Function Issue related to a function New Nieuwe functie/data labels Jan 2, 2025
@SanderDevisscher SanderDevisscher self-assigned this Jan 2, 2025
SanderDevisscher added a commit that referenced this issue Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Function Issue related to a function New Nieuwe functie/data
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant