<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dspl targetNamespace="http://www.google.com/publicdata/dataset/google/geo/us" xmlns="http://schemas.google.com/dspl/2010" xmlns:geo="http://www.google.com/publicdata/dataset/google/geo"> <import namespace="http://www.google.com/publicdata/dataset/google/geo"/> <info> <name> <value xml:lang="en">US geographical concepts</value> </name> <description> <value xml:lang="en">Canonical concepts for US geographical data.</value> </description> <url> <value xml:lang="en">http://code.google.com/apis/publicdata/docs/canonical/geo.us.html</value> </url> </info> <provider> <name> <value xml:lang="en">Google Inc.</value> </name> <description> <value xml:lang="en">Google Inc.</value> </description> <url> <value xml:lang="en">http://www.google.com</value> </url> </provider> <concepts> <concept id="state" extends="geo:location"> <info> <name> <value xml:lang="en">US State</value> </name> <description> <value xml:lang="en">A US State, identified by its two letter code.</value> </description> <pluralName> <value xml:lang="en">States</value> </pluralName> <totalName> <value xml:lang="en">All US</value> </totalName> </info> <property concept="geo:country" isParent="true" /> <table ref="states_table"/> </concept> </concepts> <tables> <table id="states_table"> <column id="state" type="string"/> <column id="latitude" type="float"/> <column id="longitude" type="float"/> <column id="name" type="string"/> <column id="country" type="string"> <value>US</value> </column> <data> <file format="csv" encoding="utf-8">states.csv</file> </data> </table> </tables> </dspl>
geo.us.xml
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["This document defines a dataset of US geographical concepts, specifically focusing on US states."],["It provides a canonical representation of US states, identified by a two-letter code."],["The dataset includes information like state name, latitude, longitude, and a link to a CSV file (\"states.csv\") containing the data."],["It's structured using the DSPL schema and integrates with broader geographical concepts defined by Google."]]],["This XML document defines the structure for US geographical data, focusing on states. It establishes \"US State\" as a concept, identified by a two-letter code, and extending the broader \"location\" concept. The data, including state, latitude, longitude, name, and country (US), is detailed in a table (`states_table`) linked to a CSV file (`states.csv`). The provider is identified as Google Inc., and the dataset is named \"US geographical concepts\". The dataset is intended to show canonical concepts for US geographical data.\n"]]