Web map services, ArcGIS Online
Web map services
Web map services are online tools that deliver geospatial data from a server to a client over the internet. The client—usually a web or desktop GIS application—sends requests for data and displays the returned information in a map window. Thanks to the shared coordinate system, users can combine data from different sources and scales in a single map.
There are several communication standards for web map services:
-
OGC open standards:
- WMS (Web Map Service) is a standard protocol for serving geospatial data as images (e.g., PNG, JPEG) over the web. It allows clients to request maps and map layers from a server and display them on a map viewer or client application.
- WFS (Web Feature Service) refers to a standard protocol for serving geospatial data as vector features (e.g., points, lines, polygons) over the web. It allows clients to request specific feature data from a server and perform operations on the data, such as querying, inserting, updating, and deleting features.
-
Esri proprietary standard:
- ArcGIS REST is Esri’s web interface for accessing and interacting with GIS services, offering a more flexible and modern alternative to traditional OGC standards like WMS and WFS.
Where to find web map services?
- geoportals (e.g. European INSPIRE geoportal)
- provider’s website (e.g. European Environment Agency (EEA))
Geoportals
Geoportals are web platforms that provide access to geospatial data and services. They serve as a central place to search, view, and download spatial datasets such as maps, aerial imagery, environmental data, or cadastral information. They are valuable resources for planning and spatial analysis and often include tools for visualisation and basic analysis.
ArcGIS Online
ArcGIS Online is Esri’s cloud-based GIS platform that allows users to create, share, and analyse maps directly in a web browser. It supports urban planning, environmental analysis, transportation studies, and many other applications. Users can build interactive maps, apps, and 3D visualisations, integrate multiple data sources, and collaborate with others.
ArcGIS Online is widely used in education because it helps students develop key skills in spatial analysis, map design, and digital cartography.
Assignment 06
Land cover change in European cities
TASK:
Create a simple web map/web map application/story map that displays land-cover changes in a selected European city between 2006 and 2018 using data from Urban Atlas.
The web application must include at least these following layers:
- land cover in 2006
- land cover in 2018
- a change map showing the areas where land-cover changes occurred between 2006 and 2018
As an optional enhancement, you may add a satellite image from 2018 or later (e.g. European Image Mosaic), or look up a historical aerial photograph of on old topographic map of the city. If you are creating a web map application/story map, try to highlight at least three of the most interesting areas where land-cover change occurred.
In the web map/web map application/story map you should provide the user with the following information:
- What was the proportion of the individual land-cover classes within the city in 2006 and 2018?
- What percentage of the city’s area experienced any change? How many hectares does this represent?
- Summarise the types of changes that occurred and specify the area affected by each type of change (in hectares).
DATA SOURCES:
SUBMISSION FORM:
- link to the web map/web map app/story map (submit by 20/12, send to petra.justova@fsv.cvut.cz)
INSTRUCTIONS:
- Use Add Data From Path to add the required layers from Urban Atlas via ArcGIS REST map services to your map.
- From the
City Boundarylayer, first extract the boundaries for your selected European city (Select). - Then, from the
Land Use Vectorlayers for both years, extract only the features within your city’s extent (Select – batch). - If necessary, further clip the extracted data precisely to the city boundary (Clip).
- Create a layer that allows you to identify changes between 2006 and 2018 (Intersect).
- In the resulting attribute table, limit the visible fields to only those showing the land-use code and its textual description.
-
To simplify land-use class categorization, create new text fields c2006_gen and c2018_gen and store only the first character of the text string in the new fields (Add Field, Calculate Field)*.
*Hint (Python):
!FieldName![0] -
Also, add a new text field change_type and use Calculate Field to determine which land-use categories changed between 2006 and 2018*.
*Hint (Python):
!c2006_gen! + " → " + !c2018_gen! -
You can now visually distinguish areas where changes occurred or not, or colour-code the types of changes using appropriate Symbology setting.
- You can also create a separate layer of change areas to summarise the area of each type of change (Select by Attributes, Dissolve).
- Publish the resulting
Land Use 2006,Land Use 2018, andchange maplayers as Feature Layers to ArcGIS Online. - First, create a simple web map, and then you can build a simple web map application or a story map on top of it.