Mapsolute GmbH. MapTP Geocoder. Interface Reference Manual. Last update: 02 February Düsseldorfer Str. 40a Eschborn

Size: px
Start display at page:

Download "Mapsolute GmbH. MapTP Geocoder. Interface Reference Manual. Last update: 02 February Düsseldorfer Str. 40a Eschborn"

Transcription

1 MapTP Geocoder Last update: 02 February 2006 Mapsolute GmbH Düsseldorfer Str. 40a Eschborn Telefon: +49 (0) 6196 / Telefax: +49 (0) 6196 / info@mapsolute.com

2 TABLE OF CONTENTS INTERFACES...3 HTTPService-Interface...3 Geocoding Version Geocoding Version 3 (with alternatives)...4 Geocoding version 4 (with alternatives)...6 MapTPService-Interface...7 Geocoding Version 1...Fehler! Textmarke nicht definiert. Geocoding Version 2 (with alternatives)...7 Geocoding version 3 (with alternatives)...8 Terms...9 Quality and Similarity...9 Type (optional input)...9 Similarity (optional input)...9 Bounds (optional output)...9 REQUIREMENTS AND PROVIDED MAPS...9 Page 2/9

3 Interfaces HTTP Service-Interface The HTTP-Service Interface is used by HTTP-Clients for communication with the MapTP- Geocoder. Geocoding Version 2 Normally HTTP Service Interface Base Url should be geocode. INPUT: Option Comment Mid Map24-UserID. Pwd Password. s Street. csd City district. cty City. cns State. cn Country. pc Postcode. sim (optional, default 0) overwrites the server simsimilarity value in the ini file for this request. typ (optional, default 0) the value 2 returns only real settlement points. Suppresses pseudo zips and postcode centroids. enc Input and output encoding. If no option giving use default iso character encoding. Values utf8 or utf-8 for utf8 in/out character coding. list Returns al house numbers of the searched street. With options x and y the result list is sorted by distance of coordinates. The limit of the list depends of server configuration. x, y See list option. OUTPUT (description of each line returned): Row Comment 1 X-coord. 2 Y-coord. 3 Quality (-7 to +7). Page 3/9

4 4 Street & house number. 5 Postcode. 6 City & city-add on 1. 7 State. 8 Country. Example: Zeil Frankfurt Am Main Innenstadt Hessen DE Geocoding Version 3 (with alternatives) Normally HTTP Service Interface Base Url should be gmmulti. INPUT: Same as version 2; with optional parameters name comment max (optional) max. number of addresses the answer should contain. out (optional) 0 returns result in columns with delimiter for each field. 1 like 0 with header line. OUTPUT: Same as version 2; with small changes. Row 3 (quality) now contains the value similarity and is separated from quality by a semicolon. quality; similarity OUTPUT: Result in columns (description of each column returned): Col Name Comment 1 example: Frankfurt am Main city= Frankfurt city-add-on= am Main Page 4/9

5 1 X X-coord. 2 Y Y-coord. 3 QUALITY Quality (-7 to +7) 4 SIMILARITY 0.0 up to STREET Street & house number 6 ZIP Postcode 7 CITY City & city-add on 2 8 DISTRICT City district 9 COUNTY County 10 STATE State 11 COUNTRY Country 12 X0 Top left bound X 13 Y0 Top left bound Y 14 X1 Bottom right bound X 15 Y1 Bottom right bound Y 16 VARIANCE Variance 17 OFCODE Official Code Another change is, that now more than one record is returned. One record contains 8 rows (for results in rows), or one row (for results in columns). Example: ; Frankfurt Am Main Hessen DE ; Frankfurt Am Main Altstadt Hessen DE Example output in rows (out=1) and settlement points (typ=1): X Y QUALITY SIMILARITY STREET ZIP CITY DISTRICT COUNTY STATE COUNTRY X0 Y0 X1 Y1 VARIANCE OFCODE Frankfurt Am Main Frankfurt Am Main Hessen DE example: Frankfurt am Main city= Frankfurt city-add-on= am Main Page 5/9

6 The first record returned is the best match, followed by remaining records in descending order. ATTENTION: The max. number of addresses the answer contains is limited to 100. Any parameter max value greater than this will be ignored. Geocoding version 4 (with alternatives) Normally HTTP Service Interface Base Url should be geo-0. INPUT: Same as version 2 OUTPUT: The output-format has changed from 8 rows to only one row for each address. The columns of this row are separated by. Example: Column Comment 1 X-coord. 2 Y-coord. 3 Quality 4 Smilarity 5 Street & house number 6 Postcode 7 City & city-add-on 8 District 9 County (Kreis) 10 State (Bundesland) 11 Country (Land) Zeil Frankfurt Am Main Innenstadt Frankfurt Am Main Hessen DE Zeil Frankfurt Am Main Innenstadt Frankfurt Am Main Hessen DE Page 6/9

