COMPILING, ORGANIZING, STRUCTURING AND PUBLISHING IN THE INTERNET THE URBAN PLANNING OF THE WHOLE GALICIA REGION

Size: px
Start display at page:

Download "COMPILING, ORGANIZING, STRUCTURING AND PUBLISHING IN THE INTERNET THE URBAN PLANNING OF THE WHOLE GALICIA REGION"

Transcription

1 COMPILING, ORGANIZING, STRUCTURING AND PUBLISHING IN THE INTERNET THE URBAN PLANNING OF THE WHOLE GALICIA REGION José Luís Álvarez, Alberto Redondo, Josep Fargas Planning Head of Consellería de Política Territorial Obras Públicas e Vivenda of Xunta de Galicia Director of Technological Assessment Commission of Colegio Oficial de Arquitectos de Galicia Director of DTEC Consulting, S.L. The regional government of Galicia jointly with the Association of Architects of Galicia and the collaboration of DTEC Consulting, S.L. have undertaken the task of systematically compiling, scanning, organizing, structuring the data and publishing in the Internet the complete Urban Planning of the whole Galicia region in Spain. This effort includes graphical data as maps, as well as all the legal planning texts and information associated with the different planning documents. All this information covers a territory of around square kilometers with more than 300 municipalities. All this effort has been carried away by a team of 4 architects, responsible of capturing, interpreting and organizing the data, lead by a multidisciplinary team of specialists that have designed, jointly with the group of architects, a specific application to systematize, organize, store, manipulate and finally publish in the Internet all the planning information. The following paper exposes the task undertaken and particularly shows the strategy used in the project to be able to scan, organize and publish coherently more than 50,000 documents developed by very diverse sources of information and without having neither a common structure nor a common format. The paper also shows the technical process and technology used to scan and prepare individual maps, to provide navigation through a continuous territory under a web interface, and to give maps a quality comparable to vector maps, but without penalizing the system s performance. Finally, the paper also shows how the data is organized through meta-data tables, which allow editing and maintaining the information up-to-date without the need of reprogramming any computer code, using a specific application that drives the architect-operator through the complete process, from scanning to publishing and generating the web. THE GOAL Xunta de Galicia jointly with Galicia s Association of Architects decided to undertake the project of publishing in the Internet the Urban Planning of the whole Galicia region with its 315 municipalities and all the province level urban planning legislation. The project idea was to build the urban planning portal of Galicia providing all the up-to-date information of any point of the territory with a simple mouse click. This idea was especially ambitious considering that in many parts of Galicia, due to the successive changes and modifications of planning, just knowing what is state of the present legislation might be complex, and might require the assistance of the local planning experts of the municipality. On the other hand, the magnitude of the project was the biggest concern. The urban planning of Galicia has around 3,500 different planning documents (1,202 master plans and 2,132 development plans), and we expect to scan more than 50,000 components, from which more than 17,000 master plan documents have already been scanned. At present, the web has 277,032 map tiles in 1,036 folders using 31,2 Gb of space. In terms of downloadable documents, at present, the web has 16,500 downloadable components from which 3,300 are legal texts in PDF format and 13,000 are the original legal maps in jpeg format for web downloading. The complexity was also incremented by the eclecticism of the planning documents, written by different architects teams under very different criteria, thus, we had the added difficulty of having to systematize the different planning contents under the same application data model, structure and user interface. For this purpose, Galicia Association of Architects, being responsible for bringing the work force to undertake the task, selected four young architects to spend three years to accomplish the project and contracted DTEC Consulting, S.L. to direct the project, define the data structure and architecture, develop the computer system, and define the web during the first year that just finished.

2 THE PROJECT The project started with little ambition, just pretending to publish the legal maps in jpeg format and the legal texts or regulations in PDF format in a somehow organized manner. It was not possible to publish the information in vector format, since it is not available for many municipalities, and the information is too diverse to be published under the same system. We decided, though, to do some more research, to investigate the possibility of enabling maps navigation through the web, since, for most users, this is the natural way of finding planning information. Then, we saw the possibility of making a raster mosaic of each planning document scanned component maps, if we would find a way to georeference these to the territory. In almost all the cases, this was possible with a little manual effort. In addition, we needed to cut and rotated each of the component maps to build an accurate planning mosaic. To make the problem a little more complex, we also needed to find a way to ensure the best possible display quality of the maps at the different scales of visualization or zooms. We used tiff format files with jpeg compression and the so-called overviews. An overview is a smaller, reduced-resolution representation of a larger image, stored in the same file as the original image data. The overviews allow the software, in our case GeoMedia from Intergraph, to choose the best overview of the file for display in each scale of visualization. In addition, overviews can significantly reduce image display times by displaying overviews rather than the full resolution image. They can also reduce the amount of memory the system needs in order to display and redisplay the image, and they enable to see the same image in one window at a lower, or zoomed out resolution while displaying an area of detail in another window at a higher resolution. Again, the complexity of all these processes and the enormous amount of files to process implied the need of providing a computer assistant that will drive the operator through all the processes involved from scanning the file, to naming, storing, cutting, rotating, associating the file with its planning data, and finally publishing it in the web. In another order of complexity, the operators also needed the assistance of a computer system that will ensure the coherency of the scanned information, by automatically associating it to other complementary information in the database and by providing a simple visualization of the database information. For this purpose, we designed a data structure and a system architecture that will represent the whole planning information in a simple way and in function of the publishing needs. We also designed specific software that will drive the computer operators through all the processes involved in the creation, edition, modification and publication of the system s information. THE SYSTEM ARCHITECTURE, FUNCTIONALITIES AND DATA STRUCTURE On the first hand, we decided that the web and the scanning application, called FastWebPro Manager, would share the same database. This strategy allows seeing any change made from the application automatically published in the web, and, more important, provides an integrated user interface to manage all the information of the system, as shown in the figure below. Web FWP Manager DB Figure 1: General working scheme In terms of the planning data structure, given the diversity and eclecticism of the planning documents, we realized the need of defining a very specific vocabulary or taxonomy of planning to be able to make all the team understand the same concepts. Thus, we defined three basic concepts: document, element and component. A document is literally the box that contains the planning project, which is composed of different elements under different types of supports, mainly texts, maps or graphics, etc. In turn, each element can be composed of one or more components. For example, the so-called base planning map of a municipality can be composed of several maps that need to be scanned and related to the previous concepts. In addition, the components or maps can have some information common to the rest of the components of the same element. This is the case of the map legend that it is usually the same for all the maps of the same set. Finally, the different planning documents of a municipality can be composed of navigable cartographies at different scales. In this sense, we defined a link as a shortcut to a specific cartography, shown from another cartography set with a bigger scale of visualization. These dynamic links represent a very intuitive and efficient way to graphically jump from one map to another one, and they are usually used to represent elements, but they can also be used to access documents. The figure below shows the conceptual main planning data entities hierarchy and their relationships, all the way down to the scanned information.

3 Municipality document document document document element element element legend link component component component legend link Figure 2: Planning information data structure and scanned information relationship Once the data model is established, we need to pay a big attention to the scanning process. The scanning process involves two different aspects that we call the logical and the physical scanning processes, which solutions are the main clues to ensure the success of the system. As shown in the picture below, the logical scanning process groups several processes from the definition of the document and all its elements and components to the generation of the different cartographies. documen t elemen t dynami c LOGICAL SCANNING componen static legen d Figure 3: Definition of the main data structure entities by the logical scanning process On the other hand, what we call the physical scanning process involves the association of the scanned file with its corresponding component or final entity in the database, process that defines a file available from the web, as shown in the picture below. PHYSICAL SCANNING cartography file defined component association published file Figure 4: Physical scanning process of a file for publishing in the web

4 Thus, the logical scanning process builds and ensures the integrity of the document information tree with all its metadata information to allow its publication in the web automatically. To accomplish all the preceding, the specific scanning application, FastWebPro Manager, not only associates a file to its corresponding component, but also allows navigation through the whole system s database. THE TOOLS There is no need to mention that the overall process was quite difficult to launch due to many different reasons. On the one hand, we needed to fine-tune the technology and solve many different and specific problems, and on the other hand, we needed to set up a human team of very different personalities to work as a whole and managing the same concepts in a systematic manner. FastWebPro Manager, what we call the scanning application, provides computer operators a systematic environment to scan, manage, query and build the information of the system. The following figure shows the main form of the application, where we can observe the three main entities of the system, the document, the element and the component, with two other buttons below to manage the different cartographies and their associated legends. Figure 5: Main menu of the scanning application, FastWebPro Manager As a technical note, FastWebPro Manager is an application written in Visual Basic 6 that connects to GeoMedia and drives it to generate all the navigable static cartographies. The system s database uses MS-Access for development and Oracle for the published Xunta de Galicia version. The web is programmed in ASP 3.0 and javascript using two different resolutions of 800x600 pixels and 1024x768 pixels. The following three figures show the main forms of the three main entities of the system (document, element and component). The example below shows the case of Ourense s municipality. Figure 6: Document form of FastWebPro Manager In the figure below, which shows the element form, it is interesting to note that Ourense has 84 different planning documents. By selecting one of these documents, the application shows the elements associated to it. In the example

5 below, we can observe that the document selected has 6 associated elements, and in the component form, we can see that the selected element has 18 components, in this case corresponding to the maps of Ourense s urban land classification. As we can observe, the application allows navigation through each of the objects and their hierarchy, and it is interesting to note that the selected element has a bounding box and an associated dynamic link. The bounding box allows finding all the elements that affect any specific point of the territory when navigating through the web. As we pointed out before, the dynamic link is just a short cut to the specific components of the element or cartography, corresponding to all the maps of Ourense s urban land, in the case below. Figure 7: Element form of FastWebPro Manager Figure 8: Component form of FastWebPro Manager The last interesting aspect to point out is the cartography manager, shown in the figure below. The cartography manager form allows the user to define the different cartographies associated to a document and relates them to their specific geoworkspaces of GeoMedia, the base GIS software used by the system, setting the full file path automatically. In

6 addition, a button assists the user to process all the different maps. As shown in the right figure below, the different manipulations of the graphic maps are: - Cutting and rotating the images (the application launches Photoshop) - Confirming or canceling the process - Generating the overviews using the Image Raster Utilities of Intergraph - Generating automatically a new geoworkspace in GeoMedia for georeferencing the maps - Checking the results visually by opening GeoMedia - Generating the maps to be published in the web, according to the size of the tiles and the different levels of zoom defined in the cartography form, by opening GeoMedia and launching a batch process to capture all the tiles THE WEB Figure 9: Cartography form of FastWebPro Manager and file manger form The web allows a detailed access to all the specific urban planning maps, regulations and their modifications of the 315 municipalities of Galicia, as well as to the province level urban planning legislation. The following figure shows Galicia s web home of the Urban Planning Internet portal with the different planning information options. The first option shows the urban planning link for municipal or province level information, collapsed in white. The second option expanded in yellow, shows the links to the urban legislation with three options. Figure 10: Home of the planning Internet portal showing the urban planning and legislation links

7 The next two figures show all the general and specific urban legislation options. These urban legislations are hosted in different servers and maintained by different people. Figure 11: General (left) and specific (right) urban legislation links All the planning cartography is available under the municipal urban planning link. The following figure shows the main entry point of the municipal urban planning with the map of Galicia, its four provinces (A Coruña, Lugo, Ourense and Pontevedra) and all the municipalities represented as blue dots accessible through hot links. In addition, the user can access the same municipal information by choosing the right options in the pull-down menus on the right, and the four province level regulations, accessible under these pull-down menus, showing all Ourense s province planning available information. Figure 12: Map of Galicia as shown in the web with the municipality of Ourense tool-tip text By choosing a municipality, the web shows a window that includes information of the municipality, a link to generate a dynamic planning summary of the municipality and a link to jump to its master plan as a default option. The following figures show the window that allows generating the municipality general information and planning summary with different options (on the left), the municipality general information window (on the right) and the planning summary dynamic report of the municipality (on the bottom). It is interesting to point out that the report can include all the dependencies between documents, since the planning process can be quite complex, and all the components of each planning element, for example, all the maps of a planning element.

8 Figure 13: Summary of Ourense s urban planning documents and information access and report In the case of the example for Ourense, the figure below shows the urban planning map with the different navigation options underneath and a menu on the right of the map containing the different navigable cartographies, the legend of dynamic links and the master plan and urban development menus. The example below also shows the dynamic links legend expanded, as well as the development urban planning menu. The user can turn on and off dynamic links by clicking the desired entries. The web has also specific buttons to access an online help and the information of the municipality, to jump back to Galicia s index map, to open the static map legend (on the bottom of the map view) and to print out the map view, which will be explained below. Figure 14: Map of the municipality of Ourense as shown in the web

9 The next figure shows a zoom over the general layout element of the master plan document of Ourense. As shown in the example, all planning documents are sorted by type (either general or development) and clicking on the desired element, a window opens showing all its components. The previously mentioned entities, document and element, are also available through the menu on the right, where we can observe the first document in yellow with all its components inside a grey frame. Next figure 16 shows the window with all the components of the previous first element of the first document of Ourense, corresponding to the general layout of its master plan. A mouse click on one component downloads it from the server, either in jpeg raster format for maps or in PDF for regulations and legislation texts. An interesting feature of the component list window is that the button filter allows the user to filter the component list according to the map view coordinates, to display only the maps contained in the current view. This functionality, based on the element bounding box concept explained before, is very intuitive and useful given that, for some municipalities, the list can be very extensive and the user might be interested only in the subset of visible maps. The window also allows the user to filter the components by a string. Figure 15: Zoom on the base map of Ourense master plan, showing the dynamic links of an element Figure 16: List of all the components of Ourense s master plan base map element Another interesting functionality, shown in the above figure 15, is the dynamic links of Ourense s urban layout element. As mentioned before, the web allows having graphic dynamic links of elements over other larger scale elements. In this

10 example, Ourense s urban layout link sits on top of its master plan base map element. Clicking with the mouse on the link automatically changes the visible cartography to the one linked to the clicked element. This is the alternative graphical way to navigate from the different elements of a document. CONCLUSION In our opinion, the work accomplish has several importance aspects. On the one hand, the navigable scanned maps level of quality obtained is more than acceptable, and it is ensured for the 3,500 documents of Galicia. This leads to the second important aspect that refers to the enormous dimension of the project, information compilation and planning systematization accomplished by the project team that, for the first time, will imply a big step towards the democratization of the urban planning information of the whole Galicia region. In addition, we develop an application based on a specific working methodology that ensures coherency in the many aspects and procedures involved in publishing any single planning information, providing a unique integrated system, which is the basis of its information maintenance sustainability. Finally, the new urban planning portal of Galicia will become an indispensable tool for any person or any technical expert related to the urban planning sector. This is indeed a pioneer project in Spain and will probably become an example of how to proceed to make available to the whole community very sensible, difficult to compile and voluminous information. BIOGRAPHY OF THE PRESENTING AUTHOR Josep Fargas is an architect from Barcelona, Spain who received a Master in City Planning and a Master of Science in Architecture Studies at Massachusetts Institute of Technology. He became a research affiliate of MIT and taught at the Barcelona School of Architecture, where he also participates in several master s courses, as well as in the Catalan Association of Architects. He is the founding partner of DTEC Consulting, S.L. since 1994 and he is responsible for both managerial and technical aspects of consulting services offered to the architecture, engineering and construction industry and to planning institutions, in basic research, CAD, GIS, modeling and project management. He is also member of Spanish Association of Urban Planners, member of Association for Computer Aided Design in Architecture and member of Spanish Association of Geographical Information Systems. He has made several publications in the field of information technology applied to CAD, GIS and design methods. DTEC is a design technologies consulting specialized since 1994 in the advice, analysis, diagnosis, development of proposals and execution of different projects that need a strong computer based technology to accomplish them. A common feature that our projects share is their graphical and territorial aspect founded in Computer Aided Design and Geographical Information Systems. Each project integrates these technologies with an accurate database management, specific data structures development, appropriate working methods implementation and simulation models execution, which result in the creation of useful systems for decision-making support. Our clients range from the public administration area to professional associations, institutions and public or private companies. Some of the projects we have carried out are the systematization of the whole Catalan Urban Planning information and GIS, the development of urban settlements and land use growth dynamics simulation models, the dynamic analysis of road and conventional and high speed railway network traffic, the implementation of public administration corporate GIS that integrate, among other subjects, digital cartography, tax management systems, urban planning and zoning, and the implementation of special projects and territorial studies. Some of our clients are the Planning Department of the autonomous government of Generalitat de Catalunya and Xunta de Galicia, the Barcelona Territorial Metropolitan Plan of Generalitat de Catalunya, the regional government of Consell Comarcal d Osona, and the local governments of the cities of Ourense, Lleida, Reus, Vic, Tortosa, Tarragona, and El Prat de Llobregat, etc.

The E. I. E. L Project: An Experience of a GIS Development

The E. I. E. L Project: An Experience of a GIS Development The E. I. E. L Project: An Experience of a GIS Development ieves R. Brisaboa José Antonio Cotelo Lema Antonio Fariña Miguel R. Luaces José R.R. Viqueira EC GI & GIS 2003 OVERVIEW 2 Introduction The E.

More information

THE NATIONAL ATLAS OF SPAIN ( ): FACSIMILE DIGITAL VERSION

THE NATIONAL ATLAS OF SPAIN ( ): FACSIMILE DIGITAL VERSION THE NATIONAL ATLAS OF SPAIN (1986-2008): FACSIMILE DIGITAL VERSION Abstract Pilar Sánchez-Ortiz Rodríguez Instituto Geográfico Nacional. Ministerio de Fomento General Ibáñez Ibero, 3 28003 Madrid (Spain)

More information

Learning ArcGIS: Introduction to ArcCatalog 10.1

Learning ArcGIS: Introduction to ArcCatalog 10.1 Learning ArcGIS: Introduction to ArcCatalog 10.1 Estimated Time: 1 Hour Information systems help us to manage what we know by making it easier to organize, access, manipulate, and apply knowledge to the

More information

Desktop GIS for Geotechnical Engineering

Desktop GIS for Geotechnical Engineering Desktop GIS for Geotechnical Engineering Satya Priya Deputy General Manager (Software) RMSI, A-7, Sector 16 NOIDA 201 301, UP, INDIA Tel: +91-120-2511102 Fax: +91-120-2510963 Email: Satya.Priya@rmsi.com

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning CI125230 Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell Brockwell IT Consulting Inc. Sean Kinahan Brockwell IT Consulting Inc. Learning Objectives

More information

Introduction to Coastal GIS

Introduction to Coastal GIS Introduction to Coastal GIS Event was held on Tues, 1/8/13 - Thurs, 1/10/13 Time: 9:00 am to 5:00 pm Location: Roger Williams University, Bristol, RI Audience: The intended audiences for this course are

More information

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity 7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity Hanoi, Vietnam, 19-22 October 2009 ------------------ TS 3A - SDI in Support of Urban

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

DP Project Development Pvt. Ltd.

DP Project Development Pvt. Ltd. Dear Sir/Madam, Greetings!!! Thanks for contacting DP Project Development for your training requirement. DP Project Development is leading professional training provider in GIS technologies and GIS application

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi

UNIT 4: USING ArcGIS. Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi UNIT 4: USING ArcGIS Instructor: Emmanuel K. Appiah-Adjei (PhD) Department of Geological Engineering KNUST, Kumasi Getting to Know ArcGIS ArcGIS is an integrated collection of GIS software products ArcGIS

More information

Available online at Analele Stiintifice ale Universitatii Al. I. Cuza din Iasi Seria Geologie 58 (1) (2012) 53 58

Available online at   Analele Stiintifice ale Universitatii Al. I. Cuza din Iasi Seria Geologie 58 (1) (2012) 53 58 Available online at http://geology.uaic.ro/auig/ Analele Stiintifice ale Universitatii Al. I. Cuza din Iasi Seria Geologie 58 (1) (2012) 53 58 AUI GEOLOGIE GIS database for mineral resources: case study

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

Digital Tax Maps Westport Island Project Summary

Digital Tax Maps Westport Island Project Summary Digital Tax Maps Westport Island Project Summary Presented to the: Mid-Coast Regional Planning Commission Creating GIS-Based Digital Tax Maps And Linked Assessment Records For Small Towns on a Budget Dennis

More information

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

Overview. Everywhere. Over everything.

Overview. Everywhere. Over everything. Cadenza Desktop Cadenza Web Cadenza Mobile Cadenza Overview. Everywhere. Over everything. The ultimate GIS and reporting suite. Provide, analyze and report data efficiently. For desktop, web and mobile.

More information

One platform for desktop, web and mobile

One platform for desktop, web and mobile One platform for desktop, web and mobile Search and filter Get access to all data thematically filter data in context factually and spatially as well as display it dynamically. Export a selection or send

More information

QGIS COURSE - ROUTE ANALYSIS, FINDING THE SHORT PATH IN QGIS ONLINE TRAINING. GIS Training. Course. .com

QGIS COURSE - ROUTE ANALYSIS, FINDING THE SHORT PATH IN QGIS ONLINE TRAINING. GIS Training. Course. .com Q COURSE - ROUTE ANALYSIS, FINDING THE SHORT PATH IN Q ONLINE TRAINING Training Course.com TYC COURSE GOALS The objective of this course is to initiate the student in route analysis using Q. The training

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

Massachusetts Institute of Technology Department of Urban Studies and Planning

Massachusetts Institute of Technology Department of Urban Studies and Planning Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory GIS Principles &

More information

Features and Benefits

Features and Benefits Autodesk LandXplorer Features and Benefits Use the Autodesk LandXplorer software family to help improve decision making, lower costs, view and share changes, and avoid the expense of creating physical

More information

CentropeSTATISTICS Working Interactively with Cross-Border Statistic Data Clemens Beyer, Walter Pozarek, Manfred Schrenk

CentropeSTATISTICS Working Interactively with Cross-Border Statistic Data Clemens Beyer, Walter Pozarek, Manfred Schrenk Clemens Beyer, Walter Pozarek, Manfred Schrenk (Dipl.-Ing. Clemens Beyer, CEIT ALANOVA, Concorde Business Park 2/F, 2320 Schwechat, Austria, c.beyer@ceit.at) (Dipl.-Ing. Walter Pozarek, PGO Planungsgemeinschaft

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Version 1.1 GIS Syllabus

Version 1.1 GIS Syllabus GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION Version 1.1 GIS Syllabus Endorsed 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed at: Those who wish to demonstrate

More information

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE)

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) PART 2: Analysis in ArcGIS (THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) Step 1: Start ArcCatalog and open a geodatabase If you have a shortcut icon for ArcCatalog on your desktop, double-click it to start

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

GIS Functions and Integration. Tyler Pauley Associate Consultant

GIS Functions and Integration. Tyler Pauley Associate Consultant GIS Functions and Integration Tyler Pauley Associate Consultant Contents GIS in AgileAssets products Displaying data within AMS Symbolizing the map display Display on Bing Maps Demo- Displaying a map in

More information

4D information management system for road maintenance using GIS

4D information management system for road maintenance using GIS icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) 4D information management system for road maintenance

More information

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus.

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. PCI GEOMATICS GEOMATICA QUICKSTART 1. Introduction This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. All data used in

More information

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager Innovation The Push and Pull at ESRI September 2004 Kevin Daugherty Cadastral/Land Records Industry Solutions Manager The Push and The Pull The Push is the information technology that drives research and

More information

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Background

More information

QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI

QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI S. Lemajić a,lj. Rašić b a Croatian Geodetic Institute, Savska 41/XVI, Zagreb, Croatia slavko.lemajic@cgi.hr b State Geodetic Administration, Lastovska

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede Web GIS: Architectural Patterns and Practices Shannon Kalisky Philip Heede Web GIS Transformation of the ArcGIS Platform Desktop Apps Server GIS Web Maps Web Scenes Layers Web GIS Transformation of the

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

The Geodetic Infrastructure Management Via Web-Based Mapping Technology in Morocco

The Geodetic Infrastructure Management Via Web-Based Mapping Technology in Morocco The Geodetic Infrastructure Management Via Web-Based Mapping Technology in Morocco Moha EL-AYACHI, Khalid EL HAJARI, Said ALAOUI, and Omar JELLABI, Morocco Key words: infrastructure, web mapping, governance,

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

ArcGIS Pro: Essential Workflows STUDENT EDITION

ArcGIS Pro: Essential Workflows STUDENT EDITION ArcGIS Pro: Essential Workflows STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 6.0. Version release date August 2018. Printed in the United States of America. The information contained

More information

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform.

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. ArcGIS for Desktop ArcGIS for Desktop ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. Beyond showing your data as points on a map, ArcGIS for Desktop gives you the power to manage

More information

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE Abstract SHI Lihong 1 LI Haiyong 1,2 LIU Jiping 1 LI Bin 1 1 Chinese Academy Surveying and Mapping, Beijing, China, 100039 2 Liaoning

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Red text signifies new things in Bentley Map

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # GIS Coordinator AD Grid Level 6(c) # 420

JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # GIS Coordinator AD Grid Level 6(c) # 420 COUNTY OF GRANDE PRAIRIE JOB DESCRIPTION JOB TITLE: CURRENT CLASSIFICATION/GRID POSITION # GIS Coordinator AD Grid Level 6(c) # 420 NOC CODE: 2255 STANDARD HOURS: 35 hours/week (non-management) JOB TITLE

More information

TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF

TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF 1 Cartographic Database and TM100 Product Specifications TERMS OF REFERENCE FOR PROVIDING THE CONSULTANCY SERVICES OF Production and establishment of cartographic database for scale 1:100,000 and production

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

What are the Spatial Data Standards?

What are the Spatial Data Standards? What is SDSFIE? 1992 Army, Navy, Air Force and Marine Corps established the Tri- Service CADD/GIS Technology Center at the US Army Engineer Waterways Experiment Station in Vicksburg, Miss. 1999 name was

More information

ARCGIS COURSE, BEGINNER LEVEL ONLINE TRAINING

ARCGIS COURSE, BEGINNER LEVEL ONLINE TRAINING ARC COURSE, BEGINNER LEVEL ONLINE TRAINING Course.com TYC TRAINING OVERVIEW This course will qualify students to use Arc Desktop 10 and in particular, ArcMap, ArcCatalog and ArcTool Box, focusing on the

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

More information

FIRE DEPARMENT SANTA CLARA COUNTY

FIRE DEPARMENT SANTA CLARA COUNTY DEFINITION FIRE DEPARMENT SANTA CLARA COUNTY GEOGRAPHIC INFORMATION SYSTEM (GIS) ANALYST Under the direction of the Information Technology Officer, the GIS Analyst provides geo-spatial strategic planning,

More information

Esri UC2013. Technical Workshop.

Esri UC2013. Technical Workshop. Esri International User Conference San Diego, California Technical Workshops July 9, 2013 CAD: Introduction to using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

Cartographic Workshop

Cartographic Workshop http://lazarus.elte.hu/cet/ Cartographic Workshop One of the roles of the ICA, Commission on Education and Training is to provide member nations with cartographic workshop experiences that enhance the

More information

Geoprovisioning delivers geodata and its analysis for specific areas on request.

Geoprovisioning delivers geodata and its analysis for specific areas on request. DRAFT 27 February 2009 Geoprovisioning Geoprovisioning delivers geodata and its analysis for specific areas on request. What are the components of a geoprovisioning service? The sample web site geoprovisioning.com

More information

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics Tel: October 2007

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics   Tel: October 2007 CENSUS MAPPING WITH GIS IN NAMIBIA BY Mrs. Ottilie Mwazi Central Bureau of Statistics E-mail: omwazi@npc.gov.na Tel: + 264 61 283 4060 October 2007 Content of Presentation HISTORICAL BACKGROUND OF CENSUS

More information

Overdracht van terrein informatie dmv een GIS internettoepassing bij de OVAM

Overdracht van terrein informatie dmv een GIS internettoepassing bij de OVAM 1 1. General Introduction... 2 1.1. GIS.... 2 1.1.1. What is a GIS?... 2 1.1.2. The Philosophy of a GIS... 2 1.1.3. Aspects of a GIS project... 3 1.1.4. Intergraph and GeoMedia... 4 1.2. OVAM... 5 1.2.1.

More information

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary

European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK. Executive Summary European Commission STUDY ON INTERIM EVALUATION OF EUROPEAN MARINE OBSERVATION AND DATA NETWORK Executive Summary by NILOS Netherlands Institute for the Law of the Sea June 2011 Page ii Study on Interim

More information

Geographical Information Systems

Geographical Information Systems Geographical Information Systems Geographical Information Systems (GIS) is a relatively new technology that is now prominent in the ecological sciences. This tool allows users to map geographic features

More information

ARCGIS PRO COURSE, BEGINNER LEVEL ONLINE TRAINING GIS. Course. Training. .com

ARCGIS PRO COURSE, BEGINNER LEVEL ONLINE TRAINING GIS. Course. Training. .com ARC PRO COURSE, BEGINNER LEVEL ONLINE TRAINING Course.com TYC TRAINING OVERVIEW This course will provide a basic introduction in Arc PRO, the new Arc Desktop release. The training material will be focused

More information

MEU A cartographic-based web-platform for urban energy management and planning

MEU A cartographic-based web-platform for urban energy management and planning MEU A cartographic-based web-platform for urban energy management and planning Massimiliano Capezzali 1, Gaëtan Cherix 2, 1 Energy Center, Ecole Polytechnique Fédérale de Lausanne (EPFL), 1015 Lausanne

More information

Arboretum Explorer: Using GIS to map the Arnold Arboretum

Arboretum Explorer: Using GIS to map the Arnold Arboretum Arboretum Explorer: Using GIS to map the Arnold Arboretum Donna Tremonte, Arnold Arboretum of Harvard University 2015 Esri User Conference (UC), July 22, 2015 http://arboretum.harvard.edu/explorer Mission

More information

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com

ARCGIS PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT GIS. Course. Training. .com ARC PRO COURSE, APPLIED TO ENVIROMENTAL MANAGEMENT TYC Training Course.com TRAINING OVERVIEW This Arc Pro online course will provide a great deal of information about the link between earth s ecosystems

More information

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P BASIC TECHNOLOGY Pre K 1 2 3 4 5 6 7 8 9 10 11 12 starts and shuts down computer, monitor, and printer P P P P P P practices responsible use and care of technology devices P P P P P P opens and quits an

More information

INSPIRE implementation in the Turkish Ministry of Environment and Urbanization Producing and Publishing Environmental Data

INSPIRE implementation in the Turkish Ministry of Environment and Urbanization Producing and Publishing Environmental Data INSPIRE implementation in the Turkish Ministry of Environment and Urbanization Producing and Publishing Environmental Data Ezgi Sarmusak Urban Planner, MoEU Sibel Süer Toybıyık - Assistant Expert, MoEU

More information

Providing Public Access to King County GIS Data. Presented by: Michael Jenkins King County GIS Center Seattle, WA

Providing Public Access to King County GIS Data. Presented by: Michael Jenkins King County GIS Center Seattle, WA Providing Public Access to King County GIS Data Presented by: Michael Jenkins King County GIS Center Seattle, WA King County, Washington Microsoft Boeing Amazon.Com Starbucks Port of Seattle Weyerhauser

More information

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes

v WMS Tutorials GIS Module Importing, displaying, and converting shapefiles Required Components Time minutes v. 11.0 WMS 11.0 Tutorial Importing, displaying, and converting shapefiles Objectives This tutorial demonstrates how to import GIS data, visualize it, and convert it into WMS coverage data that could be

More information

GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: Mobile:

GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: Mobile: GIS Generalization Dr. Zakaria Yehia Ahmed GIS Consultant Ain Shams University Tel: 24534976 Mobile: 01223384254 zyehia2005@yahoo.com Abstract GIS Generalization makes data less-detailed and less-complex

More information

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES Jiri Cajthaml, Jiri Krejci Czech Technical University in Prague, Faculty of Civil Engineering, Department of Mapping and Cartography,

More information

EnvSci 360 Computer and Analytical Cartography

EnvSci 360 Computer and Analytical Cartography EnvSci 360 Computer and Analytical Cartography Lecture 7 Mapping Images, Surfaces, and 3-D Data Brief Overview of Imagery What is Imagery? A spatial data model that defines space as an array of equally

More information

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada Overview FLOSS concepts Digital Land Administration systems FLOSS Database alternatives FLOSS

More information

for Effective Land Administration

for Effective Land Administration Role of Geospatial Technology in Land Information System(LIS) for Effective Land Administration Dr. Deb Jyoti Pal Sections Role of GIS in Land Records Proposed Work Flow Case Studies Role of GIS Creating

More information

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction In recent times digital mapping has become part and parcel of our daily lives with experience from Google Maps on

More information

Abstract. Keywords: Geographic information systems and digital data model. 1. Introduction

Abstract. Keywords: Geographic information systems and digital data model. 1. Introduction Abstract GISMO - A Geographical Information System for a Municipality Office Ramzi A. Haraty and Youssef O. Kaddoura Lebanese American University P.O. Box 13-5053 Chouran Beirut, Lebanon 1102 2801 Email:

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB PHASE 1_6 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 6 TH SESSION REPORT: 3 RD -5 TH SEPTEMBER 2014 SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER

More information

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC)

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Title of Paper: Increasing the Use of GIS in the Federal Government Author Name: Miss Abstract This presentation

More information

GIS Capability Maturity Assessment: How is Your Organization Doing?

GIS Capability Maturity Assessment: How is Your Organization Doing? GIS Capability Maturity Assessment: How is Your Organization Doing? Presented by: Bill Johnstone Principal Consultant Spatial Vision Group November 8, 2018 1. Motivation for Capability Maturity Models

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

More information

Technical Building Branches. Multidisciplinary Integration of Needs. Interdisciplinary Subject BUT

Technical Building Branches. Multidisciplinary Integration of Needs. Interdisciplinary Subject BUT Usage of a Multidisciplinary GIS Platform for the Design of Building Structures Dalibor Barton k, Ji í Bureš, Aleš Dráb, Miroslav Menšík Integration of Needs in Many Technical Building Branches Civil Engineering

More information

Pegaso map viewer workshop

Pegaso map viewer workshop PEGASO / 05 Deliverable Plan 2010-12-23 Pegaso Project People for Ecosystem based Governance in Assessing Sustainable development of Ocean and coast Funded by the European Union under FP7 ENV.2009.2.2.1.4

More information

Buffer Data Capture. Exercise 4:

Buffer Data Capture. Exercise 4: Buffer Data Capture Exercise 4: This example demonstrates some available navigation tools to locate an area of interest and apply some analysis tools to the area. The area of interest is the Baldy Batholith

More information

Quality of Information collected with the help of Map-Based Questionnaires

Quality of Information collected with the help of Map-Based Questionnaires Quality of Information collected with the help of Map-Based Questionnaires Contents 1. Introduction 2. Case Studie: The Switch Project in Wilhelmsburg 3. The Web Platform 1. Technical Architecture 2. Interactive

More information

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

Improvements for Kosovo's spatial planning system / [presentation given in May 2011]

Improvements for Kosovo's spatial planning system / [presentation given in May 2011] Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 2011 Improvements for Kosovo's spatial planning system / [presentation given in May 2011] Luan Nushi Follow this

More information

Working with ArcGIS: Classification

Working with ArcGIS: Classification Working with ArcGIS: Classification 2 Abbreviations D-click R-click TOC Double Click Right Click Table of Content Introduction The benefit from the use of geographic information system (GIS) software is

More information

Regione Umbria. ESRI EMEA User Conference 2010 Rome, October 27th 2010

Regione Umbria. ESRI EMEA User Conference 2010 Rome, October 27th 2010 Direzione Ambiente, Territorio e Infrastrutture Servizio Informatico/Informativo: geografico, ambientale e territoriale ESRI EMEA User Conference 2010 Rome, October 27th 2010 Arch. Ambra Ciarapica, Dott.

More information

ArcGIS Deployment Pattern. Azlina Mahad

ArcGIS Deployment Pattern. Azlina Mahad ArcGIS Deployment Pattern Azlina Mahad Agenda Deployment Options Cloud Portal ArcGIS Server Data Publication Mobile System Management Desktop Web Device ArcGIS An Integrated Web GIS Platform Portal Providing

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Boone County GIS has the right to inquire about and investigate the use of any requested products and deny access to anyone based on concerns relating to privacy, security, public health, public safety,

More information

Geodatabase Management Pathway

Geodatabase Management Pathway Geodatabase Management Pathway Table of Contents ArcGIS Desktop II: Tools and Functionality 3 ArcGIS Desktop III: GIS Workflows and Analysis 6 Building Geodatabases 8 Data Management in the Multiuser Geodatabase

More information

Geographic Systems and Analysis

Geographic Systems and Analysis Geographic Systems and Analysis New York University Robert F. Wagner Graduate School of Public Service Instructor Stephanie Rosoff Contact: stephanie.rosoff@nyu.edu Office hours: Mondays by appointment

More information

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore

DATA SOURCES AND INPUT IN GIS. By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore DATA SOURCES AND INPUT IN GIS By Prof. A. Balasubramanian Centre for Advanced Studies in Earth Science, University of Mysore, Mysore 1 1. GIS stands for 'Geographic Information System'. It is a computer-based

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

Projection and Reprojection

Projection and Reprojection Using Quantum GIS Tutorial ID: IGET_GIS_002 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released

More information

SOLUTIONS ADVANCED GIS. TekMindz are developing innovative solutions that integrate geographic information with niche business applications.

SOLUTIONS ADVANCED GIS. TekMindz are developing innovative solutions that integrate geographic information with niche business applications. ADVANCED GIS SOLUTIONS TekMindz are developing innovative solutions that integrate geographic information with niche business applications. TEK INDZ TM GIS Services Overview At the leading edge of geospatial

More information

"GIS-Sofia" Ltd. geospatial data integration in SOFCAR geographic information system and providing services March 2018, Sofia

GIS-Sofia Ltd. geospatial data integration in SOFCAR geographic information system and providing services March 2018, Sofia "GIS-Sofia" Ltd. geospatial data integration in SOFCAR geographic information system and providing services Geographical Information System Sofia " Ltd....the beginning... Established in 1999, as a Sofia

More information