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

Organize functions with topical prefixes #33

Open
mpdougherty opened this issue Sep 15, 2023 · 0 comments
Open

Organize functions with topical prefixes #33

mpdougherty opened this issue Sep 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mpdougherty
Copy link
Member

To help group the growing number of functions by type, functions could be organized using topical prefixes:

  • map_ - Functions that produce maps.
  • plot_ - Functions that produce plots (graph figures).
  • metric_ - Functions that calculate metrics.
  • check_ - Functions that check feature class schemas.
  • report_ - Functions that produce reports.
  • arc_ - Functions that import data from ESRI products using the arcgisbinding package.
  • sf_ - Functions that convert to sf.
  • util_ - Functions that don't warrant a unique group.
@mpdougherty mpdougherty added the enhancement New feature or request label Sep 15, 2023
@mpdougherty mpdougherty added this to the 2024.01 milestone Sep 15, 2023
@mpdougherty mpdougherty self-assigned this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant