Azure weedsimagerepo Storage

Steps to find the metadata corresponding to a file in the weedsimagerepo blob

  1. In the blob select an image (1), click on properties (2) and copy the image url (3)

blob.png
  1. Go to Tables → wirimagerefs, query by ImageURL (1), double click on the filtered item (2) and copy the MasterRefID (3)

wirimagerefs.png
  1. Go to Tables → wirmastermeta, query by RowKey using the MasterRefID to find the metadata associated to this image.

  1. 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:

  1. Go to Tables → wirweedsmeta, filter by Fall panicum and then pick one of the entries and copy its MasterRefID

  2. I can go to Tables → wirmastermeta if I’m interested in knowing which state collected the images

  3. Or I can go straight to Tables → wirimagerefs, query by MasterRefID and find all the ImageURL for the images in that package