Example Procedure Log

Size: px
Start display at page:

Download "Example Procedure Log"

Transcription

1 CLKIMMEL.COM Example Procedure Log From City of Raleigh Detailed Intersection Project Charles Lee Kimmel 3/27/2017 This is an example procedure log from my work on the Detailed Intersection Project with the City of Raleigh. I created this project after a need was expressed to me that the detailed intersection files were a mess and slowing down efficiency with the GIS staff. Below illustrates how to replicate the project on a click by click basis. It may be useful to apply the principles and thought processes to another project based on these instructions. This information is 2017 clkimmel.com and City of Raleigh. DO NOT DUPLICATE OR SHARE WITHOUT EXPRESSED PREMISSION FROM AUTHOR OR CITY OF RALEIGH.

2 City of Raleigh Public Utilities GIS Capital City Improvements Prepared by: Charles Lee Kimmel Date: 1 /22/2017 Procedure log for the Detailed Intersection Project: Brief background: The Raleigh PUGIS utilizes historical drawings referred to as detailed intersection drawings (DID) of waterlines along roadways or more commonly road intersections. These historic documents were archived in books and as microfilm. The drawings were later scanned by the department for geocoding into ESRI ArcMap so the PUGIS team could utilize them to aid in the development of the waterline feature class. Problems: The DID are not properly geocoded in ArcMap. Many of the points are scattered, overlap or do not match their intersection. The DID are utilized throughout the PU department and the GIS team and there are many duplicates of these files which should be removed for consistency. Organizational and naming convention issues are abundant with the files. It was discovered that the scanned files are missing various pages from the books. In an attempt to fix this the microfilm (previously thought to be complete) were scanned as well to complete the digital archive. It has also been determined that each set is incomplete and can also contain multiple copies of files. There are now two separate incomplete sets of DID files. Also within each set the filenames differ greatly because the people scanning the files did not follow the same standard filename convention. Efficiency for the GIS staff to utilize these files to aid in the modification or addition of waterline has been degraded. 23 Tasks: Locate all known DID files Organize the files, remove and archive duplicate files (i.e. if one file is duplicated from the scans and the microfilm then the microfilm will be archived into a folder named duplicates with (2).pdf added the filename). Standardize filenames: o The files will be sorted alphabetically and evaluated for standard naming errors. o All the files will be standardized with the correct road type o Separators will be standardized to & o Names of roads will be evaluated for correctness if they are unable to geocode Geocode files: o Files will be geocoded via a.csv by the QGIS MMQGIS geocoding plugin o Develop new schema for the feature class o Utilize Google to locate intersections o Store filenames that could not be located in a notfound.csv file o Manually add not found files via the ArcMap editor o Double check precision of the QGIS geocode output in ArcMap Final product

3 o o o Add the final geocoded feature class to the SDE Upload all files to the main network drive to final DID_Project folder Remove all previous DID files from the main network drive and send out an memorandum order to remove old DID files from personal computers and network folders Software Needed: ArcGIS, MS Excel, Notepad++ (or any text editor that can block select), QGIS Begin Procedure Log Section 1: Locating files and Updating Filename Convention Locate all DID files Search and find all the detailed intersection files on the main network drive The files should be divided into two types Scanned files Microfiche (microfilm) Once located move them into */ directory for processing Update files: Filenames must be updated and will currently appear as follows 56 Scanned files: This That Rd Micofilm files: THIS THAT RD This will help distinguish between the two sets of files while updating names in the future. Open command window (CMD): Right Click + Shift on the folder for the microfilm files and the command window will appear. In the command prompt type: dir /b > _list.txt This will generate a list of the files in that folder Repeat this step for the scanned folder Open the folder for the microfilm files then open _list.txt into notepad++.exe Erase any non-did files that may exist (i.e. NOTADIDFILE.BAT) from _list.txt including _list.txt Double Check that files already look like the above example: THIS THAT RD If not press ctrl + A and right click on the selection and press uppercase to convert all the text and then save Open the folder for the scanned files then open _list.txt into notepad++.exe Erase any non-did files that may exist (i.e. notadidfile.bat) from _list.txt including _list.txt

4 Double Check that files already look like the above example: This That Rd If not press alt and block highlight all the letters of a word except the first letter and convert it to upper or lowercase whichever is needed. After all names have been fixed then save. *NOTE* this step should not be needed for the scanned files but this is listed just in case Create folders: Create a main folder named DID_Project Create folders: Create subfolders in \DID_Project for each letter of the alphabet, duplicates, Micofilm and Scanned Move all files into either Scanned or Micofilm directory. Create a new _list.txt for each the Scanned and Micofilm folder following previous steps Open the included MS Excel template file with the VBA macros named Rename_List_Macro.xlsm or create a new excel sheet and manually update records. Note the VBA code has been included at the end of this document along with more instructions to create a new macro file. Open the _list.txt file from each Scanned or Micofilm into NotePad and remove all non-did filenames from the list. Past the original filenames into column A and B. Column C should have the following code for each filename: =CONCATENATE("ren """,A#,""""," ","""",B#,"""") update the # for the appropriate row number. Run the standardizing macros for the Microfilm (MICROFICHE) and the macro for Scanned (ODID) Here are a few examples of the following items that will be updated (for a complete list see VBA at, &, and, or To: & Rd, St, Blvd, Ct, Cir, Ln, etc To: Road, Street, Boulevard, Court, Circle and Lane Copy column C to column D and paste as values only to remove the formula Open command window (CMD): Right Click + Shift on the folder for the microfilm files and the command window will appear. Copy column D in excel and Right Click on the CMD window and select paste This will rename all the files to the new names from Excel column B

5 Move and combine the scanned and microfilm files together into their appropriate letter subdirectory in this order so the microfilm files will be the last ones added Beginning with folder A: Any duplicated files that are microfilm at this point will be prompted to be automatically named to EXAMPLE (2).pdf and then should be moved to the duplicated folder. Open command window (CMD): Right Click + Shift on the folder and the command window will appear. In the command prompt type: dir /b > _list.txt This will generate a list of the files in that folder Repeat these steps for each letter subfolder Now all files have been located and stored on the network drive under /DID_Project *(to be updated when finished) Section 2: Standardizing Filenames Further and Creating the.csv Geocoding Template Open _list.txt from folder A into NotePad and remove all non-did files. Open MS Excel and name the default worksheet GEOCODE_A Create the following column headers: FID, ADDRESS, GEOCODING_C, LOCATED, GRID_TYPE, DUPLICATED, CITY, STATE, COUNTRY, HYPERLINK, CODE_L Create another worksheet in excel named WORKING and add the following column headers: FID, INTERSECTIONS, DUPLICATED, GEOCODE, ORIGINAL, NEW FILE Copy the filenames from _list.txt into worksheet WORKING under column INTERSECTIONS and column ORIGINAL Examination of file names: Highlight column INTERSECTIONS and select conditional formatting > highlight cell rules > duplicate values At this point if there are any duplicates in the column they will be highlighted red (although this should not be the case at this time because you should have already been prompted for duplicates when copying and combining the files to their subfolders). Populate the FID field giving each file a unique number Highlight the column INTERSECTIONS and press Ctrl + H Find and Replace the following in brackets with what is in curly brackets in the following order (these are case sensitive): [.PDF] {.pdf}, [ ] { }, [, ] { & }, [U.S. #1] {US 1}, [Gird] {GRID], [Stirp Map] {Strip Map} Now manually examine the filenames for:

6 Spelling mistakes Parenthesis that are broken A common issue with the microfilm files can be that they do not have any road type indicator after the road name so this has to be manually added Any other issues that may prevent duplicate files for matching As these issues are fixed the column should begin to highlight the new duplicated filenames Once the entire list has been examined sort the column INTERSECTIONS by cell color and A-Z Fill in the column DUPLICATED : Any cell that is NOT highlighted = N Any highlighted cell that is All Caps for microfilm = 2 Any highlighted cell that is Normal text for Scanned = Y After this is complete sort by column DUPLICATED and highlight any cell in column INTERSECTIONS that has a 2 in column DUPLICATED associated with it. Find and Replace the following in brackets with what is in curly brackets (these are case sensitive): [.pdf] { (2).pdf} Copy column INTERSECTIONS to column GEOCODE here Find and Replace the following in brackets with what is in curly brackets (these are case sensitive): [ (Grid*] {}, [ (Strip*] {}, [ (Zone*] {} and [.pdf] {} This will clear the cells of any information after the road names Reopen: Rename_List_Macro.xlsm Past column ORIGINAL into column A and column INTERSECTIONS into column B Copy column C to column D and past as values only and then copy column D again Open command window (CMD): Right Click + Shift on folder A and the command window will appear. 157 In the command prompt: Right click and select paste This will now update all the names in folder A Populate the worksheet GEOCODE_A: Copy from WORKING Sheet TO GEOCODE_A Sheet FID = Give sequential numbers for each file name i.e ADDRESS = Copy column INTERSECTIONS here GEOCODING_C = Copy column GEOCODE here LOCATED = Assign all cells to M GRID_TYPE = Copy column INTERSECTIONS here this will be the type of drawing or grid number Do a Find and Replace the following in brackets with what is in curly brackets (these are case sensitive): [*(Grid] { GRID}, [*(Strip] { Strip}, [*(Zone] { Zone} and [).pdf] {} DUPLICATED = Copy column DUPLICATED here

7 CITY = Raleigh STATE = North Carolina COUNTRY = USA HYPERLINK = *\A\Example Road & This Street (Grid 000).pdf The easiest way to generate this is to prefill the standard directory name in this column and then concatenate. Enter =J2&A2 into cell L and copy the quick fill the formula down and copy and paste values only into column HYPERLINK CODE_L = The Letter of the Folder the drawings are from i.e. A Save the file as GEOCODE_A.xlsx and another as GEOCODE_A.csv Open QGIS Import the MMQGIS PLUGIN Open the MMQGIS PLUGIN and select GEOCODE > Geocode CSV with Google / OpenStreetMap Geocode CSV with Google / OpenStreetMap Tool: To utilize this tool click Browse > find and select GEOCODE_A.csv > then fill in the fields as follows: Address Field = GEOCODING_C, City Field = CITY, State Field = STATE, Country Field = COUNTRY, Web Services = Google Maps Google API Key = (none). Output Shapefile = *\A\Shapefile\GEOCODE_A.shp Not found Output List = *\A\Shapefile\notfound.csv See Figure 1 for detailed layout of QGIS and Figure 2 for the geocoding tool. QGIS will show the geocoding progress in the lower left corner of the window. Once this is complete two output files will be generated. 1. A shapefile containing the newly geocoded points and 2. a comma delimited values file (.csv) that will contain the intersections that could not be located.

8 Figure 1: QGIS program layout. A: is the location of the MMQGIS plugin that the geocoding tool is located. B: represents the progress of the geocoding tool during processing. 191

9 Figure 2: Geocode CSV with Google / OpenStreetMap Tool. To utilize this tool select Browse for select GEOCODE_A.csv > then fill in the fields as shown above. Address Field = GEOCODING_C, City Field = CITY, State Field = STATE, Country Field = COUNTRY, Web Services = Google Maps Google API Key = (none). Output Shapefile = *\A\Shapefile\GEOCODE_A.shp Not found Output List = *\A\Shapefile\notfound.csv Press OK after all the fields have been filled in QGIS will geocode all the files from the GEOCODING_C column Open ArcGIS and add the newly generated GEOCODE_A.shp to the data view. Update the symbology to make the points more visible Open the attribute table From the WAKE SDE add the following features: WAKE.HYDRO_LINE WAKE.PROPERTY WAKE.RAILROAD WAKE.STREET_ALL WAKE.YE_OLE_TAX_GRID From the RPUD SDE add the following features: RPUD.wAbandonedLine RPUD.wControlValve RPUD.wFitting RPUD.wHydrant RPUD.wLateralLine RPUD.ssManhole RPUD.wNetworkStructure RPUD.wPressureMain

10 Apply the appropriate symbology to each feature class (See Figure 3 for an example) From ArcGIS services maps.raleighnc.gov add all the ortho-images to the data view Begin an edit session on GEOCODE_A.shp Select points from GEOCODE_A and the intersecting roads under that point Check that the filename matches the intersecting road names If they do then type Y into the LOCATED field for that feature If not then Open the pdf file that was not properly located and examine the names on the drawing for to make sure there are no spelling errors in the filename and possible road realignments or name changes. Utilize Google Maps to double check the road names and locations. Fix any errors found and update all occurrences of the filename i.e. in all entries in ArcMap and the actual file. To locate the correct intersection or roads from the previous step do the following In ArcGIS Search by attribute WAKE.STREETS_ALL and enter the following CARTONAME LIKE %EXAMPLE 1% OR CARTONAME LIKE %EXAMPLE 2% DO NOT ENTER THE NAMES AS FOLLOWS: CARTONAME LIKE %EXAMPLE 1 ROAD% OR CARTONAME LIKE %EXAMPLE 2 STREET% The % symbol is a wildcard character this will allow the SQL query to look for any strings associated with the name i.e. CARTONAME LIKE %EXAMPLE 1% can return many possible selections for example: EXAMPLE 1 ST, EXAMPLE 1 RD, EXAMPLE 1 BLVD, W EXAMPLE 1 ST, and etc. Utilize this operation to narrow the search that most logically fits the intersection names. If the correct intersection is located after searching move the point over the newly selected intersection or location If the intersection still could not be located then further analysis is needed either enter N into the LOCATED field or try and locate the intersection through other historical documentation. Follow these procedures to enter and double check all geocoded points. Save edits Open the *\notfound.csv file in Excel Open Google Maps or utilize any files with historic road names Analyze historic documents and Google Maps to locate any of the intersections in the notfound file. Select create feature and manually add the notfound intersections to the shapefile Copy and paste the attributes from the notfound.csv file into the shapefile attribute table

11 Add all the notfound intersections manually until completed Click save edits to finalize the changes NOTE: it is a good management practice to save edits often to prevent data loss or degradation All the steps from Section 2 need to be repeated for each subfolder (i.e. folders A, B, C,, Z) until all the files are properly geocoded Figure 3: ArcMap layout. This represents the general layout of ArcMap during this project. Note the symbology of roads and DID points. The utilization of max and min visibility of RPUD features and the orthoimages was set to 1:20,000 which will greatly boot map refresh performance.

12 Figure 4: Utilize the attribute table in quadrants. This will allow all the important feature attributes open to help locate known and unknown intersections.

13 Detailed Intersection Drawing Project Workflow Start Develop a VBA script to automate the standardization. Start workflow Key to Workflow Multiple documents Locate all Scanned files Microfilm files No Are all DID files located? Do most the files need to be fixed? Manually fix the few filename problems Prepare action Decision Process Termination point Yes Filenames have been standardized Are filenames in a standardized convention? No Rename and organize files to prepare for geocoding Yes Repeat process until A-Z files have been geocoded Are filenames clear enough to be geocoded? Yes No Open ArcMap and QA/QC that QGIS geocoded correctly Sort all shapefiles and insure that they are complete No Begin an edit session and manually correct errors or add files that were not located by QGIS geocoding Create directories for letters A-Z and sort all files in to their alphabetical directory Geocode files using QGIS alphabetically output will be GEOCODE_%.shp

14 MS Excel VBA Code: This section will discuss the creation of VBA macros in MS Excel. To create new macros in Excel open the visual basic editor. To do this select the file tab and then click the options button (see figure 5). Figure 5: Excel 2010 menu layout and location of macros button. Then click Customize Ribbon and under Customize the Ribbon: select Developer (see figure 6) and press OK.

15 Figure 6: Location of the Developer tab to access the visual basic editor. Click on the visual basic button to open the editor window (figure 7). Figure 7: Access the VBA editor in Excel. Inside the project window right click and select Insert > Module (figure 8).

16 Figure 8: The visual basic editor in MS Excel. Create 2 new modules and paste the Microfilm VB Code into module 1 and then paste the Scanned Files VB Code into module 2. Brief understanding of the code: Columns("X:X").Select = Where X is any letter that represents the desired column Selection.Copy = This command copies the selected cells ActiveSheet.Paste = This will paste the clipboard into selected cells Application.CutCopyMode = False = prevents the data from being cut or deleted from copy Selection.Replace What:="X ", Replacement:="Y", This command will replace X with Y in a selection. Copy this whole segment, change X and Y to the desired stings for search and replace. LookAt =xlpart is used to search for any part of the string. Use xlwhole to search the entire cell for matching cases. SearchOrder by rows searches across rows then down to the next row, by columns searches down columns then to the next column. MatchCase matches the case of the text being searched. Search format looks for a predefined format when searching. = Replaces the format of a selected cell. Sub SOMENAME() = This defines the start of a script End Sub = This defines the end of a script The remaining code should be copied as typed here is no further understanding of VBA exists.

17 Microfilm VBA Macro Code: Sub MICROFICHE() ' ' MICROFICHE Macro ' ' Columns("A:A").Select Selection.Copy Columns("B:B").Select ActiveSheet.Paste Application.CutCopyMode = False Columns("B:B").Select Selection.Replace ", Replacement:=" & ", Selection.Replace What:=". & ", Replacement:=" & ", Selection.Replace What:=". - ", Replacement:=" - ", Selection.Replace What:=". ", Replacement:=" & ", Selection.Replace What:=".,", Replacement:=" & ", Selection.Replace What:="_", Replacement:=" ", LookAt:=xlPart, _ Selection.Replace What:=" ST ", Replacement:=" STREET ", Selection.Replace What:=" AVE ", Replacement:=" AVENUE ", LookAt:=xlPart _, Selection.Replace What:=" BLVD ", Replacement:=" BOULEVARD ", LookAt:= _ xlpart, Selection.Replace What:=" BLVD,", Replacement:=" BOULEVARD,", LookAt:= _ xlpart, Selection.Replace What:=" LN ", Replacement:=" LANE ", Selection.Replace What:=" PL ", Replacement:=" PLACE ", Selection.Replace What:=" RD ", Replacement:=" ROAD ", Selection.Replace What:=" TR ", Replacement:=" TRAIL ", Selection.Replace What:=" TRL ", Replacement:=" TRAIL ", Selection.Replace What:=" DR ", Replacement:=" DRIVE ", Selection.Replace What:=" CT ", Replacement:=" COURT ", Selection.Replace What:=" CIR ", Replacement:=" CIRCLE ", LookAt:=xlPart _, Selection.Replace What:=" PL ", Replacement:=" PLACE ", Selection.Replace What:=" ST.", Replacement:=" STREET.", Selection.Replace What:=" DR.", Replacement:=" DRIVE.", Selection.Replace What:=" LN.", Replacement:=" LANE.", Selection.Replace What:=" TR.", Replacement:=" TRAIL.",

18 Selection.Replace What:=" BLVD.", Replacement:=" BOULEVARD.", Selection.Replace What:=" PL.", Replacement:=" PLACE.", Selection.Replace What:=" AVE.", Replacement:=" AVENUE.", LookAt:=xlPart _, Selection.Replace What:=" CT.", Replacement:=" COURT.", Selection.Replace What:=" CIR.", Replacement:=" CIRCLE.", LookAt:=xlPart _, Selection.Replace What:=" RD.", Replacement:=" ROAD.", Selection.Replace What:=" DR.", Replacement:=" DRIVE.", Selection.Replace What:=", ", Replacement:=" & ", Sheets("File_List_Working").Select Selection.Replace What:=" - ", Replacement:=" (GRID ", Selection.Replace What:=".pdf", Replacement:=").pdf", Columns("C:C").Select Selection.Copy Columns("D:D").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub Scanned Files VBA Macro Code: Sub ODID() ' ' ODID Macro ' ' Columns("A:A").Select Selection.Copy Columns("B:B").Select ActiveSheet.Paste Application.CutCopyMode = False Columns("B:B").Select Selection.Replace ", Replacement:=" & ", Selection.Replace What:=" Tr ", Replacement:=" Trail ", Selection.Replace What:=" Tr.", Replacement:=" Trail.", Selection.Replace What:=" Tr,", Replacement:=" Trail,", Selection.Replace What:=" Rd ", Replacement:=" Road ", Selection.Replace What:=" Dr ", Replacement:=" Drive ", Selection.Replace What:=" St ", Replacement:=" Street ", Selection.Replace What:=" Ave ", Replacement:=" Avenue ", LookAt:=xlPart _, Selection.Replace What:=" Ave, ", Replacement:=" Avenue, ", LookAt:=xlPart _, Selection.Replace What:=" Ln ", Replacement:=" Lane ", Selection.Replace What:=" Cir ", Replacement:=" Circle ", LookAt:=xlPart _, Selection.Replace What:=" Blvd ", Replacement:=" Boulevard ", LookAt:= _

19 xlpart, Selection.Replace What:=" Blvd.", Replacement:=" Boulevard.", LookAt:= _ xlpart, Selection.Replace What:=" Blvd,", Replacement:=" Boulevard,", LookAt:= _ xlpart, Selection.Replace What:=" Tr ", Replacement:=" Trail ", Selection.Replace What:=" Trl ", Replacement:=" Trail ", Selection.Replace What:=" Rd.", Replacement:=" Road.", Selection.Replace What:=" Rd,", Replacement:=" Road,", Selection.Replace What:=" Dr,", Replacement:=" Drive,", Selection.Replace What:=" Ct,", Replacement:=" Court,", Selection.Replace What:=" Ct ", Replacement:=" Court ", Selection.Replace What:=" Cir,", Replacement:=" Circle,", LookAt:=xlPart _, Selection.Replace What:=" Ln,", Replacement:=" Lane,", Selection.Replace What:=" St,", Replacement:=" Street,", Selection.Replace What:=" Pl,", Replacement:=" Place,", Selection.Replace What:=" Pl ", Replacement:=" Place ", Selection.Replace What:=" Dr.", Replacement:=" Drive.", Selection.Replace What:=" Trl ", Replacement:=" Trail ", Selection.Replace What:="_", Replacement:=" ", LookAt:=xlPart, _ Selection.Replace ", Replacement:=" & ", Selection.Replace What:=". & ", Replacement:=" & ", Selection.Replace What:=". - ", Replacement:=" - ", Selection.Replace What:=". ", Replacement:=" & ", Selection.Replace What:=".,", Replacement:=" & ", Selection.Replace What:=", ", Replacement:=" & ", Selection.Replace What:="_", Replacement:=" ", LookAt:=xlPart, _ ActiveWindow.ScrollColumn = 2 Columns("C:C").Select Selection.Copy Columns("D:D").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

Quantitative Techniques: Laboratory 4 Revision

Quantitative Techniques: Laboratory 4 Revision Quantitative Techniques: Laboratory 4 Revision Overview In this lab your tasks are: 1. Complete Lab 3 (learn how put a loop into macros) 2. Practice with summary statistics 3. Binomial distribution Task

More information

URGENT: MEDICAL DEVICE CORRECTION

URGENT: MEDICAL DEVICE CORRECTION 30 October 2017 The issues described in the attached letter only occur during an import of a drug library. If you have performed an import of a Plum 360 drug library or there is a need to perform an import

More information

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop

The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop The Data Journalist Chapter 7 tutorial Geocoding in ArcGIS Desktop Summary: In many cases, online geocoding services are all you will need to convert addresses and other location data into geographic data.

More information

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file.

Tips on Excel. Discover some tips to organize and lay out your Excel file and convert it into a CSV or PDF file. Tips on Excel Your business partners or retailers are listed in an Excel file and you want to put them on an interactive map? It's simple with the Click2map's Editor. A simple import process exists to

More information

Opera Customer Information System Guide. Version 2.0 January 2011

Opera Customer Information System Guide. Version 2.0 January 2011 Opera Customer Information System Guide Version 2.0 January 2011 Contents Opera Customer Information System: What is it?... 2 Using the Lookup Feature... 2 Information on the Profile Screen... 4 Central

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Global Software, Inc.'s Distribution Manager User Manual. Release V12 R5 M1

Global Software, Inc.'s Distribution Manager User Manual. Release V12 R5 M1 Global Software, Inc.'s Distribution Manager User Manual Release V12 R5 M1 Worldwide Headquarters 3201 Beechleaf Court Raleigh, NC 27604 USA +1.919.872.7800 www.glbsoft.com EMEA Headquarters 500 Chiswick

More information

Mapping Tabular Data

Mapping Tabular Data Mapping Tabular Data ArcGIS Desktop 10.1 Instructional Guide Kim Ricker GIS/Data Center Head (713) 348-5691 Jean Niswonger GIS Support Specialist (713) 348-2595 This guide was created by the staff of the

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program.

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Starting Excel Option 1: Click the Start button on the taskbar, then Programs>Microsoft

More information

Group Administrator. ebills csv file formatting by class level. User Guide

Group Administrator. ebills csv file formatting by class level. User Guide Group Administrator ebills csv file formatting by class level User Guide Version 1.0 February 10, 2015 Table of Content Excel automated template... 3 Enable Macro setting in Microsoft Excel... 3 Extracting

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Georeferencing Tutorials and Recommended Practices

Georeferencing Tutorials and Recommended Practices March 21, 2008 Georeferencing Tutorials and Recommended Practices Topic Page Introduction 1 Preparing address data for georefernecing 1 Available address geocoders, pros and cons 1 Using Batchgeocode.com

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

You will demonstrate two strategies commonly used to geocode data, and demonstrate an ability to gather address data from a typical state database.

You will demonstrate two strategies commonly used to geocode data, and demonstrate an ability to gather address data from a typical state database. Steve Graves Forensic Geography Lab: Preparing Address Data for Geocoding Background One of the most commonly used tools for people using GIS is geocoding. Geocoding, also sometimes called address mapping,

More information

Geocoding Reference USA data in ArcMap 9.3

Geocoding Reference USA data in ArcMap 9.3 Tufts GIS Tip Sheet Geocoding Reference USA data in ArcMap 9.3 Written by Barbara Parmenter Revised 3/1/2011 In this exercise, you will map businesses or services for a town in the Boston metropolitan

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing HGIS Workshop Module 1 Georeferencing Large Scale Scanned Historical Maps Objective: Learn the Principles of Georeferencing 1) In ArcMap, open the project 01 data\arcdata_10_1\arcdata\toronto\georeference.mxd

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report. Creating Address Labels from Microsoft Word Mail Merge If you want to send a mass mailing to an address list that you maintain in a Microsoft Office Excel worksheet, you can use a Microsoft Office Word

More information

Geocoding Address Data

Geocoding Address Data Geocoding Address Data First, you need to download the dataset for this exercise from out web server at http://www.library.yale.edu/mapcoll/beta/files/data/geocode_data.zip. Create a folder (use your initials

More information

Chapter 7. A Quick Tour of ArcGIS Pro

Chapter 7. A Quick Tour of ArcGIS Pro Chapter 7 A Quick Tour of ArcGIS Pro Skills you will learn: This tutorial is intended to get you going using ArcGIS Pro, a new desktop application that is part of ArcGIS Desktop. A separate tutorial gives

More information

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Updated: 10/17/2018 Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Table of Contents Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting... 3 Introduction... 3 Getting Started...

More information

Managing Multiple Layouts in ArcGIS Pro

Managing Multiple Layouts in ArcGIS Pro Managing Multiple Layouts in ArcGIS Pro By Mike Price, Entrada/San Juan, Inc. What you will need ArcGIS Desktop with ArcMap 10.4 or higher and ArcGIS Pro 1.4 licenses ArcGIS Online for organizations account

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

Workshop on Census Data Processing. TELEform Designer User Manual

Workshop on Census Data Processing. TELEform Designer User Manual Workshop on Census Data Processing TELEform Designer User Manual Contents TELEFORM MODULES... 1 TELEFORM DESIGNER MODULE... 1 FORM TEMPLATES... 1 Available Form Templates... 2 THE DESIGNER WORKSPACE...

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Updated 6-7-2013 1 Training Index Part I Introduction to the IRA Reporting Tool IRA Resources (3) Logging onto the system (4) Navigating the Dashboard (5-9) Running

More information

SAS Universal Viewer 1.3

SAS Universal Viewer 1.3 SAS Universal Viewer 1.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Universal Viewer 1.3: User's Guide. Cary, NC: SAS

More information

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs)

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs) 1" Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes (Not Monographs) See Help Sheet: Tab-Delimited File and Compound Object - Monograph Content "2" Page 4: Why use Tab-delimited

More information

Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set.

Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set. Microsoft Power Tools for Data Analysis #04: Power Query: Import Multiple Excel Files & Combine (Append) into Proper Data Set Table of Contents: Notes from Video:. Goal of Video.... Main Difficulty When

More information

MultiSite Suite: Accounts Payable

MultiSite Suite: Accounts Payable MultiSite Suite: Accounts Payable User s Manual version 6 Copyright & Trademarks Copyright Notice and Trademarks 2010 MultiSite Systems, All rights reserved. Microsoft, Windows, Excel, and Outlook are

More information

MICROSOFT EXCEL KEYBOARD SHORCUTS

MICROSOFT EXCEL KEYBOARD SHORCUTS MICROSOFT EXCEL KEYBOARD SHORCUTS F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end F3 Displays the (Insert > Name > Paste) dialog

More information

Step by Step How to Manual

Step by Step How to Manual www.quintewestmaps.com Step by Step How to Manual Click on to accept the disclaimer and go to the web GIS Step by Step Web Based GIS Interface Layout of Web Based GIS Save your Favorite Map Views Link

More information

GPS TO GIS EXERCISE (30 PTS)

GPS TO GIS EXERCISE (30 PTS) GPS TO GIS EXERCISE (30 PTS) This exercise will allow you to demonstrate your cumulative knowledge of using a GPS receiver to collect data with locational information, downloading this data to a desktop

More information

Collage II Tips and Tricks

Collage II Tips and Tricks Collage II Tips and Tricks Peter Mosinskis, Supervisor of Web Services, CSUCI Table of Contents Introduction... 1 Copy and Paste from Word... 2 Option 1. Word Notepad Collage... 2 Option 2. Word Dreamweaver

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Geocoding vs. Add XY Data using Reference USA data in ArcMap

Geocoding vs. Add XY Data using Reference USA data in ArcMap Geocoding vs. Add XY Data using Reference USA data in ArcMap 10.4.1 Written by Barbara Parmenter. Revised by Carolyn Talmadge 2/27/2017 GETTING BUSINESS DATA FROM REFERENCE USA BY NAICS AND CITY... 2 MODIFY

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

More information

GIS Virtual Workshop: Geocoding

GIS Virtual Workshop: Geocoding This module will deal with the concept of geocoding of data. Geocoding is placing a data point which does not have a X, Y reference (no Latitude and Longitude) and automatically mapping it by knowing the

More information

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector and on ODE

More information

Gaston County GIS. Interactive Mapping Website

Gaston County GIS. Interactive Mapping Website Gaston County GIS Interactive Mapping Website The Gaston County GIS mapping website optimizes the available window viewing area and has interactive tools, collapsible menus and movable windows. This map

More information

GOOGLE SHEETS TUTORIAL

GOOGLE SHEETS TUTORIAL GOOGLE SHEETS TUTORIAL STM TRAINING PROGRAM BY BREANA NARINE (Instructional Design Assistant) Google Sheets Tutorial Google Sheet is an online service provided by Google where you are able to create new

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Excel Tools Features... 1 Comments... 2 List Comments Formatting... 3 Center Across... 3 Hide Blank Rows... 3 Lists... 3 Sheet Links...

Excel Tools Features... 1 Comments... 2 List Comments Formatting... 3 Center Across... 3 Hide Blank Rows... 3 Lists... 3 Sheet Links... CONTEXTURES EXCEL TOOLS FEATURES LIST PAGE 1 Excel Tools Features The following features are contained in the Excel Tools Add-in. Excel Tools Features... 1 Comments... 2 List Comments... 2 Comments...

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

FAQ & Troubleshooting

FAQ & Troubleshooting FAQ & Troubleshooting What is the most common issue users have when using the site? Pop-Up Blocker!!! Any link external to the viewer requires a new window to be opened in the browser. See My map or report

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017 Component Templates Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Vault 2.5, in conjunction with Altium Designer 15.1, brings support for creating and defining Component

More information

Tutorial 1 - Setting up your first process

Tutorial 1 - Setting up your first process Version 8.2 SolveXia Pty Ltd AUTOMATE ACTIVATE ACCELERATE CONTENTS INTRODUCTION... 3 CASE STUDY... 4 SOLUTION... 4 ILLUSTRATION OF STEPS IN PROCESS... 5 A LOGIN TO THE SYSTEM... 6 A.1 SCREEN LAYOUT...

More information

Xfmea Version 10 First Steps Example

Xfmea Version 10 First Steps Example Xfmea Version 10 First Steps Example This example provides a quick introduction to the Xfmea software by allowing you to experiment with the application s data management, analysis and reporting features.

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

Microsoft Excel > Shortcut Keys > Shortcuts

Microsoft Excel > Shortcut Keys > Shortcuts Microsoft Excel > Shortcut Keys > Shortcuts Function Keys F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end* F3 Displays the (Insert

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

How to Create Student Accounts and Assignments

How to Create Student Accounts and Assignments How to Create Student Accounts and Assignments From the top navigation, select My Classes and click My Students Carolina Science Online will allow you to either create a single student account, one at

More information

Introduction to QGIS: Instructor s Notes

Introduction to QGIS: Instructor s Notes 2016 Introduction to QGIS: Instructor s Notes Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module

More information

Workbooks (File) and Worksheet Handling

Workbooks (File) and Worksheet Handling Workbooks (File) and Worksheet Handling Excel Limitation Excel shortcut use and benefits Excel setting and custom list creation Excel Template and File location system Advanced Paste Special Calculation

More information

Sort, Filter, Pivot Table

Sort, Filter, Pivot Table Sort, Filter, Pivot Table Sort A common database task is to rearrange the information based on a header/field or headers/fields. This is called Sorting or Filtering. Sorting rearranges all of the information

More information

Analysing crime data in Maps for Office and ArcGIS Online

Analysing crime data in Maps for Office and ArcGIS Online Analysing crime data in Maps for Office and ArcGIS Online For non-commercial use only by schools and universities Esri UK GIS for School Programme www.esriuk.com/schools Introduction ArcGIS Online is a

More information

Geocoding Address Data

Geocoding Address Data Preparing for the tutorial Geocoding Address Data First, you need to download the dataset for this exercise from out web server at http://www.library.yale.edu/mapcoll/files/data/geocode_data.zip. Create

More information

Part 2: Build your own Map Tour with ArcGIS Online

Part 2: Build your own Map Tour with ArcGIS Online Part 2: Build your own Map Tour with ArcGIS Online Tutorial Overview In this tutorial, students will create and publish their own Map Tour application, a type of Story Map Web application, through ArcGIS

More information

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development.

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development. Name: Tested Excel Version: Compatible Excel Version: Item_Master_addin.xlam Microsoft Excel 2013, 32bit version Microsoft Excel 2007 and up (32bit and 64 bit versions) Description The Item_Master_addin.xlam

More information

Topic 4D: Import and Export Contacts

Topic 4D: Import and Export Contacts Topic 4D: Import and Export Contacts If a corporation merges with another corporation it may become necessary to add the contacts to the new merged companies contact folder. This can be done by Importing

More information

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

EXCEL CONNECT USER GUIDE

EXCEL CONNECT USER GUIDE USER GUIDE Developed and published by Expedience Software Copyright 2012-2017 Expedience Software Excel Connect Contents About this Guide... 1 The Style Palette User Guide 1 Excel Connect Overview... 2

More information

Working with demographic grids in QGIS

Working with demographic grids in QGIS Working with demographic grids in QGIS Anna Dmowska dmowska@amu.edu.pl April 2017 1. Introduction SocScape (Social Landscape) is a research project which provides open access to high resolution (30 m)

More information

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel New Perspectives on Microsoft Excel 2016 Module 1: Getting Started with Excel 1 Objectives, Part 1 Open and close a workbook Navigate through a workbook and worksheet Select cells and ranges Plan and create

More information

IRA Basic Running Financial Reports

IRA Basic Running Financial Reports IRA Basic Running Financial Reports Dartmouth College maintains a data warehouse of institutional finances, student data, advancement giving and other important measures. Institutional Reporting and Analysis

More information

Chapter 7. Joining Maps to Other Datasets in QGIS

Chapter 7. Joining Maps to Other Datasets in QGIS Chapter 7 Joining Maps to Other Datasets in QGIS Skills you will learn: How to join a map layer to a non-map layer in preparation for analysis, based on a common joining field shared by the two tables.

More information

PL/SQL Developer 7.0 New Features. December 2005

PL/SQL Developer 7.0 New Features. December 2005 PL/SQL Developer 7.0 New Features December 2005 L/SQL Developer 7.0 New Features 3 Contents CONTENTS... 3 1. INTRODUCTION... 5 2. DIAGRAM WINDOW... 6 2.1 CREATING A DIAGRAM...6 2.2 SAVING AND OPENING

More information

Word 2016 Advanced. North American Edition SAMPLE

Word 2016 Advanced. North American Edition SAMPLE Word 2016 Advanced Word 2016 Advanced North American Edition WORD 2016 ADVANCED Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Excel Vba Manually Update Links On Open File Ignore

Excel Vba Manually Update Links On Open File Ignore Excel Vba Manually Update Links On Open File Ignore Programming Excel with VBA.NET. Search in book The file to open. UpdateLinks. One of these If the workbook requires a password, this is the password

More information

Presenter: Susan Campbell Wild Rose School Division

Presenter: Susan Campbell Wild Rose School Division Presenter: Susan Campbell Wild Rose School Division What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used for entering and analyzing

More information

NJUNS Users Guide.

NJUNS Users Guide. NJUNS Users Guide www.njuns.com The National Joint Utilities Notification system, NJUNS, is a national organization of member utilities formed for the purpose of improving the coordination of joint ventures.

More information