Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GeoServer from A-Z
Rating: 4.4 out of 5(441 ratings)
2,460 students

GeoServer from A-Z

Share your geospatial data with the world
Created byMichael Miller
Last updated 4/2021
English
English [Auto],

What you'll learn

  • Learn what GeoServer is, what it does, and why you might use it
  • Install a local version of GeoServer on your computer
  • Learn the basics using the standard sample data provided with GeoServer
  • Implement your own GeoServer project in the cloud
  • Load your own data to the cloud, style it, and publish it
  • Query your data using parameterized SQL views and CQL
  • Work with your GeoServer data in QGIS or ArcGIS
  • Publish your own web mapping applications that use your GeoServer data.

Course content

8 sections50 lectures9h 11m total length
  • Introduction1:39

    Explore what GeoServer is, as open source geospatial software, and how it publishes geospatial data as web services with access controls.

  • Review of Client-Server software11:58

    Explore how servers are software that listen for requests and return responses, while clients initiate requests and process results, highlighting web, file, and database server roles in geospatial apps.

  • What is GeoServer?8:47

    Deliver geospatial data to clients via WMS, WFS, WCS, and WPS with GeoServer, an open source, Java-based server that supports OGC standards and SLD styling.

  • A bit about Java and GeoTools3:28

    Learn how Java enables portability for geo tools and geoserver workflows by compiling to bytecode that runs on the Java virtual machine.

  • About OGC Web service standards - WMS7:03

    Explore how GeoServer implements OGC web service standards with WMS, delivering geo-referenced map tiles from raster or vector data, using on-the-fly rendering and caching to optimize performance.

  • About OGC Web service standards - WFS2:31

    GeoServer serves WFS layers by returning vector data in formats like GML or GeoJSON after a client request, enabling client-side styling and coordinates and attributes used in spatial analysis.

  • Who needs GeoServer?4:45

    GeoServer lets you publish geospatial data for web maps without exposing your database, supports raster and vector data from shapefile or geopackage, and enhances security and scalability.

Requirements

  • Basic familiarity with geospatial data, client-server applications, and spatial databases

Description

Geoserver is open-source server software that allows you to publish your geospatial data as a web service. This course will explain what GeoServer is, why and when you need it. We will explore the basics of GeoServer using sample data on a local host version installed on your. computer.  Then we will walk through the steps of setting up a project in GeoServer using your own data.

We will see how to set up GeoServer on a hosting service in the cloud, load your data to it, configure users accounts and set their privileges to view and edit your data, filter your data with SQL views and CQL, and finally create your own web mapping applications that use your data from GeoServer so that you can share it with the world.

Who this course is for:

  • Geospatial professionals who need to be able to provide geospatial data as a web service