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

Expand support for SpatVector objects #84

Closed
13 tasks done
dieghernan opened this issue Mar 2, 2023 · 0 comments · Fixed by #87
Closed
13 tasks done

Expand support for SpatVector objects #84

dieghernan opened this issue Mar 2, 2023 · 0 comments · Fixed by #87
Labels
🛠dplyr Issues related with dplyr methods enhancement New feature or request ⇝ spatvector Related with SpatVector

Comments

@dieghernan
Copy link
Owner

dieghernan commented Mar 2, 2023

As part of the improvements #1

Create SpatVector methods for:

  • arrange()
  • glimpe() (also for SpatRasters).
  • distinct()
  • *_join()
  • group_*()
  • summarise()
  • count()/tally()
  • bind_rows()/cols()

New coercing and helper functions:

  • as_spatvector()
  • as_sf()
  • is_grouped_spatvector()

Review existing methods

  • Remove dispatch to sf an add own internal way
  • Revise and recheck to make them compatible with the new group_by.SpatVector() method.
@dieghernan dieghernan changed the title Full support for SpatVector objects Expand support for SpatVector objects Mar 2, 2023
@dieghernan dieghernan added enhancement New feature or request 🛠dplyr Issues related with dplyr methods ⇝ spatvector Related with SpatVector labels Mar 2, 2023
@dieghernan dieghernan moved this from Todo to In Progress in tidyterra new methods Mar 2, 2023
@dieghernan dieghernan moved this from In Progress to Done in tidyterra new methods Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠dplyr Issues related with dplyr methods enhancement New feature or request ⇝ spatvector Related with SpatVector
Projects
Development

Successfully merging a pull request may close this issue.

1 participant