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

import_from_gis() - option for tabular data only #78

Open
schroeder-matt opened this issue Mar 26, 2024 · 2 comments
Open

import_from_gis() - option for tabular data only #78

schroeder-matt opened this issue Mar 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@schroeder-matt
Copy link

The import_from_gis() function is really handy, but it can take a loooong time. I often need only tabular data without the geometry, so it would be great to have an option to skip the geometry and return a data frame instead of an sf object, the same way the function works if someone requests data that doesn't have associated geometry in the first place. This would speed things up considerably.

@schroeder-matt schroeder-matt added the enhancement New feature or request label Mar 26, 2024
@eroten
Copy link
Collaborator

eroten commented Mar 26, 2024

so something like this?

import_from_gis("dataset_name", geometry = FALSE)

@schroeder-matt
Copy link
Author

Yes, that seems great! Not urgent from my perspective, though.

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

2 participants