Geog 375 Miguel Garcia May 16, 2012. Purpose The slowed rate of connectivity in the field for the CCTV inspection crews while using the city’s WiFi has.

Slides:



Advertisements
Similar presentations
S the of partnership power Evaluation Code 030 Presenter: Laura Key, Taylor University Monday, April 9th - 8:30 AM Building a Self- Refreshing MS Access.
Advertisements

My EBSCOhost Tutorial Tutorial support.ebsco.com.
Support.ebsco.com Using the Search History Feature Tutorial.
AD User Import From SIMS.NET
Restaurant Database Food across California Rebecca Flores GEOG 375.
HOW TO IMPORT AND EXPORT DATA. Why do I need to use Export/Import? Here are some examples: If you have a laptop that you take home (or have a home version.
Why python? Automate processes Batch programming Faster Open source Easy recognition of errors Good for data management What is python? Scripting programming.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
 Workflow that manages concurrent multiuser editors on a single ArcSDE data source  Versions represent states or views of the geodatabase  Edits.
Managing User Settings with Group Policy
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 5: User Environment and Multiple Languages.
®® Microsoft Windows 7 for Power Users Tutorial 10 Backing Up and Restoring Files.
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
Querying an Avian Inventory Database and Visualizing the Results GEORGE WASHINGTON BIRTHPLACE NATIONAL MONUMENT NATIONAL PARK SERVICE NR 595D Final Project.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Module 2 Creating Active Directory ® Domain Services User and Computer Objects.
Gorman, Stubbs, & CEP Inc. Introduction to Operating Systems Lesson 5 Windows 2000 Professional.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 5 1 Control Panel Applets.
Matching school attendance boundaries with schools from CCD dataset.
5.1 © 2004 Pearson Education, Inc. Lesson 5: Administering User Accounts Exam Microsoft® Windows® 2000 Directory Services Infrastructure Goals 
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
University of Management & Technology 1 Operating Systems & Utility Programs.
Python and GIS Brendan Duffy. Background Utility data management for all new and existing construction/projects on campus is managed by the GIS department.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 4 Microsoft Windows XP.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
Overview Introduction to Managing User Environments Introduction to Administrative Templates Using Administrative Templates in Group Policy Assigning Scripts.
Exploring ArcToolbox Presented by: Isaac Johnson.
Guide to Linux Installation and Administration, 2e1 Chapter 10 Managing System Resources.
Module 2: Managing User and Computer Accounts. Overview Creating User Accounts Creating Computer Accounts Modifying User and Computer Account Properties.
Mail Attender for Exchange Technical Overview Presentation Introduction Sherpa Software Group Narrated by Thomas Hand Approximate Time 15 minutes.
August 2007 AIMS Coordinators Meeting SQL Server 2005 & ArcSDE 9.2 Scott Rice GIS DBA.
Matt Eitrem GIS Coordinator City of Ashland Wisconsin.
Using GIS Networks to Represent Model Networks May 19, 2009 Hoyt Davis & Chunyu Lu Gannett Fleming, Inc.
ArcGIS Pro What it is: “essential application for creating and working with spatial data on your desktop.” “It will not replace arcmap” (at least for.
Chapter 8 Configuring and Managing Shared Folder Security.
 GPS data collection and workflow  Spatial Analyses.
Nfs or ftp server Server 1 Server 2 ClinCapture web app SAS script SAS REST notification service [SAS RNS] (can be run as standalone app) upload / download.
Ten Common Computer Problems That Can Easily Be Fixed By: Sam Merrifield.
Operating Systems Written by: Tim Keyser Georgia CTAE Resource Network 2010.
Computer Basics Boot Camp HPCSD Instructional Technology Department.
Visual Basic for Application - Microsoft Access 2003 Finishing the application.
Juanita Cano City of Sacramento Spring 2014 Geography 375.
Configuring and Deploying Web Applications Lesson 7.
1 Configuring Sites Configuring Site Settings Configuring Inter-Site Replication Troubleshooting Replication Maintaining Server Settings.
Centralized Settings for Noxturnal  How to manage Noxturnal‘s Default Settings through Noxturnal Administrator mode  How to centralize Noxturnal settings.
1 Chapter Overview Monitoring Access to Shared Folders Creating and Sharing Local and Remote Folders Monitoring Network Users Using Offline Folders and.
“Candidates were not advantaged by defining every type of operating system provided as examples in the explanatory notes of the standard. Candidates who.
AZ PASS User Group Azure Data Factory Overview Josh Sivey, Solution Partner October
Outline of Script Import Modules Setup Workspace Environment and Assign Data Path Variables Summary of Script Title and Author Info.
Using Crontab with Ubuntu
Lecture 3 Interacting with Data.
Project Objectives Publish to a remote server
3.5 Databases Relationships.
Improving Georeferencing Workflow with Python
Module 4: Managing Access to Resources
GIS for managing public utilities in the City of Frisco – A demonstration by Usha Eleswarapu.
Tan Hoang GEOG 362 – Final Project
DOWNTOWN RESTAURANTS AND CRIME RELATIONSHIPS
CCA Skill Certification
Authoring a FieldPro Map
Microsoft Office Access 2003
Virginia Lenvik Geography 375 Spring 2013
Noble County GIS Practical Uses of Model Builder
Processing Well Data Points to be Used in Google Earth
Final Project Geog 375 Daniel Hewitt.
Ideal Parcels Locator Script
Geog 375 Individual Final Programming Project: Automated Thematic Maps
Presentation transcript:

Geog 375 Miguel Garcia May 16, 2012

Purpose The slowed rate of connectivity in the field for the CCTV inspection crews while using the city’s WiFi has prompted the implementation for the feature classes to be copied locally to speed up ArcMap. The CCTV operators must have the most current/correct information on gravity mains and upstream and downstream access points so that the selected mains, which are being selected in ArcMap, and then imported into ITPipes contains the current attributes and only updates/edits by the operators as they visually inspect the segments of sewer and storm gravity mains. Python programs to be run on a daily basis from CCTV laptop used in the field to conduct CCTV Inspections of all City Sewer/Storm gravity mains and from the desktop to export the latest information for underground utilities. The first script updates the specified Sewer and Storm feature classes from SDE to a file GDB on the network. Specific feature classes in SDE are copied to the file GDB on the network. The second script which run from the laptop deletes the existing file GDB and then copies the file GDB on the network to locally on the laptop.

Feature Classes on Local GDB Initially, the GDB had two feature datasets (Sewer & Storm), and have since been removed. A separate “CCTV_Basemap _Data” GDB which is not part of the script. Established a local connection to our data on SDE. “Vector.sde” which is incorporated into script for The first part of script running on my desktop.

Establishing the variable for SDE The search for the correct path to Connect to SDE lead us to do a search For the SDE connections to incorporate it into the script.

SDE Connection Variable Paths The SDE connection from the laptop. Since the script is now split into two parts, this connection is no Longer needed since it only copies the GDB on the network.

Establish Recognition of Python The computer did not recognize Python when attempting to run a batch file using the Task Scheduler. Established in the System Variables The program name and path to the Python.exe file for the laptop and my desktop. program-under-windows

Batch File Program on Laptop Batch file written in Note Pad and renamed “.bat” The batch file running on the laptop. It takes about 2 minutes to run and closes when completed.

Batch File for Laptop Script The batch file on the laptop and placed in the Start Up folder to have it run every time the machine is booted up or logged into.

Batch File Location Batch file is placed in the Start Up folder on the CCTV laptop

Local File GDB on Laptop The GDB is copied over with the layers to the CCTV laptop, with the same name to preserve data link.

SDE Layers Export to Network GDB The first part of the script copies the specified sewer and storm layers to a file GDB on the network. A query is set to only export only ‘Active’ assets.

Python Script on Laptop The Second part of the script copies the file GDB on the network to the laptop. No SDE connection needed for this process to run.