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
The url for downloading the data to R is wrong. Currently this is
# Use code below all_results <- arrow::open_dataset("s3://anonymous@bio230014-bucket01/challenges/scores/parquet/project_id=usgsrc4cast/duration=P1D/variable=chla/project_id=usgsrc4cast/duration=Daily/variable=chla?endpoint_override=sdsc.osn.xsede.org") df <- all_results |> dplyr::collect()
but it should be updated to
# Use code below all_results <- arrow::open_dataset("s3://anonymous@bio230014-bucket01/challenges/scores/parquet/project_id=usgsrc4cast/duration=P1D/variable=chla?endpoint_override=sdsc.osn.xsede.org") df <- all_results |> dplyr::collect()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The url for downloading the data to R is wrong. Currently this is
but it should be updated to
The text was updated successfully, but these errors were encountered: