-
Notifications
You must be signed in to change notification settings - Fork 25
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
Orbital Analytics end-to-end solution using downlinked .bin data #80
Comments
This is not in scope for this sample solution and associated article. This sample solution takes geotiff from any data source |
Happy to have the confirmation above as exactly this is the reason to report the present issue - the solution is not end-end. If Orbital downlink data is not in scope, then how is that sample relevant to Azure Orbital and referenced by the Orbital documentation ? Please refer to the link (your are a contributor in the article): This architecture is designed to show an end-to-end implementation that involves extracting, loading, transforming, and analyzing spaceborne data by using geospatial libraries and AI models with Azure Synapse Analytics. From my point, and guess those coming after me, there is a huge gap, namely automating a pipeline that processes the .bin file and would become an enabler of an end-to-end solution, so that Orbital could be useful. Please point out for the community to whom is that gap relevant. Thanks. |
Hi @ivo-andreev, thanks for the feedback. As @mandarinamdar comments, the stuff here is more about processing analysis ready data and can be used with or without the Azure Orbital Ground Station (AOGS). From a manual processing perspective, you're looking at the right docs -- downlinking the data and then turning it into an analysis ready format:
You can get TIFF from (2) but that's not the only option. I can point you to https://github.com/Azure/azure-orbital-integration which has assets for (1) and (2) and the part of the pipeline you're talking about. It's hard to know where to draw the lines since as examples this stuff is already pretty heavy weight. Currently that line is drawn between stuff that ties directly into the ground station service and stuff that could come from any source or archive. We'll put some effort into clarifying this in the repos and the docs. |
@jfrazee Thanks for chiming in, feedback appreciated and quite relevant in this form. The 2 extra tools for processing the .bin file are referenced by the documentation, but the issue is that there are no instructions on how to generate a similar GeoTIFF. |
The proposed sample uses a sample GeoTIFF .tif file, which is downloaded by
deploy/scripts/copy_geotiff.sh script and afterwards converted to tiles.
However there does not seem to be any documentation on how to produce such GeoTIFF from the Azure Orbital .bin file downloaded at the end of
https://docs.microsoft.com/en-us/azure/orbital/downlink-aqua.
The instructions https://docs.microsoft.com/en-us/azure/orbital/satellite-imagery-with-orbital-ground-station also do not address this topic, hence there is a huge gap between these two tutorials.
The only relevant instruction available is the utilization of demodulation to reduce .bin file size, but not about the product.
The text was updated successfully, but these errors were encountered: