-
Notifications
You must be signed in to change notification settings - Fork 57
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
Ready for batch #44
Ready for batch #44
Conversation
b33e5a3
to
42af6ae
Compare
scripts/datacube.py
Outdated
@@ -394,22 +403,63 @@ def process( | |||
return ds_merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Managed to save one MGRS tile, and tried dragging and dropping the NetCDF into QGIS, but it ends up being georeferenced to (0, 0). We can try to add the georeferencing later (using rioxarray) to the xr.Dataset
to make it easier to plot in QGIS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a good idea, I'll see if I can get this to work for the tiles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did quite some work on the xarrays so that they are proper rioxarrays. The algorithm now stores tiles that can be opened in Qgis and friends.
The script |
615a9a1
to
831610b
Compare
Ok its working locally. Outputting compressed TIF tiles with 13 bands. I think that is even easier to use than netCDF. I'll try to run this in the cloud later today to see if it works there too. |
831610b
to
2c453c4
Compare
2c453c4
to
b2f1e24
Compare
I will add a section for this in the README and add the configurations for the jobs etc about how to run it on Batch over the next few days in a separate PR |
What is changing
How it was done
Will add batch configs later if this works. Its currently in active testing on AWS Batch
Refs
#10