We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error encountered with convert_glatos_to_att() when input detectionObj contains 6 million rows:
Error in dplyr::left_join() at glatos/R/util-convert_glatos_to_att.r:115:3: ! This join would result in more rows than dplyr can handle.
dplyr::left_join()
# dtc_file is a GLATOS detection export csv file (from GLATOS data portal) # rcv_file is a GLATOS receiver locations csv file (from GLATOS data portal) detectionObj <- read_glatos_detections(dtc_file) receiverObj <- read_glatos_receivers(rcv_file) dtc_att <- convert_glatos_to_att(detectionObj, receiverObj, crs = sf::st_crs(4326))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error encountered with convert_glatos_to_att() when input detectionObj contains 6 million rows:
The text was updated successfully, but these errors were encountered: