1.0.1 • Published 8 years ago

civil-services-city-council-az-phoenix v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Civil Services Logo

Civil Services is a collection of tools that make it possible for citizens to be a part of what is happening in their Local, State & Federal Governments.

City Council Data for Phoenix, AZ

GitHub license GitHub contributors

Phoenix, AZ

Thelda Williams Jim Waring Debra Stark Laura Pastor Daniel Valenzuela Sal DiCiccio Michael Nowakowski Kate Gallego Greg Stanton

Introduction

This project provides the City Council Data, Headshots & City Photo for Phoenix, AZ ( JSON, XML, CSV, SQL & YML formats ). See Provided Data below for full list of data in this project.

Completed Tasks

We have completed the following Data Collection for Phoenix, AZ. Watch Project to be notified of updates.

  • City Council Data Created
  • City Photo Created
  • Councilor Headshots Created
  • Images Uploaded to CDN
  • GeoJSON File Created
  • Published NPM Package

Maintaining Data

This City Council Data is maintained in a Google Spreadsheet. This data can be updated by the general public, and we will be notified when any change occurs. So, if you see something wrong, just go ahead and fix it and we'll get a notice of the change.

☑ Manage City Council Data

Provided Data

ParameterTypeDescription
state_codestringTwo Letter State Abbreviation
city_namestringName of City
city_slugstringName of City converted to lowercase letters and spaces replaced with dashes
city_populationstringPopulation of City
city_websitestringOfficial Website of City
city_background_urlstringCreative Commons Image you can use for City
public_recordsstringURL to Public Records ( not always available )
latitudestringGPS Latitude of City
longitudestringGPS Longitude of City
districtstringDistrict of Councilor ( not always available )
at_largestringAt-Large of Councilor ( not always available )
namestringFull Name of Councilor
name_slugstringFull Name of Councilor converted to lowercase letters and spaces replaced with dashes
first_namestringFirst Name of Councilor
last_namestringLast Name of Councilor
genderenumGender of Councilor
ethnicityenumEthnicity of Councilor
date_of_birthstringDate of Birth of Councilor
titleenumTitle of Councilor
partyenumPolitical Party of Councilor
emailstringWork Email Address of Councilor
phonestringWork Phone Number of Councilor
addressstringWork Mailing Address of Councilor
twitter_urlstringTwitter URL of Councilor ( not always available )
facebook_urlstringFacebook URL of Councilor ( not always available )
photo_urlstringPhoto URL of Councilor ( not always available )
  • city_background_url is available in the following sizes: 640x360, 960x540, 1280x720 & 1920x1080 ( defaults to 1280x720 )
  • city_photo_url is available in the following sizes: 64x64, 128x128, 256x256, 512x512 & 1024x1024 ( defaults to 512x512 )

Developers

Requirements

To run converters, you will need to run the following:

brew install imagemagick
brew install graphicsmagick

Rebuild Data & Assets

The ./city-council folder is generated by the contents in the ./uploads folder. See the ./uploads/README.md file for requirements for the core assets.

To update the data & assets in the city-council folder, you will need to run the following commands:

npm install
npm run -s build