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

spatialResolution rule change #160

Closed stansmith907 closed 6 years ago

stansmith907 commented 7 years ago

Schema rules for spatialResolution: "factors which provides a general understanding of the density of spatial data in the dataset."

mdJson:

   "spatialResolution": [
      {
         "scaleFactor": 99999
      },
      {
         "measure": {}
      },
      {
         "coordinateResolution": {}
      },
      {
         "bearingDistanceResolution": {}
      },
      {
         "geographicResolution": {}
      },
      {
         "levelOfDetail": "levelOfDetail"
      }
   ]

FGDC mapping: for coordinateResolution

<metadata>
  <spref>
    <horizsys>
      <planar>
        <planci>
          <coordrep></coordrep>
          <plandu>feet</plandu>
        </planci>
      </planar>
    </horizsys>
  </spref>
</metadata>

FGDC mapping: for distance-bearing resolution

<metadata>
  <spref>
    <horizsys>
      <planar>
        <planci>
          <distbrep></distbrep>
          <plandu>feet</plandu>
        </planci>
      </planar>
    </horizsys>
  </spref>
</metadata>

FGDC mapping: for geographic resolution resolution

<metadata>
  <spref>
    <horizsys>
      <geograph>
        <latres>0.00009</latres>
        <longres>0.00004</longres>
        <geogunit>decimal degrees</geogunit>
      </geograph>
    </horizsys>
  </spref>
</metadata>

ISO 19115-2 mapping: I don't think these map to ISO 19115-2. I'll update this text if necessary.

ISO 19115-3 mapping: Does not map to ISO 19115-1/3. This information was removed to ISO 19111 ( I do not have documentation at this time ).