Azure weedsimagerepo Storage
Steps to find the metadata corresponding to a file in the weedsimagerepo blob
In the blob select an image (1), click on properties (2) and copy the image url (3)
Go to Tables → wirimagerefs, query by ImageURL (1), double click on the filtered item (2) and copy the MasterRefID (3)
Go to Tables → wirmastermeta, query by RowKey using the MasterRefID to find the metadata associated to this image.
In Tables → wirweedsmeta query by MasterRefID using the same MasterRefID as in step 3 to find the corresponding metadata
Steps to find the files corresponding to a package in the weedsimagerepo blob
Let’s say that you want to check some of the Fall panicum images that we have in the storage:
Go to Tables → wirweedsmeta, filter by Fall panicum and then pick one of the entries and copy its MasterRefID
I can go to Tables → wirmastermeta if I’m interested in knowing which state collected the images
Or I can go straight to Tables → wirimagerefs, query by MasterRefID and find all the ImageURL for the images in that package