internet-enabled gis - spring 2011

51
Internet enabled GIS GIS Topics and Applications John Reiser Rowan University

Upload: john-reiser

Post on 19-Jan-2015

1.492 views

Category:

Education


2 download

DESCRIPTION

First unit lecture for John Reiser's GIS II course offered Spring 2011 at Rowan University, Glassboro, NJ. Materials are released under a CC BY-NC-SA 3.0 license: http://creativecommons.org/licenses/by-nc-sa/3.0/

TRANSCRIPT

Page 1: Internet-enabled GIS - Spring 2011

Internet enabled GIS

GIS Topics and ApplicationsJohn Reiser

Rowan University

Page 2: Internet-enabled GIS - Spring 2011

GIS as a Support System

• GIS has become a critical component in:– Land & Real Estate Management– Transportation & Traffic Engineering– Environmental Studies– Urban Planning– Civil Engineering– Facilities & Building Management– Fleet Control & Routing– Mobile & Location-Based Services

Page 3: Internet-enabled GIS - Spring 2011

Yesterday's GIS

• GIS used to be tied to the back office.• Trade or purchase GIS data.• Data stored on the same computer as the

software.• GIS was anchored to one place and only a select

few had access.• Computing is now distributed across a network

that is accessible nearly everywhere.

Page 4: Internet-enabled GIS - Spring 2011

Before, data was stored on disk, on site.Before, data was stored on disk, on site.

Page 5: Internet-enabled GIS - Spring 2011

Before, data was stored on disk, on site.Now, the data is available across the 'Net.Before, data was stored on disk, on site.

Now, the data is available across the 'Net.

Page 6: Internet-enabled GIS - Spring 2011

Internet GIS

• Internet-enabled GIS allows professionals and the public a level of access to information that was previously impossible.

• Professionals can report on and update maps and data in the field.

• The public can now access plans with ease; even contribute to the planning process via the web.

Page 7: Internet-enabled GIS - Spring 2011

Internet GIS

• Making GIS accessible• Accessing data using the web

– Web Map Services (ArcIMS, WMS & WFS)– GIS servers & Location-based Services– Keyhole Markup Language (KML)

• Distributing data using the web– Basic and advanced distribution– Basics of generating and distributing KML– Overview of instituting a WMS

Page 8: Internet-enabled GIS - Spring 2011

Data Accessibility

• We can easily share data now– FTP– ZIP files posted to the web

• Helps GIS users, but outsiders are left in the dark• Inviting, easy to use map interfaces are the new

way to share

Page 9: Internet-enabled GIS - Spring 2011

Making GIS AccessibleMaking GIS Accessible

Page 10: Internet-enabled GIS - Spring 2011

Making GIS AccessibleMaking GIS Accessible

Click icon to add picture

Page 11: Internet-enabled GIS - Spring 2011

Making GIS AccessibleMaking GIS Accessible

Page 12: Internet-enabled GIS - Spring 2011

NYCityMap gis.nyc.gov/doitt/nycitymap/

NYCityMap gis.nyc.gov/doitt/nycitymap/

Page 13: Internet-enabled GIS - Spring 2011

Basics of Internet-enabled GIS

• Simple, open formats, usually XML based• Data can be emailed or hosted on a webserver• Uses a public or private GIS server for additional

features– KML is overlaid on top of images provided by Google

• Data is either geospatially aware map images, or actual GIS data in a web friendly format.

Page 14: Internet-enabled GIS - Spring 2011

Images versus Data

• Map services usually deliver images of maps that include information allowing software to properly position the image on the Earth.

• Some map services deliver map images, along with attribute information about the features in the map image.

• Other map services deliver just GIS data, leaving it up to the client application to render the data on the screen.

Page 15: Internet-enabled GIS - Spring 2011

Spectrum of Services

Images OnlyData Only

Images OnlyData Only

TileServices

Web Map

Service

Web Feature Service

ArcIMS ArcGIS KML

Page 16: Internet-enabled GIS - Spring 2011

ArcGIS Server & ArcIMS

• ESRI's server-side software• Allows ArcGIS desktop & mobile users access to a

central GIS database• Generates map images and exports feature info• Many counties and large cities use this software• Serves ArcGIS and web browser users• Can also provide WMS and WFS services• Incredibly feature rich, but expensive

Page 17: Internet-enabled GIS - Spring 2011

Web Map Service

• WMS is a protocol for requesting rendered map tiles from a GIS server

• Data returned is a map image• Allows access to the attribute information via

XML• REST-ful protocol – necessary info within the URL• Open standard, free to implement

Page 18: Internet-enabled GIS - Spring 2011

Web Feature Service

• WFS allows for retrieval of GIS features and properties from a remote server

• Data is GIS features; data, not maps• WFS also allows updating GIS data on a remote

server• Returns XML data

Page 19: Internet-enabled GIS - Spring 2011

KML

• Once a "closed" language, Google pushed for its adoption as an open standard

• KML is a subset of XML and related to GML• KML stores vector data along with symbology • KML can act as a wrapper for WMS services

Page 20: Internet-enabled GIS - Spring 2011

Finding GIS Resources

• The Federal Government and each State maintains a Spatial Data Clearinghouse.

• Ours (in my opinion) is one of the best• NJ Geographic Information Network

http://njgin.state.nj.us/• Federal Geo Onestop

http://geodata.gov

Page 21: Internet-enabled GIS - Spring 2011

Geospatial One-Stopgeodata.gov

Geospatial One-Stopgeodata.gov

Page 22: Internet-enabled GIS - Spring 2011

NJ Geographic Information Networknjgin.state.nj.us

NJ Geographic Information Networknjgin.state.nj.us

Page 23: Internet-enabled GIS - Spring 2011

NJGIN's Explorer

• Use Explorer to search metadata records

• Search by theme, keyword and area

• Downloads as well as live web services are indexed

• Provides links to connect to servers

Page 24: Internet-enabled GIS - Spring 2011

Information Warehousenjgin.state.nj.us

Information Warehousenjgin.state.nj.us

Page 25: Internet-enabled GIS - Spring 2011

County IMS Sites

• Several NJ counties have public ArcIMS websites that offer several county datasets

• None so far offer WMS services, so ArcGIS dependent

Page 26: Internet-enabled GIS - Spring 2011

Cape May County's IMScapemaycountyims.netCape May County's IMScapemaycountyims.net

Page 27: Internet-enabled GIS - Spring 2011

ArcGIS and IMS Sites

• IMS sites can be configured to allow access using ArcGIS

• Most of the NJ County IMS sites are configured allowing access

Page 28: Internet-enabled GIS - Spring 2011

ArcIMS FeaturesImages and Features

ArcIMS FeaturesImages and Features

Image Image

FeaturesFeatures

Page 29: Internet-enabled GIS - Spring 2011

Accessed via a web browser…Accessed via a web browser…

Page 30: Internet-enabled GIS - Spring 2011

and ArcGIS.and ArcGIS.

Page 31: Internet-enabled GIS - Spring 2011

Image Service allows for basic selections using the interactive selection tools.

Image Service allows for basic selections using the interactive selection tools.

Page 32: Internet-enabled GIS - Spring 2011

Feature Service allows for selection using the Select by Location tool.

Feature Service allows for selection using the Select by Location tool.

200' from this property

200' from this property

Page 33: Internet-enabled GIS - Spring 2011

Selected features can then be exported to a shapefile or local geodatabase.

Selected features can then be exported to a shapefile or local geodatabase.

Page 34: Internet-enabled GIS - Spring 2011

First Part of Lab

Workshop

Page 35: Internet-enabled GIS - Spring 2011

Using KML to Enhance Your Data

Page 36: Internet-enabled GIS - Spring 2011

What exactly is KML?

• Keyhole Markup Language allows for an open exchange of GIS data, as well as:– symbology for every data element– 3D models (COLLADA) that have been georeferenced– camera viewpoints and tours– network links and web services

• XML based, human readable, text format• OGC standard – open and license free

Page 37: Internet-enabled GIS - Spring 2011

Why KML?

• There are free shapefile viewers for Windows – why don't we just use them?

• Shapefiles are just GIS data.• KML allows you to define colors and icons for

your GIS data, as well as set view points and include notes and links to other pages and data.

• KML gives your users access to your data, prepared the way you want.

Page 38: Internet-enabled GIS - Spring 2011

KML Basics – mygeoposition.com

KML Basics – mygeoposition.com

Page 39: Internet-enabled GIS - Spring 2011

KML Structure

• Unlike shapefiles, KML is not just data.

• Container format for vector data, raster data, network links and dynamic data.

• Data is organized into folders that can be rearranged and nested.

KML File

KML File

Group Laye

r

Group Laye

r

GIS La

yer

GIS La

yer

PolygonsPolygons

Image OverlayImage Overlay

Page 40: Internet-enabled GIS - Spring 2011

KML and Network Links

• KML is a relatively new format and was designed with the Internet in mind.

• KML supports network links, allowing remote KML data to be accessed on the fly.

• KML also supports WMS layers, acting as a wrapper for the image service.

• Lightweight files can be distributed to your users• Network links guarantee that users will always

have the latest data.

Page 41: Internet-enabled GIS - Spring 2011

KML Viewers

• The default data format for Google Earth is KML.• Google Maps has some basic KML viewing

capability – paste a URL into the map search.• ESRI's free ArcExplorer can also view KML.• Those without GIS can easily download any of

these free applications to view your map data.

Page 42: Internet-enabled GIS - Spring 2011

Google Earth

• In the workshop, you will export your data into KML format and view it in Google Earth.

• Google Earth provides the richest user experience of all the KML viewers.

• Google Earth also provides the largest library of GIS data.

• It doesn't mean that it's the only option – many of the other viewers have a purpose, too!

Page 43: Internet-enabled GIS - Spring 2011

KML in Google EarthKML in Google Earth

Page 44: Internet-enabled GIS - Spring 2011

Google Maps

• Google Maps supports points, lines, polygons, overlays and network links in KML files.

• You can host KML, provide the link to Google Maps, and share your data in the same way.

• Limited by browser's capabilities – most computers can only handle 100 features before a performance hit.

• Simplest way to share data to users without any need to install additional software.

Page 45: Internet-enabled GIS - Spring 2011

KML in Google MapsKML in Google Maps

Page 46: Internet-enabled GIS - Spring 2011

KML without ArcGIS

• If you have some GIS data – – shapefiles– tabular (CSV with coordinates)– or just KML you'd like hosted

there are several websites that will convert and host your data as an interactive map and KML.

• One of these sites is GeoCommons.• Another site useful for quick KML point

generation is MyGeoPosition.

Page 47: Internet-enabled GIS - Spring 2011

GeoCommons – geocommons.comGeoCommons – geocommons.com

Page 48: Internet-enabled GIS - Spring 2011

GeoCommons Finder!GeoCommons Finder!

Page 49: Internet-enabled GIS - Spring 2011

GeoCommons Maker!GeoCommons Maker!

Page 50: Internet-enabled GIS - Spring 2011

Going Further

• KML is a great resource for distributing GIS data, but it has its limitations

• GIS specialists and developers that specialize in KML can help you push those limits.

• When your organization is ready to move up to a GIS server, you should know that there are several options available to you.

• Commercial and Open Source options.

Page 51: Internet-enabled GIS - Spring 2011

Second Part of Lab

Workshop