<div dir="ltr"><span style="font-size:12.8000001907349px">Hi,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Good work, thanks for taking this on!</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">1: Is there any particular reason to implement XML? Every language has a good JSON parser these days, as you note in the RFC XML is more complex to implement, and it's not like strict schemas or streaming (usual reasons for XML) are going to be in place.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">2: In terms of the proposed gdalinfo JSON...</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">a) bands[0].band == 1 -- any reason to favour this over the implicit index in the bands[] array?<br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">b) personally I'd prefer to be slightly more verbose in attribute naming. eg. block -> blockSize, <span style="color:rgb(0,0,0);font-size:13px;background-color:rgb(247,247,247)">colorInterp -> colorInterpolation, proj -> proj4</span></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">c) There's support for multiple RATs in a single dataset, but the JSON format only allows one. Maybe rats: {"name": {... attributes...}}?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">d) HDF-derived formats (and probably some others) have support for multiple datasets/component images. Is that something we could incorporate (maybe with a top-level object surrounding each dataset description)?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">There may be a few other elements where there's support (either now or in the forseeable future) for multiple items. @Even, any thoughts? <br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">3: Keen to see the ogrinfo equivalent!</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Rob :)</div><div class="gmail_extra"><div class="gmail_signature"></div>
</div></div>