Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
Have you ever wanted to create your own maps, or integrate and visualize spatial datasets to examine changes in trends between locations and over time? Follow along with these training tutorials on QGIS, an open source geographic information system (GIS) and learn key concepts, procedures and skills for performing common GIS tasks – such as creating maps, as well as joining, overlaying and visualizing spatial datasets. These tutorials are geared towards new GIS users. We’ll start with foundational concepts, and build towards more advanced topics throughout – demonstrating how with a few relatively easy steps you can get quite a lot out of GIS. You can then extend these skills to datasets of thematic relevance to you in addressing tasks faced in your day-to-day work.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
ArcGIS tool and tutorial to convert the shapefiles into network format. The latest version of the tool is available at http://csun.uic.edu/codes/GISF2E.htmlUpdate: we now have added QGIS and python tools. To download them and learn more, visit http://csun.uic.edu/codes/GISF2E.htmlPlease cite: Karduni,A., Kermanshah, A., and Derrible, S., 2016, "A protocol to convert spatial polyline data to network formats and applications to world urban road networks", Scientific Data, 3:160046, Available at http://www.nature.com/articles/sdata201646
Raczynski, K., Grala, K., & Cartwright, J. H. (2025). Enhancing Maps with Charts in QGIS. Mississippi State University: Geosystems Research Institute. [View Document]GEO Tutorial Number of Pages: 7 Publication Date: 02/2025 This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This resources contains PDF files and Python notebook files that demonstrate how to create geospatial resources in HydroShare and how to use these resources through web services provided by the built-in HydroShare GeoServer instance. Geospatial resources can be consumed directly into ArcMap, ArcGIS, Story Maps, Quantum GIS (QGIS), Leaflet, and many other mapping environments. This provides HydroShare users with the ability to store data and retrieve it via services without needing to set up new data services. All tutorials cover how to add WMS and WFS connections. WCS connections are available for QGIS and are covered in the QGIS tutorial. The tutorials and examples provided here are intended to get the novice user up-to-speed with WMS and GeoServer, though we encourage users to read further on these topic using internet searches and other resources. Also included in this resource is a tutorial designed to that walk users through the process of creating a GeoServer connected resource.
The current list of available tutorials: - Creating a Resource - ArcGIS Pro - ArcMap - ArcGIS Story Maps - QGIS - IpyLeaflet - Folium
Raczynski, K., Grala, K., & Cartwright, J. H. (2025). GEO Tutorial: Dealing with Coastal Flooding series, part 2: Spatial Predicates: Preparing Residential Dataset. Mississippi State University: Geosystems Research Institute. [View Document] GEO TutorialNumber of Pages: 7Publication Date: 06/2025This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207.
Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
Today, deep neural networks are widely used in many computer vision problems, also for geographic information systems (GIS) data. This type of data is commonly used for urban analyzes and spatial planning. We used orthophotographic images of two residential districts from Kielce, Poland for research including urban sprawl automatic analysis with Transformer-based neural network application.Orthophotomaps were obtained from Kielce GIS portal. Then, the map was manually masked into building and building surroundings classes. Finally, the ortophotomap and corresponding classification mask were simultaneously divided into small tiles. This approach is common in image data preprocessing for machine learning algorithms learning phase. Data contains two original orthophotomaps from Wietrznia and Pod Telegrafem residential districts with corresponding masks and also their tiled version, ready to provide as a training data for machine learning models.Transformed-based neural network has undergone a training process on the Wietrznia dataset, targeted for semantic segmentation of the tiles into buildings and surroundings classes. After that, inference of the models was used to test model's generalization ability on the Pod Telegrafem dataset. The efficiency of the model was satisfying, so it can be used in automatic semantic building segmentation. Then, the process of dividing the images can be reversed and complete classification mask retrieved. This mask can be used for area of the buildings calculations and urban sprawl monitoring, if the research would be repeated for GIS data from wider time horizon.Since the dataset was collected from Kielce GIS portal, as the part of the Polish Main Office of Geodesy and Cartography data resource, it may be used only for non-profit and non-commertial purposes, in private or scientific applications, under the law "Ustawa z dnia 4 lutego 1994 r. o prawie autorskim i prawach pokrewnych (Dz.U. z 2006 r. nr 90 poz 631 z późn. zm.)". There are no other legal or ethical considerations in reuse potential.Data information is presented below.wietrznia_2019.jpg - orthophotomap of Wietrznia districtmodel's - used for training, as an explanatory imagewietrznia_2019.png - classification mask of Wietrznia district - used for model's training, as a target imagewietrznia_2019_validation.jpg - one image from Wietrznia district - used for model's validation during training phasepod_telegrafem_2019.jpg - orthophotomap of Pod Telegrafem district - used for model's evaluation after training phasewietrznia_2019 - folder with wietrznia_2019.jpg (image) and wietrznia_2019.png (annotation) images, divided into 810 tiles (512 x 512 pixels each), tiles with no information were manually removed, so the training data would contain only informative tilestiles presented - used for the model during training (images and annotations for fitting the model to the data)wietrznia_2019_vaidation - folder with wietrznia_2019_validation.jpg image divided into 16 tiles (256 x 256 pixels each) - tiles were presented to the model during training (images for validation model's efficiency); it was not the part of the training datapod_telegrafem_2019 - folder with pod_telegrafem.jpg image divided into 196 tiles (256 x 265 pixels each) - tiles were presented to the model during inference (images for evaluation model's robustness)Dataset was created as described below.Firstly, the orthophotomaps were collected from Kielce Geoportal (https://gis.kielce.eu). Kielce Geoportal offers a .pst recent map from April 2019. It is an orthophotomap with a resolution of 5 x 5 pixels, constructed from a plane flight at 700 meters over ground height, taken with a camera for vertical photos. Downloading was done by WMS in open-source QGIS software (https://www.qgis.org), as a 1:500 scale map, then converted to a 1200 dpi PNG image.Secondly, the map from Wietrznia residential district was manually labelled, also in QGIS, in the same scope, as the orthophotomap. Annotation based on land cover map information was also obtained from Kielce Geoportal. There are two classes - residential building and surrounding. Second map, from Pod Telegrafem district was not annotated, since it was used in the testing phase and imitates situation, where there is no annotation for the new data presented to the model.Next, the images was converted to an RGB JPG images, and the annotation map was converted to 8-bit GRAY PNG image.Finally, Wietrznia data files were tiled to 512 x 512 pixels tiles, in Python PIL library. Tiles with no information or a relatively small amount of information (only white background or mostly white background) were manually removed. So, from the 29113 x 15938 pixels orthophotomap, only 810 tiles with corresponding annotations were left, ready to train the machine learning model for the semantic segmentation task. Pod Telegrafem orthophotomap was tiled with no manual removing, so from the 7168 x 7168 pixels ortophotomap were created 197 tiles with 256 x 256 pixels resolution. There was also image of one residential building, used for model's validation during training phase, it was not the part of the training data, but was a part of Wietrznia residential area. It was 2048 x 2048 pixel ortophotomap, tiled to 16 tiles 256 x 265 pixels each.
Raczynski, K., Nagel, A., & Cartwright, J. H. (2025). GEO Tutorial: Dealing with Coastal Flooding series, part 6: Calculating Spatial Statistics Of Inundated Areas. Mississippi State University: Geosystems Research Institute. [View Document] GEO TutorialNumber of Pages: 5Publication Date: 06/2025This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207.
Raczynski, K., Grala, K., Raczynska, J., & Cartwright, J. H. (2025). GEO Tutorial: Generating Viewsheds: a Visibility Analysis. Mississippi State University: Geosystems Research Institute. [View Document] GEO TutorialNumber of Pages: 6Publication Date: 06/2025This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207.
BERMÚDEZ PASTOR, Pablo. "Caso práctico. Geolocalización de los kioscos de prensa del Madrid de 1911 sobre QGIS". Taller "La geolocalización digital de espacios de lectura en el Madrid de la Edad de Plata". VII Seminario Internacional LOEP. Lecturas populares: ¿buena o mala literatura?. La socialización literaria en la Edad de Plata (Facultad de Filología de la Universidad Complutense de Madrid, 26-27 de septiembre de 2024).
Raczynski, K., Grala, K., & Cartwright, J. H. (2024). GEO Tutorial: Calling Algorithms from Field Calculator in QGIS. Mississippi State University: Geosystems Research Institute. [View Document]GEO TutorialNumber of Pages: 7Publication Date: 10/2024This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207
This resource contains the test data for the GeoServer OGC Web Services tutorials for various GIS applications including ArcGIS Pro, ArcMap, ArcGIS Story Maps, and QGIS. The contents of the data include a polygon shapefile, a polyline shapefile, a point shapefile, and a raster dataset; all of which pertain to the state of Utah, USA. The polygon shapefile is of every county in the state of Utah. The polyline is of every trail in the state of Utah. The point shapefile is the current list of GNIS place names in the state of Utah. The raster dataset covers a region in the center of the state of Utah. All datasets are projected to NAD 1983 Zone 12N.
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
Quick Guide to Mapping Occurrences in QGIS
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
In order to use the QGIS plugin ‘Seilaplan’ for digital cable line planning, a digital terrain model (DTM) is required. As an alternative to using the ‘Swiss Geo Downloader’ plugin, the DTM can be obtained directly from Swisstopo. In this tutorial we explain step by step how to download the necessary DTM from the Swisstopo Website, and how to use it in QGIS for the digital planning of a cable line using the plugin ‘Seilaplan’. Please note that the tutorial language is German! Link to the elevation model on the swisstopo website: https://www.swisstopo.admin.ch/de/geodata/height/alti3d.htmltechnische_details Link to the rope map website: https://seilaplan.wsl.ch
Für die Verwendung des QGIS Plugins Seilaplan zur digitalen Seillinienplanung ist ein digitales Höhenmodell (DHM) nötig. Als Alternative zum Swiss Geo Downloader erklären wir in diesem Tutorial Schritt für Schritt, wie man das nötige Höhenmodell von der Swisstopo Webseite herunterladen und in QGIS zur Seillinienplanung verwenden kann. Link zum Höhenmodell auf der swisstopo Webseite: https://www.swisstopo.admin.ch/de/geodata/height/alti3d.htmltechnische_details Link zur Seilaplan-Website: https://seilaplan.wsl.ch
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
In order to digitally plan a cable line using the QGIS plugin ‘Seilaplan’, maps with various background information are helpful. In this tutorial we show you how to obtain maps that are helpful for cable line planning, for example a national map of Switzerland at different scales, the NFI vegetation height model or the NFI forest mix rate. For this we explain what WMS datasets are and how to integrate them into QGIS. No download of large data is needed for this, only a good internet connection. Please note that the tutorial language is German! Link for the integration of WMS data: https://wms.geo.admin.ch/ Link to the description on the Swisstopo website: https://www.geo.admin.ch/en/geo-services/geo-services/portrayal-services-web-mapping/web-map-services-wms.html Link to the Seilaplan website: https://seilaplan.wsl.ch
Für die Verwendung des QGIS Plugins Seilaplan zur digitalen Seillinienplanung sind verschiedene Hintergrundkarten hilfreich. In diesem Tutorialvideo zeigen wir, was WMS Daten sind und wie man diese in QGIS einbinden kann. Dafür müssen die Daten nicht heruntergeladen werden. Es braucht lediglich eine gute Internetverbindung. Für die Seillinienplanung hilfreiche Karten sind bspw. die Landeskarte der Schweiz in verschiedenen Massstäben, das Vegetationshöhenmodell LFI oder der Waldmischungsgrad LFI. Link zur Einbindung der WMS Daten: https://wms.geo.admin.ch/ Link zur Beschreibung auf der Swisstopo Webseite: https://www.geo.admin.ch/de/geo-dienstleistungen/geodienste/darstellungsdienste-webmapping-webgis-anwendungen/web-map-services-wms.html Link zur Seilaplan-Website: https://seilaplan.wsl.ch
Raczynski, K., Babineaux, C., & Cartwright, J. H. (2025). GEO Tutorial: Dealing with Coastal Flooding series, part 7: Creating 3D Map of Flooding Projections. Mississippi State University: Geosystems Research Institute. [View Document] GEO TutorialNumber of Pages: 6Publication Date: 06/2025This work was supported through funding by the National Oceanic and Atmospheric Administration Regional Geospatial Modeling Grant, Award # NA19NOS4730207
The Digital Geologic-GIS Map of Santa Rosa Island, California is composed of GIS data layers and GIS tables, and is available in the following GRI-supported GIS data formats: 1.) a 10.1 file geodatabase (sris_geology.gdb), a 2.) Open Geospatial Consortium (OGC) geopackage, and 3.) 2.2 KMZ/KML file for use in Google Earth, however, this format version of the map is limited in data layers presented and in access to GRI ancillary table information. The file geodatabase format is supported with a 1.) ArcGIS Pro map file (.mapx) file (sris_geology.mapx) and individual Pro layer (.lyrx) files (for each GIS data layer), as well as with a 2.) 10.1 ArcMap (.mxd) map document (sris_geology.mxd) and individual 10.1 layer (.lyr) files (for each GIS data layer). The OGC geopackage is supported with a QGIS project (.qgz) file. Upon request, the GIS data is also available in ESRI 10.1 shapefile format. Contact Stephanie O'Meara (see contact information below) to acquire the GIS data in these GIS data formats. In addition to the GIS data and supporting GIS files, three additional files comprise a GRI digital geologic-GIS dataset or map: 1.) this file (chis_geology_gis_readme.pdf), 2.) the GRI ancillary map information document (.pdf) file (chis_geology.pdf) which contains geologic unit descriptions, as well as other ancillary map information and graphics from the source map(s) used by the GRI in the production of the GRI digital geologic-GIS data for the park, and 3.) a user-friendly FAQ PDF version of the metadata (sris_geology_metadata_faq.pdf). Please read the chis_geology_gis_readme.pdf for information pertaining to the proper extraction of the GIS data and other map files. Google Earth software is available for free at: https://www.google.com/earth/versions/. QGIS software is available for free at: https://www.qgis.org/en/site/. Users are encouraged to only use the Google Earth data for basic visualization, and to use the GIS data for any type of data analysis or investigation. The data were completed as a component of the Geologic Resources Inventory (GRI) program, a National Park Service (NPS) Inventory and Monitoring (I&M) Division funded program that is administered by the NPS Geologic Resources Division (GRD). For a complete listing of GRI products visit the GRI publications webpage: For a complete listing of GRI products visit the GRI publications webpage: https://www.nps.gov/subjects/geology/geologic-resources-inventory-products.htm. For more information about the Geologic Resources Inventory Program visit the GRI webpage: https://www.nps.gov/subjects/geology/gri,htm. At the bottom of that webpage is a "Contact Us" link if you need additional information. You may also directly contact the program coordinator, Jason Kenworthy (jason_kenworthy@nps.gov). Source geologic maps and data used to complete this GRI digital dataset were provided by the following: American Association of Petroleum Geologists. Detailed information concerning the sources used and their contribution the GRI product are listed in the Source Citation section(s) of this metadata record (sris_geology_metadata.txt or sris_geology_metadata_faq.pdf). Users of this data are cautioned about the locational accuracy of features within this dataset. Based on the source map scale of 1:24,000 and United States National Map Accuracy Standards features are within (horizontally) 12.2 meters or 40 feet of their actual location as presented by this dataset. Users of this data should thus not assume the location of features is exactly where they are portrayed in Google Earth, ArcGIS, QGIS or other software used to display this dataset. All GIS and ancillary tables were produced as per the NPS GRI Geology-GIS Geodatabase Data Model v. 2.3. (available at: https://www.nps.gov/articles/gri-geodatabase-model.htm).
Für die Verwendung des QGIS Plugins Seilaplan zur digitalen Seillinienplanung ist ein digitales Höhenmodell (DHM) nötig. In diesem Tutorialvideo zeigen wir, wie man mit dem QGIS-Plugin Virtuelles Raster mehrere DHM-Kacheln zu einem einzigen Rasterfile zusammenfügen und abspeichern kann. Für die Seillinienplanung mit Seilaplan muss nun nur noch eine Datei, mein neues virtuelles Raster, ausgewählt werden.
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
In order to use the QGIS plugin ‘Seilaplan’ for digital cable line planning, a digital terrain model (DTM) is required. In this tutorial video, we show how to merge multiple DTM raster tiles into one file, using the QGIS tool ‘Virtual Raster’. This simplifies the digital planning of a cable line using the QGIS plugin ‘Seilaplan’. Please note that the tutorial language is German! Link to Seilaplan website: https://seilaplan.wsl.ch
Für die Verwendung des QGIS Plugins Seilaplan zur digitalen Seillinienplanung ist ein digitales Höhenmodell (DHM) nötig. In diesem Tutorialvideo zeigen wir, wie man mit dem QGIS-Plugin Virtuelles Raster mehrere DHM-Kacheln zu einem einzigen Rasterfile zusammenfügen und abspeichern kann. Für die Seillinienplanung mit Seilaplan muss nun nur noch eine Datei, mein neues virtuelles Raster, ausgewählt werden. Link zur Seilaplan-Website: https://seilaplan.wsl.ch
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Groundwater level, temperature, and sometimes electro-conductivity (EC) in two aquifers- Monthly manual data, 18 boreholes and 10 springs Map localising the 18 boreholes and 10 springs (2 textfiles, 6Ko): 14 boreholes selected among the abandoned ones, and 4 new ones drilled downstream of Fláajökull, on a line toward the coast (FLA1, FLA2, FLA3, FLA4). The network thus constitutes of 13 boreholes in the basalt formation and 5 in the till and glacio-fluvial formation. In addition, we monitored 10 depression springs, 4 from the basalt aquifer and 7 from the till and glacio-fluvial deposits aquifer. All boreholes and springs were localised using a differential GPS in September 2021. 1 spreadsheet with 6 sheets, 40 ko: Monthly measurements 5 to 7 times a year of the groundwater level, water temperature and water EC with a manual piezometric probe (Solinst TLC Meter 107). The springs are controlled visually, and their temperature and EC monitored with the TLC Meter. A participatory approach involving Glacier Adventure, a tourism and educational company based in Hali, allows the monthly monitoring of 3 of the boreholes in the basalt aquifer all year round with an Hydrotechnik Water level meter. Origin: MSCA Project Number: 885891 Project Acronym: IceAq Project title: Proglacial and subglacial aquifers: their evolution under climate change and the potential impacts in terms of resources and natural hazards, through the case of eastern Iceland Period of data collection: from May 2021 to September 2022. Area of data collection: Iceland, south-east of Vatnajökull, Suðursveit and Mýrar. Accessibility: The data can be read using e.g. the following open source softwares: LibreOffice (https://www.libreoffice.org), QGIS (https://qgis.org).
Für die Verwendung des QGIS Plugins Seilaplan zur digitalen Seillinienplanung sind verschiedene Hintergrundkarten hilfreich. In diesem Tutorialvideo zeigen wir, was WMS Daten sind und wie man diese in QGIS einbinden kann. Dafür müssen die Daten nicht heruntergeladen werden. Es braucht lediglich eine gute Internetverbindung. Für die Seillinienplanung hilfreiche Karten sind bspw. die Landeskarte der Schweiz in verschiedenen Massstäben, das Vegetationshöhenmodell LFI oder der Waldmischungsgrad LFI. Link zur Einbindung der WMS Daten: https://wms.geo.admin.ch/ Link zur Beschreibung auf der Swisstopo Webseite: https://www.geo.admin.ch/de/geo-dienstleistungen/geodienste/darstellungsdienste-webmapping-webgis-anwendungen/web-map-services-wms.html Link zur Seilaplan-Website: https://seilaplan.wsl.ch
Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
Have you ever wanted to create your own maps, or integrate and visualize spatial datasets to examine changes in trends between locations and over time? Follow along with these training tutorials on QGIS, an open source geographic information system (GIS) and learn key concepts, procedures and skills for performing common GIS tasks – such as creating maps, as well as joining, overlaying and visualizing spatial datasets. These tutorials are geared towards new GIS users. We’ll start with foundational concepts, and build towards more advanced topics throughout – demonstrating how with a few relatively easy steps you can get quite a lot out of GIS. You can then extend these skills to datasets of thematic relevance to you in addressing tasks faced in your day-to-day work.