Changes between Version 10 and Version 11 of rfc44_gdalinfoxml


Ignore:
Timestamp:
May 25, 2015, 4:34:55 AM (9 years ago)
Author:
Even Rouault
Comment:

Update -json output

Legend:

Unmodified
Added
Removed
Modified
  • rfc44_gdalinfoxml

    v10 v11  
    33Authors: Dan "Ducky" Little, Faza Mahamood[[BR]]
    44Contacts: danlittle at yahoo dot com, fazamhd at live dot com [[BR]]
    5 Status: Development
     5Status: Development. gdalinfo -json implemented in GDAL 2.0
    66
    77== Summary ==
     
    7070        -60.000000000000000
    7171    ],
     72    "cornerCoordinates":{
     73      "upperLeft":[
     74        440720.0,
     75        3751320.0
     76      ],
     77      "lowerLeft":[
     78        440720.0,
     79        3750120.0
     80      ],
     81      "upperRight":[
     82        441920.0,
     83        3751320.0
     84      ],
     85      "lowerRight":[
     86        441920.0,
     87        3750120.0
     88      ],
     89      "center":[
     90        441320.0,
     91        3750720.0
     92      ]
     93    },
     94    "wgs84Extent":{
     95      "type":"Polygon",
     96      "coordinates":[
     97      [
     98        [
     99          -117.642054,
     100          33.9023677
     101        ],
     102        [
     103          -117.6419729,
     104          33.8915454
     105        ],
     106        [
     107          -117.6290752,
     108          33.9024346
     109        ],
     110        [
     111          -117.6289957,
     112          33.8916123
     113        ],
     114        [
     115          -117.642054,
     116          33.9023677
     117        ]
     118       ]
     119      ]
     120    },
    72121    "rat": { (if -norat not specified)
    73122        "row0Min": 40918,
     
    108157    },
    109158    "metadata": { (if -nomd not specified)
    110         "__default__": {
     159        "": {
    111160            "key1": "value1"
    112161        },