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
Use case:
Output should be CSV, with first column as reporting unit ID, and one column per netCDF file.
Allow control of precision.
Will need to build in chunking for the data extraction to avoid running out of memory, but tune so that there isn't a lot of I/O churn.
The text was updated successfully, but these errors were encountered:
Alternatively, this could be a singular operation: input ID file and data file, and return a CSV of those pairs by pixel.
Then use a post-processing step (e.g., using pandas) to join those together.
Sorry, something went wrong.
No branches or pull requests
Use case:
Output should be CSV, with first column as reporting unit ID, and one column per netCDF file.
Allow control of precision.
Will need to build in chunking for the data extraction to avoid running out of memory, but tune so that there isn't a lot of I/O churn.
The text was updated successfully, but these errors were encountered: