1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: dict-gazetteer2k
Section: text
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>=9)
Build-Depends-Indep: python, miscfiles, python-dictdlib, python-dictclient, dictzip
Standards-Version: 3.9.7
Package: dict-gazetteer2k
Architecture: all
Depends: ${misc:Depends}, dict-gazetteer2k-places, dict-gazetteer2k-counties, dict-gazetteer2k-zips
Description: Placeholder package to install entire Gazetteer 2000
This package can be used to ensure that you always have the entire
set of files comprising the 2000 Gazetteer installed. You might
want to use this package if you want the entire gazetteer available.
If you want only part of it on your server, you should not install
this package.
Package: dict-gazetteer2k-places
Architecture: all
Depends: ${misc:Depends}
Suggests: dict, dictd
Description: Places Database for the 2000 US Gazetteer
This is a database of (primarily) United States cities using
information gathered in the 2000 census. Each entry contains:
* Full name for the city
* Type of entry (city, borough, village, etc)
* Total population and housing units
* Total land and water area, given in both square miles and
square kilometers
* Government FIPS code
* State the city is within
* Latitude and longitude of the city
* ZIP codes for the location from 1990.
Package: dict-gazetteer2k-counties
Architecture: all
Depends: ${misc:Depends}
Suggests: dict, dictd
Description: Counties Database for the 2000 US Gazetteer
This is a database of (primarily) United States counties using
information gathered in the 2000 census. Each entry contains:
* Full name for the county
* Type of entry (county, municipio, parish, borough, etc)
* Total population and housing units
* Total land and water area, in both mi^2 and km^2
* State the county is within
* Latitude and longitude of the county
Package: dict-gazetteer2k-zips
Architecture: all
Depends: ${misc:Depends}
Suggests: dict, dictd
Description: ZIP and ZCTA database for the 2000 US Gazetteer
This is a database of United States ZIP code information. It
contains a single database built from two separate sources:
the 1990 Census ZIP code information and the 2000 Census
ZCTA (ZIP Code Tabulation Area) information. These
two pieces of information together provide a nice picture
of an area.
The 1990 ZIP Code Information provides:
* The name of location for each ZIP code (normally a city)
* The other ZIP codes corresponding to the same location.
The 2000 ZCTA information provides:
* Total population and housing unit count in a given ZIP code
* Total land and water area for the ZIP code
* The state in which the ZIP code is located
* The latitude and longitude of the ZIP code
|