-
Notifications
You must be signed in to change notification settings - Fork 1
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
Landsat ingest #525
Comments
Hi @Maite-Machipi, Yes, the ingestor will search for xml metadata. Is there a reason why we would like to ingest txt metadata? |
hi @boney-bun our Landsat metadata comes in txt instead of xml. thats why im assuming that previously it might have been converted. |
Good morning @Maite-Machipi I've been looking at the past codes. Do you have a set of xml and txt example to look at? |
I have developed the landsat ingestor using txt metadata (#540). Some issues and confusions:
Instead of developing new code, I decided to make use the existing implementation.
If the thumbnails for all metadata are not fully available, we can simply ignore the missing thumbnails by adding the -i argument. Then, the command is: Running the code in my machine:
Then, I can search them from the browser: The txt ingestor will look for the following fields in the metadata:
|
Hi @boney-bun i though i added my comment here already, it must have all been in my head. for this we will need to change the format of the thumbnail, i will be meeting with one of my colleagues so that he can show me how to generate the thumbnails, which will be used for the catalogue, i will inform you as soon as that is done. |
A critical item that must be done as priority # 1. |
hi @boney-bun just a response for the above questions:
just a quick question, will the ingestor ingest a folder like we do with Radarsat? |
I had ingested metadata in Landsat folder. Note:
some latest Landsat metadata are in production now. |
following up our last discussion, the ingestor can now recognize OLI/TIRS metadata (LC metadata) as shown in the below file log: i found interesting thing from the LC metadata in Test folder. could you check again @Maite-Machipi ? |
Hi @boney-bun i did some investigation on that, i was told that its because the file is missing band 10 and 11, so it only mentions OLI and not TIRS. therefore our internal solution is to try and rename the folders to LO that don't have Band 10 and Band 11. as soon as that is done i will test the LC, as long as the ingest can pick up LC then as soon as this issue is fixed on our side i can try and ingest the LC. |
hi @boney-bun ,
can you please assist regarding the Landsat ingest the metadata is a txt file and i believe the ingest looks for xml instead of txt, looking at the past ingested data it looks like it was converted to xml. please assist with the conversion.
The text was updated successfully, but these errors were encountered: