H-geo

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |subcat=Geospatial }} '''Geo''' is a draft standard intended to be one of several "microformats" released via the microformats.org site and community, intended f...")
 
 
(3 intermediate revisions by one user not shown)
Line 2: Line 2:
 
|subcat=Geospatial
 
|subcat=Geospatial
 
}}
 
}}
 
+
'''h-geo''' (formerly '''geo''') is a draft standard intended to be one of several "microformats" released via the microformats.org site and community, intended for the representation of information in a manner that is human-readable but can still be processed by machines.
'''Geo''' is a draft standard intended to be one of several "microformats" released via the microformats.org site and community, intended for the representation of information in a manner that is human-readable but can still be processed by machines.
+
  
 
The format encodes a position on Earth (latitude and longitude) in the form of a standardized set of elements and attributes in [[HTML]] or [[XML]]. Thus, it can be embedded in [[web]] pages and be readable this way (and styled via [[CSS]]), but has a standardized structure that can easily be converted mechanically to other formats as needed for machine processing.
 
The format encodes a position on Earth (latitude and longitude) in the form of a standardized set of elements and attributes in [[HTML]] or [[XML]]. Thus, it can be embedded in [[web]] pages and be readable this way (and styled via [[CSS]]), but has a standardized structure that can easily be converted mechanically to other formats as needed for machine processing.
 +
 +
== Example ==
 +
 +
<div class="geo">
 +
  <abbr class="latitude" title="26.3505">N 26° 21' 1.8"</abbr>
 +
  <abbr class="longitude" title="-80.0877">W 80° 5' 15.7194"</abbr>
 +
</div>
  
 
== Links ==
 
== Links ==
* [http://microformats.org/wiki/geo Geo draft spec]
+
* [http://microformats.org/wiki/h-geo h-geo spec] (microformats2)
 +
* [http://microformats.org/wiki/geo Geo draft spec] (old)
 
* [http://microformats.org/wiki/geo-examples-in-wild Examples in the wild]
 
* [http://microformats.org/wiki/geo-examples-in-wild Examples in the wild]
  
 
[[Category:microformats.org]]
 
[[Category:microformats.org]]

Latest revision as of 18:16, 2 October 2016

File Format
Name H-geo
Ontology

h-geo (formerly geo) is a draft standard intended to be one of several "microformats" released via the microformats.org site and community, intended for the representation of information in a manner that is human-readable but can still be processed by machines.

The format encodes a position on Earth (latitude and longitude) in the form of a standardized set of elements and attributes in HTML or XML. Thus, it can be embedded in web pages and be readable this way (and styled via CSS), but has a standardized structure that can easily be converted mechanically to other formats as needed for machine processing.

[edit] Example

<div class="geo">
 <abbr class="latitude" title="26.3505">N 26° 21' 1.8"</abbr> 
 <abbr class="longitude" title="-80.0877">W 80° 5' 15.7194"</abbr>
</div>

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox