H-geo
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
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. | |
− | ''' | + | |
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. | ||
Line 15: | Line 14: | ||
== 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
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
- h-geo spec (microformats2)
- Geo draft spec (old)
- Examples in the wild