Difference between revisions of "Downloading PEI Civic Address Data"

From rukapedia
Jump to: navigation, search
 
Line 3: Line 3:
 
The province's [http://www.gov.pe.ca/civicaddress/index.php3 Address Locator] page links to several web-based applications for looking up civic addresses.  In addition, raw civic data is available from a form-based [http://www.gov.pe.ca/civicaddress/download/index.php3 data download page].
 
The province's [http://www.gov.pe.ca/civicaddress/index.php3 Address Locator] page links to several web-based applications for looking up civic addresses.  In addition, raw civic data is available from a form-based [http://www.gov.pe.ca/civicaddress/download/index.php3 data download page].
  
Docum
+
Documented here is a PHP script that enables the automatic creation of a [[MySQL]] database and download and import of current civic address data.  The system was created to enable the [[PEI Civic Address Lookup with AJAX]] application, but can be used to drive any application that relies upon having access to digital Prince Edward Island address information.
 
 
  
 
===Reference Materials===
 
===Reference Materials===
  
 
* [http://www.gov.pe.ca/photos/original/civicaddress.pdf Prince Edward Island Civic Address Standards and Guidelines]
 
* [http://www.gov.pe.ca/photos/original/civicaddress.pdf Prince Edward Island Civic Address Standards and Guidelines]

Revision as of 19:10, 7 November 2005

In recent years, Prince Edward Island has moved to a uniform system of civic addresses, where each property in the province is assigned a unique civic address. Originally intended to enable the 911 emergency system, the civic addressing system, because it ties civic address data to latitude and longitude geolocation information, has tremendous utility for other applications.

The province's Address Locator page links to several web-based applications for looking up civic addresses. In addition, raw civic data is available from a form-based data download page.

Documented here is a PHP script that enables the automatic creation of a MySQL database and download and import of current civic address data. The system was created to enable the PEI Civic Address Lookup with AJAX application, but can be used to drive any application that relies upon having access to digital Prince Edward Island address information.

Reference Materials