adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

New Class - NominalResolution #235

Open stansmith907 opened 4 years ago

stansmith907 commented 4 years ago

Class Definition: nominalResolution "distance between consistent parts of (center, left side, right side) adjacent pixels"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "nominalResolution": {
      "scanningResolution": { 
         "type": "distance",
         "value": 999.9,
         "unitOfMeasure": "units"
      },
      "groundResolution": {
         "type": "distance",
         "value": 999.9,
         "unitOfMeasure": "units"
      }
   }
}