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
Given #1024, one potential improvement to the data commons could be found in its ingestion of Google Earth Engine data. Raster data in GEE can be loaded into Xarray via Xee (https://github.com/google/Xee). Using a “streaming”, chunked programming model afforded by Dask, raster data can be transformed into tabular data in a parallel, memory bounded way (https://docs.xarray.dev/en/stable/generated/xarray.Dataset.to_dask_dataframe.html).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given #1024, one potential improvement to the data commons could be found in its ingestion of Google Earth Engine data. Raster data in GEE can be loaded into Xarray via Xee (https://github.com/google/Xee). Using a “streaming”, chunked programming model afforded by Dask, raster data can be transformed into tabular data in a parallel, memory bounded way (https://docs.xarray.dev/en/stable/generated/xarray.Dataset.to_dask_dataframe.html).
The text was updated successfully, but these errors were encountered: