Skip to content

joeysk2012/addressapi-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories Ready to Work On

Iteration 2 of Address-API

Since all open data does not have the same attributes (neighborhood, city council, TIF districts) this system give researchers and software developers an easy place to go and add them to the data they are collecting.

The system is being designed for the CodeForKC projects, to make it simple for them to get information about an address in one place. We want to keep our projects from building database with the same data. Also to take the burden of learning how to process GIS layers from the project teams, and converting spatial data layers into columns in a database for them.

The audience for the data is:

  1. Programs that can consume data from a API.
  2. Statistical programmers using packages like R that can consume data from an API.
  3. Spreadsheet users to download a CSV file of the data.

Data we are planning to store are:

  • Identifiers that other systems use to identify the address/parcel, City Identifiers, County Identifiers
  • Attributes of an address/parcel such as Census Tract, City Council District, TIF, ...
  • Some data about an address/parcel if it is not readily available , amount paid in taxes, ...

The system is intended to answer the following:

  • Get a normalized standard address, for example "210 W 19th Ter, Kansas City, MO" standard address might be "210 West 19th Terrace, Kansas City, MO, 64108"
  • Return selected identifiers, attributes, and data related to one or more address.
  • Get a list of addresses with attributes/data within a Attribute, for example all addresses in a given City Council District
  • Get a list of addresses with attributes/data within a radius of a coordinate or other boundary.
  • Provide data for address type ahead fields in web forms.

In addition with the data we collect for the above we can return other information such as:

  • All addresses in a census tract
  • Census tracts that are in a neighborhood

Sources of data attributes:

  • City
  • County
  • State
  • Census
  • Others

We plan to have some simple web pages developed on top of this so people can make queries about the data.

Parts of the project.

This project has been broken up into 6 repositories.

  • addressapi-data: Is the data catalog or data dictionary of the data that is in the Address-API or has been requested to be loaded into the Address-API.
  • addressapi-examples: Sample code for accessing the Address-API data.
  • addressapi-api: Concerning the processes and issues of providing APIs to customers of the Address-API application
  • addressapi-load: Concerning the processes and issues of collecting and loading data into the Address-API database.
  • addressapi-database: Concerning the processes and issues of creating and maintaining the Address-API database.

About

Public website for the Address-API project, to communicate the data that is avaliable, and how to access it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.1%
  • JavaScript 8.5%
  • CSS 1.4%