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

functions to get data from QGIS to R #26

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

JanCaha
Copy link

@JanCaha JanCaha commented Oct 6, 2022

Some proof of concept for extracting data from active layer to R. All functions seems to be working fine but require further work to make more complete...

Extract numeric field to vector activeLayerNumericField.

Extract table from active layer activeLayerTable as data.frame (so far only supports Bool, Int, LongLong, Double and String colums - others are skipped).

Load OGR local layer directly as sf data.frame.

@nyalldawson nyalldawson merged commit db88706 into nyalldawson:r_console Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants