MapInfo Redistricting Window Rob Tozier 14 th Annual GeoElections User Conference www.icwmaps.com.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Someone hands you a a diskette that has data about schools in the City of Cleveland. They tell you that the school file is in a a dBase format. How do.
Creating a County ArcMap with Fiscal Year Conservation Practice Locations David Hoover ASTC, Idaho 2007 DC Meeting.
Accounts Payable–1099 Processing 1Freedom Systems – Accounts Payable – 1099 Processing WELCOME TO THE ACCOUNTS PAYABLE – 1099 PROCESSING WEBINAR WE WILL.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
You have just been given a CD that contains MapInfo format data layers of parcels, streets, and target zones. Your supervisor asks you to take a look at.
1 task for training on (1/3) 1. Copy the root file containing tree (run root) and script./create_maps/MapEfficiency.C into your local.
Lab 7: Attribute SQL- Query the database
Introduction To Form Builder
Creating Dynamic Surveys with Maintain Mark Derwin and Mark Rawls Information Builders Information Builders Summit 2011 User Conference June 2011 Copyright.
©2012 Applied Geographics, Inc.Slide 1 How to Put GIS To Work for Voting Redistricting Empowering People with Spatial Solutions Michele.
MS-Word XP Lesson 8. Inserting Column to Table 1.Select column (click on top margin) 2.Click on table menu 3.Select insert sub menu and click on columns.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
11th Annual GeoElections Conference GeoElections & VR Interoperability An Introduction to GeoElections & VR Interoperability Presented.
Web Technologies Website Development Trade & Industrial Education
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Using FrontPage Express. Slide 1 Standard toolbars and menus Time indicator: gives an approximation of download time of the page.
MICROSOFT WORD 2007 INTERMEDIATE/ADVANCED. CREATE A NEW STYLE BASED ON A SELECTED TEXT HOME tab > STYLES group dialog launcher > at the bottom of the.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Imports. Odyssey Teacher and Student Import With the Odyssey Import tool, you can create or update teacher and student records directly from a comma‐separated.
This eCPIC Quick Guide has been developed to assist System Administrators with creating Hierarchy Grids in eCPIC. The Hierarchy Grid functionality allows.
1 Peter Fox GIS for Science ERTH 4750 (98271) Week 10, Friday, April 6, 2012 Lab:
CREATING A LABEL MAIL MERGE IN WORD. TERMS FIELDS RECORDS MERGE CODES.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Import Testing Data Presented by: Adrian Ruiz Presented by: Adrian Ruiz.
Create ETID To create a new ETID, select ETID type and click the “New ETID” button or “Create ETID Link”.
MapInfo Professional: Viewing and analyzing data GIS in the Sciences ERTH 4750 (38031) Xiaogang (Marshall) Ma School of Science Rensselaer Polytechnic.
Mastering Mailing Labels. Uses for Mail Merge? Word Mail Merge using a data source Excel Access Outlook.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
11th Annual GeoElections Conference An Introduction to GeoPackager Presented by: Keith Tozier.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Annual Performance Report ( APR ) Data Entry Workflow.
Introduction to Geographic Information Systems Fall 2013 (INF 385T-28620) Dr. David Arctur Research Fellow, Adjunct Faculty University of Texas at Austin.
11 th Annual GeoElections Conference State Statutes and Precinct Design.
11th Annual GeoElections Conference
GeoElections and Voter Focus Interoperability 14 th Annual GeoElections User Conference GeoElections Voter Registration System.
MI Pro Redistricting Tool Flagler County Darlene Walker.
Adding a Picture in ArcGIS. Getting Started Open ArcMap in ArcGIS Add shape files Find pictures on the web save in folder with shape files you added to.
GeoElections Interface to Voter Focus Tamara Holmes Voter Focus Team Lead 1.
GENERATING A NAV EXPORT FILE This document outlines the process used to generate a NAV export file to be sent to the PA so they can update their website.
Enlisted Association of the National Guard of the United States Data Extract Instructional Guide.
14 th Annual GeoElections User Conference
10th Annual GeoElections User’s Conference
Edge Printing capabilities in HP SmartStream Designer
Introducing PRECIS for the new century
Making a JSON file.
Word 2016.
How To Convert To The City District Structure
Prepare data for importing
ADE EDIS READ & Optimizer TRAINING Colorado Department of Education
String several geoprocessing processes
GIS Lecture: Spatial Joins
Unit I: Collecting Data with Forms
Working Spatial Data File Geodatabase
11th Annual GeoElections User’s Conference
Cheat Sheet CSCI 100 JW Ryder
Dreamweaver Basics.
Thematic Maps, Geocoding, Interpolation, …Lab
GIS Lecture: Geoprocessing
Create ETID To create a new ETID, select ETID type and click the “New ETID” button or “Create ETID Link”. To create a new ETID, select ETID type and click.
Displaying and Editing Data
3.00 Understanding the Adobe Dreamweaver interface. (12%)
18th Annual GeoElections Conference
GIS Lecture: Data Tables
Family Table Create a family table: Tools -> Family Table -> Add/delete the table columns -> select the items that you want to use them to form the first.
MapInfo SQL String Functions
10th Annual GeoElections Conference
MapMaker And District Names
Lab #2 Neighborhood Complaint
Presentation transcript:

MapInfo Redistricting Window Rob Tozier 14 th Annual GeoElections User Conference

MapInfo Redistricting Window 14 th Annual GeoElections User Conference As you can see our block table needs to be updated with the new Congressional district numbers.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference First edit the parameters of our VTDBLK1. GeoElections > Parameters > Select Districts and then Select Edit

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Edit/Rename the existing column for Congress to Congressional_2012. Add a new district called Congress CNG Width 4. This will contain our new data from the equivalency file.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 2: Table Maintenance > Table Structure and select our the current VTDBLK1. Rename the CNG column to CNG_2012. Add a column to the block table called CNG, this is the column that will be updated with the data from our equivalency file.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 3: In order to update our CNG column we need to match a field in both our VTDBLK1 and our DOJ Equivalency File. We can match on the first 15 characters in the code, but have to remove the split suffix. We can update the Code field with the first 15 characters of this field. Left$(Code,15)

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 4: Open the equivalency file and run Table > Update Column. Update the VTDBLK1 CNG column getting the values from the equivalency file joining where Code matches Code, obtaining the value of the Congressional District. You can see the CNG field is now populated. Results

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 5: With the CNG field updated, we need to restore the Code field to document the splits that were temporarily removed. Table > Update Column Table to update VTDBLK1 column to update Code. Getting the values from Name. Results

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 6: Run MapMaker to create a 2015 Congressional District Map to use as a layer for reprecincting your county. Results

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Step 7: Open your VTDBLK1 and your newly created Congressional_Distri cts_2015 in a new mapper window. Select Window > New Redistricting Window.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference The source table will be VTDBLK1 using the district field Precinct. Add the Sum(VOTER_POP) to the list of fields to browse and click ok.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference Now that the redistricting window is open organize your workspace accordingly. Place the District browser to the right, size the view just for what you need to see. Do a style override on your Congressional_Districts_20 15 so it is visible and place it as the top layer.

MapInfo Redistricting Window 14 th Annual GeoElections User Conference In order to assign a block to a precinct there are 4 steps. Step 1. Select a block in the precinct you want to assign new blocks to. Step 2. Select Set Target District Step 3. Select new block(s) to add to existing precinct. Step4. Click Assign Selected Blocks

MapInfo Redistricting Window 14 th Annual GeoElections User Conference The District browser keeps track of the count of blocks in each district/precinct and the sum of the voter pop when you add and remove blocks from each district/precinct. Results Precinct M013 Count 12 Sum(VOTER_PC 1028 Precinct M013 Count 13 Sum(VOTER_PC 1192