7 MapTP Service-Interface The MapTP-Service Interface is used by MapTP-Mapping-Clients for communication with the MapTP-Geocoder. Geocoding Version 2 (with alternatives) Normally service-id should be "2". INPUT: ATTENTION: column Name comment 0 Qlt Match quality 1 Mid Username 2 Pwd Password 3 s Street 4 s2 Street 2 5 csd City-district 6 cty City 7 cns State 8 cn Country 9 pc Postcode 10 pac Postal-add-on-code 11 ip 12 host 13 referrer 14 maxanswer (optional) max. number of addresses the answer should contain 15 sim (optional, default 0) overwrites the server simsimilarity value in the ini file for this request 16 typ (optional, default 0) the value 2 returns only real settlement points. Suppress pseudo zips and postcode centroids. Generally the match quality is set to 1. At value one, the Geocoder will match to housenumber values, where available. At value 2, the match will be to street level, and value 3 will return a city match. The allowed ranges of values are 1 to 7. OUTPUT: column Name type comment Page 7/9

8 0 Size INT 1 X FLOAT_ARR X-coord. 2 Y FLOAT_ARR Y-coord. 3 Quality INT_ARR Quality 4 similarity FLOAT_ARR Similarity 5 Street STRING_ARR Street & housenumber 6 Zip STRING_ARR Zip 7 City STRING_ARR City & city-add-on 8 district STRING_ARR District 9 State STRING_ARR State 10 country STRING_ARR Country 11 x0 FLOAT_ARR Top left bound x 12 y0 FLOAT_ARR Top left bound y 13 x1 FLOAT_ARR Bottom right bound x 14 y1 FLOAT_ARR Bottom right bound y 15 variance FLOAT_ARR Variance ATTENTION: Always check the size field!!!! Only if the value is greater then zero, will record arrays are available. Geocoding version 3 (with alternatives) Same as version 2; with additional output parameters (state & county). Normally service- ID should be "3". OUTPUT: column name type comment 0 size INT 1 x FLOAT_ARR X-coord. 2 y FLOAT_ARR Y-coord. 3 quality INT_ARR Quality 4 similarity FLOAT_ARR Similarity 5 street STRING_ARR Street & housenumber 6 zip STRING_ARR zip 7 city STRING_ARR City & city-add-on 8 district STRING_ARR District 9 county STRING_ARR County (Kreis) 10 state STRING_ARR State (Bundesland) 11 country STRING_ARR Country (Land) 12 x0 FLOAT_ARR Top left bound x 13 y0 FLOAT_ARR Top left bound y 14 x1 FLOAT_ARR Bottom right bound x 15 y1 FLOAT_ARR Bottom right bound y 16 variance FLOAT_ARR Variance Page 8/9

9 Terms Quality and Similarity The quality in the output stays for the kind (Housenumber, Street, City, etc.) of the matched object. The Values are: 0 = error; nothing matched. 1 = house number. 2 = street counterpoint. 3 = city with postcode, or postcode. 4 = district without postcode. 5 = city without postcode. The similarity is a value in percent between the input and the output fields. The value is calculated from the similarity of the field s postcode, city and street. The request Eschborn returns 3;100 (quality 3, similarity 100%). The request Eschbbborn returns 3;86.5. Type (optional input) Requests with type=1 returns only one entry for each located city or district. The coordinates are always settlement centroids. Requests with type=2 returns the city and all districts for each located city or district. The coordinates are always settlement centroids. The default value type=0 return all entries of the located city or district, settlement points and postcode centroids. Similarity (optional input) Requests with sim=0 using the default server similarity (normally should by 43) for geocoding. Any other values from 1 to 100 overwrite the default similarity in percent for this request. This is useful to got exact results from the server (sim=75). Bounds (optional output) City and street quality responses contain valid bounds. The bounds are the bounding box of the object (city, district or street). In case of very small cities or districts, the bounds could by invalid (zero). Requirements and Provided Maps The Geocoder Service uses a Microsoft Access Database. Currently provided Maps: - Teleatlas - Navteq - AND Page 9/9

Custom Location Extension

Custom Location Extension Custom Location Extension User Guide Version 1.4.9 Custom Location Extension User Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Custom Location

More information

Address Management User Guide. PowerSchool 8.x Student Information System

Address Management User Guide. PowerSchool 8.x Student Information System PowerSchool 8.x Student Information System Released July 2014 Document Owner: Documentation Services This edition applies to Release 8.0.1 of the PowerSchool software and to all subsequent releases and

More information

Address Management User Guide. PowerSchool 6.0 Student Information System

Address Management User Guide. PowerSchool 6.0 Student Information System User Guide PowerSchool 6.0 Student Information System Released June 2009 Document Owner: Document Services This edition applies to Release 6.0 of the PowerSchool Premier software and to all subsequent

More information

(1) How can I use SimplyMap to determine the top PRIZM Segments in my neighborhood?

(1) How can I use SimplyMap to determine the top PRIZM Segments in my neighborhood? SimplyMap 3.0 Hands-On Exercises URL: http://simplymap.com/ Practice Exercises: Using PRIZM Segments in SimplyMap (1) How can I use SimplyMap to determine the top PRIZM Segments in my neighborhood? PRIZM

More information

IQNet database of certified / registered companies

IQNet database of certified / registered companies IQNet database of certified / registered companies February 2013 1. Requested data format The data received by the partners needs to be in the following format: ASCII/unicode text Contact IQNet Head Office

More information

Park The Flagship Country Park Customer Name Pznaxrfv Address 1 zkmgjjwoqztwzt Address 2 lfkqrjjykwbibnzoccq Town / City New York Country USA Postcode 1056 County USA Telephone 72079935327 E-mail rgrpufbc@igadxzgu.com

More information

YAddress SQL Client API Manual

YAddress SQL Client API Manual YAddress SQL Client API Manual Yuri Software, Inc. Sept 2017 Table of Contents YADDRESS... 3 ARCHITECTURE... 3 Project Setup... Error! Bookmark not defined. PROGRAMMING REFERENCE... 4 YADDRESSCLIENT CLASS...

More information

Park Redhill Country Park Customer Name Ferxjtru Address 1 sxucvvijrnrrwsj Address 2 zoddeqqygo Town / City New York Country USA Postcode 4117 County USA Telephone 89013156810 E-mail pozcblfu@tadlnqhd.com

More information

Creating an Address Verification Job in the Data Quality Center

Creating an Address Verification Job in the Data Quality Center Creating an Address Verification Job in the Data Quality Center 1993-2017 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

To Access Oracle: Access Oracle at: http://oraprod.district.aps:8051/oa_html/appslocallogin.jsp Enter your Username o Your Username is normally your First Initial, Middle, Full Last Name (For Example:

More information

AME Online Matching XML SOAP Connection Guide

AME Online Matching XML SOAP Connection Guide AME Online Matching XML SOAP Connection Guide About AME Version 8.0 D&B s Asia Match Environment ( AME ) allows a customer s own systems to integrate with D&B s best-in-class AME Entity Matching environment.

More information

AME User Guide. Online XML Soap Connection VERSION 1.0 OCTOBER AME Support Number: AME Support

AME User Guide. Online XML Soap Connection VERSION 1.0 OCTOBER AME Support Number: AME Support AME User Guide Online XML Soap Connection VERSION 1.0 OCTOBER 2015 Contents About AME 3 Countries and Languages 3 The XML SOAP Interface (API) 4 How easy is it to connect to AME SOAP? 4 What version of

More information

Specification House Addresses Germany (Data Format)

Specification House Addresses Germany (Data Format) Specification House Addresses Germany (Data Format) Version 3.1 Status 01.07.2013 1. Specification data format House addresses are offered in ASCII-Format to customers. The character set is ISO Latin-1

More information

Park The Flagship Country Park Customer Name Zqxrhymi Address 1 mhgtntkcsjqnvov Address 2 ODsLUgNXYkSwqWD Town / City New York Country USA Postcode 3168 County USA Telephone 71015015637 E-mail lwdxhxji@clitetpm.com

More information

Oversize Load Quick Guide

Oversize Load Quick Guide Oversize Load Quick Guide The Oversize Load Module will be folded in the PT+ Module beginning December 1, 2014. All users will need to visit www.njuns.com/app to login. The old system will no longer be

More information

Staff User Guide PowerSchool Student Information System

Staff User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner 2005 Apple Computer, Inc. All rights reserved. This document is the property of Apple Computer, Inc. and is for reference only.

More information

novem car interior design gmbh Electronic Data Interchange (EDI) COMMUNICATION SHEET

novem car interior design gmbh Electronic Data Interchange (EDI) COMMUNICATION SHEET novem car interior design gmbh Electronic Data Interchange (EDI) COMMUNICATION SHEET Table of Content 1. Introduction 3 2. General Information Novem Car Interior Design 4 2.1 Address Headquarter 4 2.2

More information

Household Information (Portal)

Household Information (Portal) Household Information (Portal) Updating Household Information Updating Household Phone Number Updating Household Address PATH: Campus Portal > Family This tab lists the household phone number and all current

More information

Batch Geocoder API. Developer's Guide. Version

Batch Geocoder API. Developer's Guide. Version Batch Geocoder API Developer's Guide Version 6.2.24.0 Batch Geocoder API Developer's Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Batch Geocoder

More information

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Argentina

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Argentina Spectrum Technology Platform Version 9.0 Geocoding Guide for Argentina Contents Chapter 1: Geocode Address Global...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...8 Street

More information

JobFeed Push Services

JobFeed Push Services JobFeed Push Services Introduction This document describes the technical aspects of the Push Services supported by JobFeed. In general, two types of Push-Services are supported, both serving as a transport

More information

Installation Guide for antegma accallio SP Version 1.0

Installation Guide for antegma accallio SP Version 1.0 Installation Guide for antegma accallio SP 1.0.0 Version 1.0 INSTALLATION VIA PACKAGE MANAGER OF ADOBE EXPERIENCE MANAGER 3 Download of the content package 3 Install content package via AEM Package Manager

More information

Custom Location Service API

Custom Location Service API Custom Location Service API Developer's Guide Version 1.0.0 Custom Location Service API Developer's Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is

More information

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Malaysia

Spectrum Technology Platform. Version 9.0. Geocoding Guide for Malaysia Spectrum Technology Platform Version 9.0 Geocoding Guide for Malaysia Contents Chapter 1: Geocode Address Global...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7 Street

More information

Property Search Tips and Tricks

Property Search Tips and Tricks Property Search Tips and Tricks Search by Property Address can be used to search single or ranges of addresses 1. To search for a single address, start typing the address in the field. The system will

More information

GedView User Guide. David A Knight. Website: [

GedView User Guide. David A Knight.  Website:  [ GedView 4.0.2 User Guide David A Knight Support:support@gedview.org [mailto:support@gedview.org] Website:www.gedview.org [http://www.gedview.org/] GedView 4.0.2: User Guide David A Knight Copyright 2017

More information

Minnesota Business and Lien System (MBLS)

Minnesota Business and Lien System (MBLS) Minnesota Business and Lien System (MBLS) CNS Buyer Implementation Guide March 24, 2016 CONTENTS Introduction... 2 Section One - Administrative... 2 Registration... 2 List Fulfillment... 2 CNS Standard

More information

Park Uphill Park Customer Name Hfggeees Address 1 IVwBzhlgWLkvOMXQI Address 2 XZEFmVMiyfNUM Town / City New York Country USA Postcode 2327 County USA Telephone 20891375937 E-mail kflwwoml@bgeiuujl.com

More information

Park Carlton Meres Country Park Customer Name Anxkxefc Address 1 kjrczvqrxtswo Address 2 RecaXciofCyuhW Town / City New York Country USA Postcode 2961 County USA Telephone 39004781881 E-mail jlidrkzj@cnhjfjkt.com

More information

Version 3.8. Accela Construct. Administrator Guide

Version 3.8. Accela Construct. Administrator Guide Version 3.8 Accela Construct Administrator Guide Accela Construct Administrator Guide 2017 Accela, Inc. All rights reserved. Accela, the Accela logo, the Accela logo with Government Software notation,

More information

Envinsa. Version 4.4 USER DICTIONARY GUIDE

Envinsa. Version 4.4 USER DICTIONARY GUIDE Envinsa Version 4.4 USER DICTIONARY GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part

More information

Batch Geocoder API. Developer's Guide. Version

Batch Geocoder API. Developer's Guide. Version Batch Geocoder API Developer's Guide Version 6.2.33.4 Batch Geocoder API Developer's Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Batch Geocoder

More information

Software for communication via serial interfacee

Software for communication via serial interfacee Tigre PC v 1.0 Software for communication via serial interfacee Version: 10.06.2014 Vertrieb: Öchsner Messtechnik GmbH Schulzengasse 17 97291 Thüngersheim www.oechsner-messtechnik.de info@oemt.de +49 9364

More information

Syncing Bromcom with ParentPay using MISSync

Syncing Bromcom with ParentPay using MISSync Syncing Bromcom with ParentPay using MISSync IMPORTANT Before adding any new pupils into Bromcom and syncing with ParentPay it is essential that Admission Number Settings are configured correctly. 1. Select

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

Attorney Registration Lucas County Clerk of Courts efiling Portal

Attorney Registration Lucas County Clerk of Courts efiling Portal Attorney Registration Lucas County Clerk of Courts efiling Portal Please Note: To successfully register for an account with the Lucas County Clerk of Courts efiling Portal an attorney must be a valid attorney

More information

Validating Addresses in Bulk

Validating Addresses in Bulk T Validating Addresses in Bulk NOTE: Bulk Address Validation requires a Licence Key which can be obtained from your Local Support Unit. Only users with System Administrator, Admissions Officer or Administration

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Malaysia - API

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Malaysia - API Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Malaysia - API Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

Copyright. Contacts and Support

Copyright. Contacts and Support Data guide Copyright All copyright and other rights in this manual and the licensed programs described in this manual are the property of Experian Ltd save for copyright in data in respect of which the

More information

J.S. Paluch Co. s Secure Sales Site Open Cancellation Notifications Feature

J.S. Paluch Co. s Secure Sales Site Open Cancellation Notifications Feature This feature allows you to find the advertiser details associated with open cancellation notifications, along with the date notified, canceled, and/or saved. Click the Search button without selected any

More information

Case Information Additional Info HCM Job Aid

Case Information Additional Info HCM Job Aid Case Information Additional Info HCM Job Aid The Additional Info screen contains additional demographic information for the Household Members not stored on the Household screen. This additional information

More information

Security Overview. Joseph Balberde North Country Community Mental Health Information Technology Director

Security Overview. Joseph Balberde North Country Community Mental Health Information Technology Director Security Overview Joseph Balberde North Country Community Mental Health Information Technology Director 2-5-2019 Protected Health Information Individually Identifiable Health Information (IIHI): is information

More information

UC for Enterprise (UCE) Emergency On Site Notification (E-OSN)

UC for Enterprise (UCE) Emergency On Site Notification (E-OSN) UC for Enterprise (UCE) Emergency On Site Notification (E-OSN) User Guide NEC NEC Corporation March 2010 NDA-31083 Issue 1 Liability Disclaimer NEC Corporation reserves the right to change the specifications,

More information

Pubzilla Online Pub Database 18 th October 2011

Pubzilla Online Pub Database 18 th October 2011 Pubzilla Online Pub Database 18 th October 2011 Background Pubzilla is an online pub database that branches can use if they wish. It is centrally maintained and operated, so all a branch needs to use it

More information

Find nearest dealer. Users guide

Find nearest dealer. Users guide Find nearest dealer Users guide January 2017 Digital Media, Group Marketing 1 Table of contents 1. Access to backend... 3 2 Front page... 4 2.1 Left navigation... 5 3 Stockists... 6 3.1 Overview... 6 3.2

More information

Created: 8/16/2013 North Schuylkill School District Page 1

Created: 8/16/2013 North Schuylkill School District Page 1 Parents Request Portal Accounts Step 1: Parents will need to go to https://web4.schoolport.org/plexus/parentportal/ Parents will view this screen as their log on screen. If they already have accounts,

More information

How to use the Avery Zweckform EMMA dealer portal?

How to use the Avery Zweckform EMMA dealer portal? How to use the Avery Zweckform EMMA dealer portal? 1. Avery Zweckform EMMA Portal what s that? EMMA = Enterprise Marketing Management App EMMA is a portal to download up-to-date product data and imagery.

More information

Encompass Connector. Velocify Encompass Connector

Encompass Connector. Velocify Encompass Connector Velocify Encompass Connector 1 Table of Contents Summary. 3 How to Set Up the Encompass Integration. 4 Encompass Milestone Sync 7 Encompass Username/Password Checks 8 Testing Encompass Username & Encompass

More information

Accounts Receivable Customer

Accounts Receivable Customer Accounts Receivable Customer Contents Overview... 1 Document Layout... 2 General Information Tab... 3 Corporate Information Tab... 3 Contact Information Tab... 4 Addresses Tab... 4 Overview The Customer

More information

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Version 1.0 July 2016 CONTENTS INTRODUCTION... 3 1.1 Change Password... 3 PROFILE INFORMATION... 5 2.1 Identifying Information... 6 2.2 Address...

More information

Your leads. Your way. Lead delivery options for BuyerZone clients and partners.

Your leads. Your way. Lead delivery options for BuyerZone clients and partners. Your leads. Your way. Lead delivery options for BuyerZone clients and partners. Lead delivery from BuyerZone We know how important quality and timely leads are for your business. That s why we offer a

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Croatia - API

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Croatia - API Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Croatia - API Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

AggData Premium. Data Dictionary

AggData Premium. Data Dictionary AggData Premium Data Dictionary Data Dictionary This document is a description of all fields that are available when downloading datasets in the AggData Premium library, either as individual datasets,

More information

The Raiser's Edge and Luminate Online Integration Guide

The Raiser's Edge and Luminate Online Integration Guide The Raiser's Edge and Online Integration Guide 042312 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Ann M. Flood DRAFT. Add address types (Home, Mailing, Campus, Check, etc.) are stored and updated in Personal Information.

Ann M. Flood DRAFT. Add address types (Home, Mailing, Campus, Check, etc.) are stored and updated in Personal Information. File Name Version 8.9 Document Created 8/31/2009 Date Modified 8/31/2009 Last Changed by Status DRAFT Address Change_BUSPROC.doc Ann M. Flood Address Change Concept Description: Add address types (Home,

More information

Completing the OIS Compliance Verification Form (A REQUIRED PART OF MAINTAINING YOUR STATUS)

Completing the OIS Compliance Verification Form (A REQUIRED PART OF MAINTAINING YOUR STATUS) Completing the OIS Compliance Verification Form (A REQUIRED PART OF MAINTAINING YOUR STATUS) 1) Before attending check-in, please complete the 'OIS Compliance Verification Form' in Mypack (mypack.ncsu.edu)

More information

Opencagegeo: Stata Module for Geocoding

Opencagegeo: Stata Module for Geocoding Opencagegeo: Stata Module for Geocoding Lars Zeigermann Düsseldorf Insitute for Competition Economics (DICE) & Monopolies Commission Germany lars.zeigermann@monopolkommission.bund.de Abstract. This article

More information

ACCOUNT REGISTRATION. SIS - Parent Portal Learning Guide

ACCOUNT REGISTRATION. SIS - Parent Portal Learning Guide ACCOUNT REGISTRATION Step 1: Parents will need to go to https://web4.schoolport.org/plexus/parentportal/ Parents will view this screen as their log on screen. If they already have accounts, parents will

More information

Opencagegeo: Stata Module for Forward and Reverse Geocoding

Opencagegeo: Stata Module for Forward and Reverse Geocoding Opencagegeo: Stata Module for Forward and Reverse Geocoding Lars Zeigermann Düsseldorf Insitute for Competition Economics (DICE) Germany zeigermann@dice.hhu.de Abstract. This article describes opencagegeo

More information

How To: Geocode. Quest Analytics Suite Geocoding. Geocoding in the Quest Analytics Suite 1. When the software is open, select the Tools dropdown.

How To: Geocode. Quest Analytics Suite Geocoding. Geocoding in the Quest Analytics Suite 1. When the software is open, select the Tools dropdown. How To: Geocode in the Quest Analytics Suite 1. When the software is open, select the Tools dropdown. 2. Click the option for Geocode a Table 3. On the left-hand side of the pop up box there are 5 circles

More information

PICANet WEB. User Guide. PICANet Web Quick User Guide. Logging-In

PICANet WEB. User Guide. PICANet Web Quick User Guide. Logging-In PICANet WEB User Guide PICANet Web Quick User Guide The new PICANet database is hosted in the University of Leeds Secure Electronic Environment for Data (SEED) system. Logging-In Open the system by going

More information

Opencagegeo: Stata Module for Forward and Reverse Geocoding

Opencagegeo: Stata Module for Forward and Reverse Geocoding Opencagegeo: Stata Module for Forward and Reverse Geocoding Lars Zeigermann Düsseldorf Insitute for Competition Economics (DICE) Germany zeigermann@dice.hhu.de Abstract. This article describes opencagegeo

More information

Wacker Neuson EDIFACT DESADV D.96A

Wacker Neuson EDIFACT DESADV D.96A Wacker Neuson EDI Guideline EDIFACT DESADV D.96A Despatch Advice Message DRAFT - Version 0.1 - Table of contents 1. Contact... 3 2. s... 3 3. Description of DELFOR D.96A... 3 4. History... 3 5. Introduction...

More information

- 1 - GES_Presenter_Manual_TC_ _v1.5. Subsite Admin Manual / 11 / 11 Version 2.5

- 1 - GES_Presenter_Manual_TC_ _v1.5. Subsite Admin Manual / 11 / 11 Version 2.5 - 1 - GES_Presenter_Manual_TC_20130206_v1.5 Subsite Admin Manual 2015 / 11 / 11 Version 2.5 Table of Content Target... 4 Software Release Version... 4 Chapter 1. Gridow basic requirement... 5 Chapter 2.

More information

Project Zip Code. Version CUNA s Powerful Grassroots Program. User Manual. Copyright 2018, All Rights Reserved

Project Zip Code. Version CUNA s Powerful Grassroots Program. User Manual. Copyright 2018, All Rights Reserved Project Zip Code Version 18.0 CUNA s Powerful Grassroots Program User Manual Copyright 2018, All Rights Reserved Project Zip Code Version 18.0 Page 1 Table of Contents Topic Page About Project Zip Code

More information

Agenda Item #: 30-1 PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS AGENDA ITEM SUMMARY. Meeting Date: May 17, 2011

Agenda Item #: 30-1 PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS AGENDA ITEM SUMMARY. Meeting Date: May 17, 2011 Agenda Item #: 30-1 PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS AGENDA ITEM SUMMARY Meeting Date: May 17, 2011 Department: Submitted by: Information Systems Services Submitted for: Countywide GIS [X]

More information

MapMarker USA v25.1 Release Notes

MapMarker USA v25.1 Release Notes MapMarker USA v25.1 Release Notes United States: Phone: 518.285.6000 Fax: 518.285.6070 Sales: 800.327.8627 Government Sales: 800.619.2333 Technical Support: 518.285.7283 Technical Support Fax: 518.285.6080

More information

Meaningful Use Registration System User Guide

Meaningful Use Registration System User Guide Meaningful Use Registration System User Guide Eligible Professionals This document includes a user guide and checklist to assist eligible professionals (EP) in registering with the Florida Cancer Data

More information

How to Grant Access to Resource Interconnection Management System (RIMS 5)

How to Grant Access to Resource Interconnection Management System (RIMS 5) How to Grant Access to Resource Interconnection Management System (RIMS 5) Addendum to Access and Identity Management (AIM) User Guide Document Customer Service and Stakeholder Affairs Page 1 of 12 REVISION

More information

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management National Child Measurement Programme 2017/18 IT System User Guide part 3 Pupil Data Management Published September 2017 Version 4.0 Introduction 3 Who Should Read this Guidance? 3 How will this Guidance

More information

UNIWEB Registration Instructions

UNIWEB Registration Instructions Go to https://uniweb.unipd.it Before starting, change language to English (top right) Click on «Registration» to start your registration procedure. UNIWEB Registration These are the information you are

More information

Instructions Integration of the Location search map application

Instructions Integration of the Location search map application Instructions Integration of the Location search map application This document is a guideline for integrators and describes how Swiss Post s location search can be successfully integrated into a website.

More information

Route planning. User manual

Route planning. User manual 2. Route planning. User manual routingreparto@ngeografics.com Aragó 264, Barcelona Joaquim Botet 6, Girona Introduction Routing Reparto organizes routes to perform more visits and reduce costs, considering

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 12.0 Table of Contents 1 - Geocode Address Global Adding an Enterprise Geocoding Module Global Database Resource 4 Input 6 Options 10 Output 19 2 - Reverse Geocode

More information

Installing Data8 PredictiveAddress for Microsoft Dynamics 365/CRM

Installing Data8 PredictiveAddress for Microsoft Dynamics 365/CRM Installing Data8 PredictiveAddress for Microsoft Dynamics 365/CRM Contents Obtaining an Ajax API Key... 2 Installing the solution... 3 Configuring the postcode lookup system... 6 Adding postcode lookup

More information

UC for Enterprise (UCE) Emergency On-Site Notification (E-OSN)

UC for Enterprise (UCE) Emergency On-Site Notification (E-OSN) UC for Enterprise (UCE) Emergency On-Site Notification (E-OSN) User Guide NEC NEC Corporation September 2010 NDA-31083 Issue 2 Liability Disclaimer NEC Corporation reserves the right to change the specifications,

More information

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide TX3-MSW024 Card Access Configuration and Monitoring Utility Administrator Quick Start Guide Version 1.00.1 Mircom TX3 Configuration and Monitoring Utility LT-994 1 Mircom Inc. All rights reserved. Mircom

More information

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Russia - SOAP

Spectrum Technology Platform. Version 9.0 SP1. Geocoding Guide for Russia - SOAP Spectrum Technology Platform Version 9.0 SP1 Geocoding Guide for Russia - SOAP Contents Chapter 1: GeocodeAddressGlobal...5 Input...6 Input Fields...6 Address Input Guidelines...7 Single Line Input...7

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

MDM Syndication and Importing Configurations and Automation

MDM Syndication and Importing Configurations and Automation MDM Syndication and Importing Configurations and Automation Applies to: SAP MDM SP 05 Summary This document was written primarily for syndication and import of records into SAP NetWeaver MDM from different

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

Address Verification Best Practices for Germany

Address Verification Best Practices for Germany Address Verification Best Practices for Germany Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States and

More information

Lead Delivery Options. Your leads sent your way. Lead delivery options for clients and partners.

Lead Delivery Options. Your leads sent your way. Lead delivery options for clients and partners. Lead Delivery Options Your leads sent your way. Lead delivery options for clients and partners. Introduction We know how important quality and timely leads are for your business. That s why we offer a

More information

HC Plus VERSION 11.90

HC Plus VERSION 11.90 HC Plus VERSION 11.90 ProHealth Distibution Only CLIENT 1. MODIFICATIONS TO THE 485 / 487 FORMS. A modification was made to the 485 and 487 forms to display the medication Route and Frequency descriptions

More information

United States Postal Service Web Tool Kit User s Guide

United States Postal Service Web Tool Kit User s Guide United States Postal Service Web Tool Kit User s Guide A Technical Guide to HTTP Connection DLL (Revised 2/22/00) To HTTP Connection DLL Customers This release of the Web Tool Kit User s Guide for HTTP

More information

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public PowerSchool Student and Parent Portal User Guide https://powerschool.gpcsd.ca/public Released June 2017 Document Owner: Documentation Services This edition applies to Release 11.x of the PowerSchool software

More information

SIM Reader quick-start guide

SIM Reader quick-start guide SIM Reader quick-start guide Installation overview Download and run the software (click the link): http://dekart.com/pub/products/simple/current/english/simple.exe Click Next to install SIMple, wait for

More information

File Uploader Application

File Uploader Application File Uploader Application Contents Introduction... 1 Opening File Uploader... 2 Logging In... 2 The Menu Screen... 2 Uploading Files... 3 Sending Files... 4 Opening a Download... 5 Temporary Logins...

More information

The Surplus Line Association of Oregon Oregon Surplus Line Automation Suite Bulk Data Submission Guide

The Surplus Line Association of Oregon Oregon Surplus Line Automation Suite Bulk Data Submission Guide The Surplus Line Association of Oregon Oregon Surplus Line Automation Suite Bulk Data Submission Guide 1901 Commonwealth Ln Tallahassee, FL 32303 Phone: 850.383.1011 Fax: 850.383-1015 www.infinity-software.com

More information

Volume. BROSIS Commander Client

Volume. BROSIS Commander Client Volume 3 BROSIS Commander Client B R O S I S - E N G I N E E R I N G G M B H BROSIS Commander Edition 3.2.1 dated 13 August BROSIS-Engineering GmbH Am Kirchbühl 9 D-88099 Neukirch / Germany Phone (+49)

More information

Bulk Registration File Specifications

Bulk Registration File Specifications Bulk Registration File Specifications 2017-18 SCHOOL YEAR Summary of Changes Added new errors for Student ID and SSN Preparing Files for Upload (Option 1) Follow these tips and the field-level specifications

More information

SAP S/4HANA for Waste and Recycling by PROLOGA - Operational Planning - Config Guide

SAP S/4HANA for Waste and Recycling by PROLOGA - Operational Planning - Config Guide SAP S/4HANA for Waste and Recycling by PROLOGA PROLOGA GmbH Copyright 2017 PROLOGA GmbH. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose

More information

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at November, 2014 1 TrenDemon is a content marketing platform which helps boost conversions from your existing traffic and content using personalized recommendations and call to actions. The system has several

More information

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 2.1 (a) Table of Contents 1 Introduction... 3 2 Process overview... 4 2.1 For transaction download... 4

More information

Global. Web Service. Reference Guide. Address Verification. Melissa Data Corporation

Global. Web Service. Reference Guide. Address Verification. Melissa Data Corporation Global Address Verification Web Service Reference Guide Melissa Data Corporation Copyright Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

OmniPort Integration API Requirements Specification

OmniPort Integration API Requirements Specification OmniPort Integration API Requirements Specification FOR RETAILER USE ONLY Date 29.11.2016 Version 1.0 1. Contents 1. Introduction 2 2. General Overview 2 2.1. Scope 2 2.2. System Context 2 3. System Requirements

More information

Establish an EPC Account Administrator. Establish an Account Admin

Establish an EPC Account Administrator. Establish an Account Admin Establish an EPC Account Administrator Slide 1 Table of Contents Topic Page Background 3 Email a Request 6 Set the Password 10 Complete the Task 18 Slide 2 Background Slide 3 Background All entities that

More information

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017

ORAC Match. User Manual for Support Workers. V1.0 Updated 13/11/2017 ORAC Match User Manual for Support Workers V1.0 Updated 13/11/2017 1 Contents: The Login Screen: ORAC can be accessed through any web browser, smartphone or tablet via the following link; https://app.orac.support

More information

INFORMATION. Howto - Importing devices from a comma-separated value (.csv) file

INFORMATION. Howto - Importing devices from a comma-separated value (.csv) file Article ID: 51290 - Last Review: October 19, 2011 Howto - Importing devices from a comma-separated value (.csv) file INFORMATION If you have a 3300 ICP, 5000, or Axxess telephone system, you can import

More information

MT - MX Conversion Module

MT - MX Conversion Module MT - Conversion Module 1 Overview With the increasing usage of XML based ISO 20022 () messages, financial organizations face the problem that their back office applications are not (yet) capable of processing

More information