+ All Categories
Home > Documents > Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the...

Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the...

Date post: 26-Mar-2015
Category:
Upload: avery-kelley
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
48
Geospatial Technologies Council 16 June 2005
Transcript
Page 1: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Geospatial Technologies Council

16 June 2005

Page 2: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

What the is a web service??

A web service is an application, delivered as a service, that can be integrated with other web applications/services using Internet standards.

Page 3: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

A web service is an URL-addressable resource that programmatically returns information to clients who want to use it, using common Internet coding standards such as HTTP and XML

Page 4: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

The use of common coding standards make web services available to other applications, completely independent of platform, location and language constraints.

Page 5: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Web services can be used by multiple agencies (and multiple applications within an agency) without agencies needing to devote time and funding to develop the same application process.

Page 6: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

The BasicAddressMatch web service is an Enterprise web service allowing an input address string to be geocoded using TANA/GDT Matchmaker data

Page 7: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

BasicAddressMatch is a native .NET web service that is callable from an agency application.

Page 8: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Calling application will pass string of data containing:

AddressCity

StateZip

Page 9: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

If successfully matched, web service will return an XML string containing data that includes standardized street address, latitude, longitude, CountyFIPS, County Name, etc.

Page 10: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

If unsuccessfully, web service will return XML containing reason for unsuccessful match

Page 11: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Sample page in staging (testing) environment:

http://www.bgtaddresstools.beta.state.pa.us/BasicAddressMatch/GeoCodeTestPage.aspx

Page 12: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

To add web service reference:

Staging (testing)http://www.bgtaddresstools.beta.state.pa.us/BasicAddressMatch/BasicAddressMatch.asmx

Production:http://www.bgtaddresstools.state.pa.us/BasicAddressMatch/BasicAddressMatch.asmx

Page 13: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

The BasicAddressMatch web service uses the WebSAAL (Web Services Administration Authorization and Logging) security barrier to control application access to web services

Page 14: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Steps to use BasicAddressMatch in your application:

1. Retrieve documentation- Developers Integration Guide (DIG)

2. Submit Remedy ticket to OA-Web Services - type “BGT Address Tools”- item “Application Access”

Page 15: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Steps to use BasicAddressMatch in your application (con’t):

3. Application credentials will be returned to you:

- Global ID (GUID)- Password

Page 16: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Where to find documentation:

Developers Integration Guide (DIG):

http://www.oit.state.pa.us/bgtintra/cwp/view.asp?a=735&Q=200889&PM=1

Page 17: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGTAddressToolsBasicAddressMatch web service

Questions ??

Page 18: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GTC Meeting Minutes

Page 19: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

PAMAP Progress

Page 20: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

PAMAP 2005 Status

Page 21: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

PAMAP Progress 2005 PAMAP imagery progress

ArcIMS website may be accessed at http://www.adr.na.baesystems.com

Click on Project Tracking in the left-hand frame, click on PAMAP Master Index Map Website to log in

The login is PAMAP, the password is 2005

Page 22: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

PAMAP Advisory Committee

• Formed by PAMAP Program Office from stakeholder executives from federal, state, local governments

• PAMAP Advisory Committee must report to GTAC for policy decisions through DCNR representative or PAMAP Advisory Council state co-chair

Page 23: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

BGT Project Updates

Page 24: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Weather Project• Requirements finalized and

formulating within required template

• Meetings with DGS and Comptroller to discuss options

• RFP for Data Services planned for June release

• RFQs for Application Development in July/August

Page 25: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

DHS ITEP Project• Finalized Concept of Operations,

including interoperable geospatial data sharing and PEIRS geospatial enhancements

• Interoperable essential services of geocoding, mapping, routing and search capabilities

• Sharable across agency applications

Page 26: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

DHS ITEP Project• Will leverage DHS source code

assets from other federal projects

• Completed EPO, proposals received, evaluations conducted

• Contractor negotiations and meetings with DGS/Comptroller complete

• Sent to Procurement on 5/19

Page 27: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GEA Progress

Page 28: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Geospatial Enterprise Architecture (GEA)

Application Hosting Web Environment

Enterprise Geospatial Data

Repository

