Hello all,<br><br>I&#39;ve got an hdf5 file with the corner coordinates stored as metadata, each subdataset returns the same..&nbsp; Here a section of what gdalinfo returns:<br><br>&nbsp; 214_584:south=17<br>&nbsp; 214_584:north=17.5<br>
&nbsp; 214_584:east=292.5<br>&nbsp; 214_584:west=292<br>&nbsp; 214_585:south=17<br>&nbsp; 214_585:north=17.5<br>&nbsp; 214_585:east=293<br>&nbsp; 214_585:west=292.5<br>&nbsp; 214_586:south=17<br>&nbsp; 214_586:north=17.5<br>&nbsp; 214_586:east=293.5<br>&nbsp; 214_586:west=293<br>
<br>When I try to access this data via python using GetMetadata, I&#39;m only getting the west coordinates:<br><br>&#39;214_586&#39;: &#39;west=293 &#39;, &#39;214_587&#39;: &#39;west=293.5 &#39;, &#39;214_584&#39;: &#39;west=292 &#39;<br>
<br>So it looks like each subsequent entry with the same key gets overwritten in the dictionary.&nbsp; Since I need all the values returned, is there a way to get this info within python?<br><br>Thanks,<br><br>Jamie Adams<br>