Iowa Geographic Names
State of Iowa
@usgov.state_of_iowa_iowa_physical_and_cultural_geographic_features
State of Iowa
@usgov.state_of_iowa_iowa_physical_and_cultural_geographic_features
This dataset provides the geographic names data for Iowa. All names data products are extracted from the Geographic Names Information System (GNIS), the Federal Government's repository of official geographic names.
The GNIS contains the federally recognized name of each feature and defines its location by State, county, USGS topographic map, and geographic coordinates. GNIS also lists variant names, which are non-official names by which a feature is or was known. Other attributes include unique Feature ID and feature class. Feature classes under the purview of the U.S. Board on Geographic Names include natural features, unincorporated populated places, canals, channels, reservoirs, and more.
Organization: State of Iowa
Last updated: 2023-01-20T00:15:27.987577
Tags: geographic-names, natural-features, populated-place
CREATE TABLE table_1 (
"feature_id" BIGINT,
"feature_name" VARCHAR,
"feature_class" VARCHAR,
"primary_state" VARCHAR,
"primary_county_name" VARCHAR,
"usgs_map_name" VARCHAR,
"primary_point_coordinates" VARCHAR -- Primary Point (Coordinates),
"date_created" TIMESTAMP,
"date_edited" TIMESTAMP
);Anyone who has the link will be able to view this.