You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ansf
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.The text was updated successfully, but these errors were encountered: