Guofeng Cao CyberInfrastructure and Geospatial Information Laboratory Department of Geography National Center for Supercomputing Applications (NCSA) University.

Slides:



Advertisements
Similar presentations
EndNote Web Reference Management Software (module 5.1)
Advertisements

EndNote Web Reference Management Software (module 5)
Welcome to the 21st CCLC Profile and Performance Information Collection System You may access PPICS online at the following website address:
AIMSweb Benchmark Online Training For AIMSweb Teacher Users
For Details Visit : or For any Help Contact the Librarian EBSCOhost 2.0.
Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
MY NCBI (module 4.5).
Managing Your Organisation’s Portal Team Account Tutorial 7.
AIMSweb Progress Monitor Online User Training
Tutorial EBSCOadmin User Groups support.ebsco.com.
HokieMart On-line Training Module Setting Up, Creating and Managing Your User Preferences Version 1.2 Revised
Logging In Go to web site:
Qualtrics Survey Kenyon A Beginner’s Guide.
Tutorial EBSCOadmin Branding support.ebsco.com. To help you enhance the search experience for your users, EBSCO offers a number of custom branding options.
A detailed guide on how to set-up your printing storefront. Please Note: Storefronts are compatible with all browsers, however for optimal use of the admin.
LINGNAN UNIVERSITY LIBRARY OCT 2014 IVY KAN – INFORMATION SERVICE LIBRARIAN / TEL: THE POWERPOINT CAN BE DOWNLOADED AT:
STAY CONNECTED TOLLFREEEXPRESS CONTROL PANEL GUIDE.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
LINGNAN UNIVERSITY LIBRARY FEB 2014 THE POWERPOINT CAN BE DOWNLOADED AT: LIB170_1: Using RefWorks: Basic 1.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Online Admissions Tour When each slide comes to an end ‘Next’ will appear at the bottom right of the screen, please left click your mouse to move onto.
1 Online Textbook Adooptions
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
South Dakota Assessment Portal Step by Step Instructions for Teachers Presented By: Jackie Jessop Rising – Gavin Woltjer –
Exploring Spatial Data Infrastructure in an Open Source World Jacqueline Lowe UNC-Asheville National Environmental Modeling and Analysis Center Jacqueline.
® Microsoft Access 2010 Tutorial 12 Managing and Securing a Database.
Tour Overview Introduction Collage Basics Collage Basics (Templates and Tools) Computer Configuration Bookmark Collage Getting Started Tour Collage Terminology.
CourseWhere Guide for Instructors. To View, Print and Update Attendance and Grades Log on to CourseWhere using your ID and password Link to CourseWhere:
A STUDENT’S GUIDE TO ADDING IMAGES TO NEW OR EXISTING BLOG POSTS Adding Images to Your Blog Post Presented by Michelle Krummel.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
From the home page go to the Podcast Publisher box since you will be the publisher of the podcast. That’s the darker green one on the top left. Click.
Go to your Blog URL: Then click on “Log in” Your students do not need to remember their password, they can select.
Guofeng Cao CyberInfrastructure and Geospatial Information Laboratory Department of Geography National Center for Supercomputing Applications (NCSA) University.
OpenEMR: Getting Started Based on OpenEMR version 4.1 Laboratory Informatics Institute January 2014.
Galileo Student Online Testing Guide. OBJECTIVES  Log in/out  Take a test.
® Microsoft Access 2010 Tutorial 8 Managing and Securing a Database.
GeoServer Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
Find a Lawyer Launch Guide How to make the most of this powerful new member benefit.
Creating and Sharing Geospatial Data January 28, 2010 presentation to the Bedford Institute of Oceanography Geographic Information Systems Special Interest.
Compile your monthly P-Card Packet 1,2,3 For in depth screenshots and details on Step 1 click here 1.Open your transactions for the Current Billing Cycle.
How to Create a Storybird Book. Go to Click on the signup button at the top right hand corner Create your Storybird.
Employee / Employer Self Service  An Introduction to Premier ESS.
Core ELN Training: Office Web Apps (OWA)
Data Virtualization Demoette… ODBC Clients
PubMed/Filters (Basic Course: Module 5)
PubMed/Filters (Basic Course Module 5)
SUBMITTING A PAYMENT REQUEST FORM
Adding Users to a Course
Test Information Distribution Engine (TIDE)
Head of the department.
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
Qualtrics Survey Kenyon
PubMed/Filters (Basic Course Module 5)
Log in with your SHSU username and password.
New Client Guide.
PubMed/Filters (Basic Course Module 5)
A Guide to adding Sites and Blocks within ESTATE Manager
RefWorks Presented by Suzanne van den Hoogen
Introduction to RefWorks
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
PubMed/Filters (Basic Course: Module 5)

PubMed/Filters (Basic Course: Module 5)
References & Recommendations
Presentation transcript:

Guofeng Cao CyberInfrastructure and Geospatial Information Laboratory Department of Geography National Center for Supercomputing Applications (NCSA) University of Illinois at Urbana-Champaign Geog 480: Principles of GIS

What we have learned o Hybrid, integrated, and composable architectures o Distributed systems o Distributed databases o Location-aware computing

Geoserver Hands-on

Share your data using Geoserver Publishing your data through GeoServer consists of three steps Login to the Geoserver ( An account with the username ‘Geog480’ and passwd ‘Geog480’ as database has been created Create a DataStore for your feature data (you will create Coverage stores for raster datasets) Create a FeatureType for feature data (create Coverages for raster datasets) A good tutorial illustrating how to add shapefile data to geoserver can be found apefile-quickstart/index.htmlhttp://docs.geoserver.org/stable/en/user/gettingstarted/sh apefile-quickstart/index.html

Adding PostGIS datasets Login in to the server with username and password. After logging in, click on Stores (in the Data section), then Add new store. Now in the new DataStore interface. Select 'postgis' from 'Vector Data Sources' section. o You should get a new interface that will have various text boxes. The five important options for you to specify are a) Workspace; b) Data Source Name c) database; d) user; e) password. Select your group name as appropriate, from the drop down list for workspace. Give a unique name for the data store. The database name should be the name of that contains the postgis data. Then enter your database username and password. o Note: hostname should be 'localhost', port should be '5432' and schema should be 'public'. These values should be correctly populated by default and you do not need to change them. o Click on Save o Now you have created a new datastore that will talk to the postgis database

This will automatically lead to a new layer interface that can be used to add a new feature type. o Note you can also reach the new layer page by clicking on layer (on left panel), then “Add a new resource” and selecting your datasource form the drop down menu. o You will see the data from the previously added postgis datastore in a list. o Click on publish next to the data layer you wish to create. o This will lead you to a new interface that will allow you to specify information on this layer. o On this page a) Select an appropriate style sheet (in publish tab); b) Click on 'Lookup SRS' button or manually enter the appropriate SRID; c) Click on 'Compute from Data' link which is next to the Bounding Box fields. You should be able to leave other values as defaults; and d) Be sure to mark the layer as enabled (publish tab). Finally Click 'Save' button. o Please remember to complete the information on both Data and Publish tab. o Your layer from the PostGIS database should now be available as a map, through a WMS interface. Go to the demo page on the GeoServer (here) and click on the layer you just created.here

References NOTE: Tutorial on adding a PostGIS table from Geoserver documentation.Tutorial on adding a PostGIS table GeoServer GeoServer User Guide GeoServer Tutorials

End of this topic