Giter VIP home page Giter VIP logo

Comments (3)

nuest avatar nuest commented on September 13, 2024

Current implementation provides the following:

<meta name="DC.Coverage" xml:lang="en" content="Earth, Europe, Republic of Austria"/>

[...]

<meta name="DC.temporal" scheme="ISO8601" content="1980-01-01/1999-01-01"/>
<meta name="DC.SpatialCoverage" scheme="GeoJSON" content="{&quot;type&quot;:&quot;FeatureCollection&quot;,&quot;features&quot;:[{&quot;type&quot;:&quot;Feature&quot;,&quot;properties&quot;:{&quot;provenance&qu [...] temporal properties created by user&quot;,&quot;id&quot;:31}}}" />
<meta name="geo.placename" content="Republic of Austria" />
<meta name="DC.box" content="name=Republic of Austria; northlimit=49.021162769139; southlimit=46.372652021624; westlimit=9.5309523724083; eastlimit=17.16206856526; projection=EPSG3857" />
<meta name="ISO 19139" content="<gmd:EX_GeographicBoundingBox><gmd:westBoundLongitude><gco:Decimal>9.5309523724083</gco:Decimal></gmd:westBoundLongitude><gmd:eastBoundLongitude><gco:Decimal>17.16206856526</gco:Decimal></gmd:eastBoundLongitude><gmd:southBoundLatitude><gco:Decimal>46.372652021624</gco:Decimal></gmd:southBoundLatitude><gmd:northBoundLatitude><gco:Decimal>49.021162769139</gco:Decimal></gmd:northBoundLatitude></gmd:EX_GeographicBoundingBox>" />
<meta name="DC.PeriodOfTime" scheme="ISO8601" content="1980-01-01/1999-01-01"/>

from ojsgeo.

nuest avatar nuest commented on September 13, 2024

https://wiki.osgeo.org/wiki/DCLite4G seems to be no longer maintained format, outgoing links are all broken.

from ojsgeo.

nuest avatar nuest commented on September 13, 2024

schemaorg/schemaorg#113 has a helpful example:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Dataset",
  "url": "http://www.example.com/",
  "spatial": {
    "geo": {
      "@type": "GeoShape",
      "box": "50 4 52 6"
    }
  }
}
</script>

opengeospatial/ELFIE#159 has some very useful examples of just referencing the GeoJSON URL.

from ojsgeo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.