`

Oracle SANArcSDE

Repository/Oracle Cluster

ArcIMSSpatial Server

ArcIMSSpatial Server

ArcIMSSpatial Server

P

ort 5

353

& 5

050

Port 5353 &

5050

Port 5353 &

5051

ArcIMSSpatial Server

ArcIMSSpatial Server

ArcIMSSpatial Server

P

ort 5

353

& 5

050

Port 5353 &

5051

State ArcGISDesktop and

Co-Location Users

ArcGIS CitrixMetaframe

Por

t 152

1

ArcSDE DirectConnections

BGT GIS Server Farm

Port 80

ArcIMS Image andFeature Services

Por t 5 15 1

ArcSDEActive/Passive Cluster

Data LoadingOnly

IBMx346s

IBMx445DPs IBM

x445DPs

IBMx346s

IBMx445DPs

MAN Access

ArcGIS ServerSOCs

Internal Services

ArcGISServerSOM

Citrix SecureGateway

(OAREMOTE)

Internet MAN

Po rt 80

Hardware Load Balanced

HTTP Servers/ArcIMS Application Servers

and ArcGIS Server ADF

Hardware Load Balanced

HTTP Servers/ArcIMS Application Servers

and ArcGIS Server ADF

Capable of drawing 1.8M maps/day?

Page 29: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GEA/Essential Services• Internet GIS application hosting

environment complete, Oracle database being designed, 15TB of storage.

• Determining Intranet build schedule, July timeframe, operational by mid August – still negotiating to move up

• ArcIMS Web Services hosted from Internet side until Intranet is complete

• Completing User Guide for agencies to access centralized licenses via Citrix

Page 30: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GEA/Essential Services• Evaluated QAS USPS address

validation/verification software, developing project plan with L&I, web service complete and deployed to staging last week in July

• BGTBoundaryGeocoder Web Service v 1.0 - allows applications to geocode address and determine which polygon layer the geocoded address location resides, buffering and confidence codes

• Mapping – 3-4 applications this year including “What’s in My Neighborhood?” (WIMN) by 6/17, and PA-GEARS

Page 31: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

• Deployment procedures, working with agencies – DCED (2), Ag, DEP (PSU), L&I, DMVA, DCNR

• Address Geocoding Web Service - Received national address dataset 5/18, deployment

• Test page in staging:

http://www.bgtaddresstools.beta.state.pa.us/BasicAddressMatch/GeoCodeTestPage.aspx

GEA/Essential Services

Page 32: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Geospatial Enterprise Architecture (GEA)

Application Web Environment

Geospatial Data Repository

Oracle SANArcSDE

Repository/Oracle Cluster

ArcIMSSpatial Server

P

ort 5

353

& 505

0

Port 1521

ArcSDE DirectConnections

BGT GIS Development Lab

IBMx346s

Port 1521

ArcGIS ServerSOCs

ArcGISServerSOM

Port 135/DCOM

Port

135/DCOM

Tester/Developer

Por

t 80

Page 33: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Geospatial Enterprise Training Program

• Completed– Data Collection, Editing, and Production (3

Classes)– ArcGIS I (1 Class)– ArcGIS II (2 class)

• June/July classes– ArcGIS II (2 Classes)– Building Geodatabases I (2 Classes)– Building Geodatabases II (2 classes)

• Total students trained in classroom with BGT FY 2004 funds = 141

Page 34: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GT Enterprise Training Program

• GIS 101 for Managers, ArcIMS, ArcSDE, ArcXML, Programming sessions

• Agency Internal Training Assessment - develop spreadsheet of employees and what training they are approved to attend – July 15

• Online ESRI Virtual Campus

• ESRI 2005 International Conference – July 25-29, 19 government rate rooms reserved, contact BGT for reservation request

Page 35: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

TANA Distribution• FTP Directory Structure complete,

located at ftp://ftp.state.pa.us

• TANA Documentation and Download Guide

• Letter of Understanding (LOU) must be signed by all sub-license parties, contractors for sub-licensees must sign separate sub-license agreement

• Contact BGT to request LOU

Page 36: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Commonwealth 3-Year Strategic Plan

• High level goals surround Public Safety/HS, increased efficiency of government operations and service delivery, economic development and quality of life

• Strategies related to leveraging technology, existing state/federal initiatives to maximize ROI, high level communications, retention of skills and resources

Page 37: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Commonwealth 3-Year Strategic Plan

• Agency data stewardship agreements• Agency data sharing priorities for

external partners (government, first response)

• GIS Council to extend Governance Structure to external entities

• Commonwealth standards for geospatial interoperability for the use of state and federal funds

• Apply for additional federal grants• Communications Plan, Newsletter

Page 38: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

April Flooding

Page 39: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

April Flooding• Imagery captured by PennDOT for

Delaware River

• Delaware viewer, similar to Ivan Viewer, was created and is available http://gis1.pasda.psu.edu/website/delawareflood

• Includes imagery and photo points

Page 40: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Geospatial Community of PracticeFor Pa

(GeoCoPa)

Page 41: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,
Page 42: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

GeoCoPa

June 21

• Public Safety:  8:30am - 10:00am• Environmental:  10:30am –

12:00pm• Health & Human Services: 1:00pm –

2:30pm• General Government Operations: 

3:00pm – 4:30pm

Page 43: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

ITBs under DevelopmentRelated to GT

Page 44: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

ITBs/Policies/Directives Update

• GIS Coordinator Hires

• GEA Waiver Process

• GIS Software Standards

• County Numbering/Municipality Numbering

• Geospatial Interoperability Standards

• Metadata Standards

Page 45: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Agreement to Rescind PAGIC (now GTC)

Page 46: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Legislation

• PA GIS Potential Draft Legislation – “Straw Man”

• BGT Coordinating Agency Response

• Due June 17

Page 47: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Meeting Topics?

1.

2.

3.

4.

5.

Page 48: Geospatial Technologies Council 16 June 2005. BGTAddressTools BasicAddressMatch web service What the is a web service?? A web service is an application,

Thanks!

Next Meeting July 21


Recommended