Next Article in Journal
Analysis of the Spatio-Temporal Characteristics of Nanjing’s Urban Expansion and Its Driving Mechanisms
Next Article in Special Issue
Object-Based Automatic Mapping of Winter Wheat Based on Temporal Phenology Patterns Derived from Multitemporal Sentinel-1 and Sentinel-2 Imagery
Previous Article in Journal
Achieving Differential Privacy Publishing of Location-Based Statistical Data Using Grid Clustering
Previous Article in Special Issue
Assessing the Spectral Information of Sentinel-1 and Sentinel-2 Satellites for Above-Ground Biomass Retrieval of a Tropical Forest
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multipurpose GIS Portal for Forest Management, Research, and Education

by
Martin Zápotocký
1,2 and
Milan Koreň
2,*
1
ESPRIT spol. s r.o., Pletiarska 2, 969 01 Banská Štiavnica, Slovakia
2
Faculty of Forestry, Technical University in Zvolen, T. G. Masaryka 24, 960 01 Zvolen, Slovakia
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2022, 11(7), 405; https://doi.org/10.3390/ijgi11070405
Submission received: 10 May 2022 / Revised: 1 July 2022 / Accepted: 8 July 2022 / Published: 15 July 2022
(This article belongs to the Special Issue Geomatics in Forestry and Agriculture: New Advances and Perspectives)

Abstract

:
The main objective of this research was to develop a web-based geographic information system (GIS) based on a detailed analysis of user preferences from the perspective of forest research, management and education. An anonymous questionnaire was used to elicit user preferences for a hardware platform and evaluations of web-mapping applications, geographic data, and GIS tools. Mobile GIS was used slightly more often than desktop GIS. Web-mapping applications that provide information to the public and the present research results were rated higher than the forest management application. Orthophotos for general purposes and thematic layers such as forest stand maps, soils, protected areas, cadastre, and forest roads were preferred over highly specialized layers. Tools for data searching, map printing, measuring, and drawing on digital maps were rated higher than tools for online map editing and geographic analysis. The analysis of user preferences was used to design a new multipurpose GIS portal for the University Forest Enterprise. The GIS portal was designed with a three-tier architecture on top of the software library for managing user access, working interactively with digital maps, and managing web map applications. The web map applications focus on tools and geographic information not available elsewhere, specifically timber harvest and logistics, research plots, and hunting game management.

1. Introduction

Geographic information about forest ecosystems is complex and requires coordinated collection, management, and processing [1]. Detailed and up-to-date geographic information is needed for long-term sustainable forest management. The Internet offers new opportunities for the creation and publication of digital maps and related services. Web-mapping portals provide interactive digital maps and ready-to-use tools for geographic data collection and analysis. A geographic information system (GIS) can be used for forest enterprise management [2], forest road planning [3,4], wildfire mapping and prevention [5,6], timber harvesting [7], and reforestation [8]. Online editing tools allow foresters to update data daily. Spatial decision support systems help minimize the negative impacts of forestry on the environment and maximize the benefits of forest ecosystem services.
Geoinformation has been used in forestry research to model and analyze spatial phenomena and relationships. A GIS was used to study the range of brown bears [9], bark beetle outbreaks [10], the spatial distribution of forest productivity rates [11], and the probability of wind- and snow-related damage to forest stands [12]. Mobile devices [13,14], autonomous ground vehicles [15], and unmanned aerial systems [16,17] have been tested for 3D forest mapping. Timely and comprehensive information can be obtained from high-resolution satellite imagery [18,19], close-range photogrammetry [20,21], and terrestrial laser scanning [22,23].
In addition, the GIS is widely used in forestry research and management. Therefore, forestry students need to acquire skills related to geographic data acquisition and processing. Young foresters need to have at least basic computer skills, the ability to use global navigation satellite systems (GNSS) to determine positions, and knowledge of digital mapping [24,25,26]. Geographic models also accelerate students’ understanding of local and global forestry, renewable natural resources, and environmental issues [27,28].
Teachers and students prefer digital maps to traditional paper maps [29]. According to [30], teaching with web mapping is limited by learning objectives, course scope, topics covered, software availability, and information technology support. Web mapping can be integrated into curricula as a stand-alone subject or as part of a related subject. Teaching spatial awareness and web mapping is preferred over technical and programming skills.
The University Forest Enterprise of the Technical University in Zvolen (UFE) in central Slovakia manages 9724 ha of forest for research and educational activities. Outdoor facilities serve as forestry laboratories and demonstration areas for silviculture, dendrology, forest inventory, wildlife management, logging, and transportation. The enterprise, a workplace for students, researchers, and forestry professionals, applies naturalistic forest management based on the latest forestry science.
Digital maps, geographic data, and knowledge sharing are needed to link forestry, research, and education, and the web-based GIS is a powerful, sophisticated multi-user means for disseminating geographic information. The GIS tools needed by students, researchers, and foresters are likely to be different because of different goals, knowledge, and working backgrounds. One challenge to implementing a web-based GIS is the integration of geographic data and specialized GIS tools to support forestry education, research, and management activities.
This paper presents the results of a user requirements analysis for the web-based UFE GIS. The original vision of the multi-purpose GIS portal was presented using the prototype. From an anonymous questionnaire, data were collected and statistically analyzed to investigate the requirements of the different target groups (foresters, forest scientists, teachers, and students) for geographic data and GIS tools. Users were given unrestricted access to the web mapping applications and rated the importance of the web GIS functions in relation to their needs. The relative importance of GIS tools, geographic data, and web mapping applications was considered in the final design of the multipurpose GIS portal for forestry, forest research, and education.

2. Materials and Methods

2.1. Prototype of the GIS Portal

The prototype was developed from scratch using the results of studies on spatial-decision support, participatory forestry approaches, and web-mapping applications [31,32,33]. Its main goal was to test the concept of the GIS website and to give potential users an overview of its possibilities; but was not intended for future use or maintenance. It consisted of five specialized web applications made available to users through the GIS portal:
  • Public Maps provides detailed interactive online digital maps of the UFE area, including roads, color orthophoto maps, and thematic maps of forest stands for public use.
  • Forest Management presents forest stand maps using a combination of orthophoto time series, high-resolution digital elevation models (DEMs), and digital surface models (DSMs).
  • Timber Harvest and Logistics is highly specialized and provides detailed information on the forest road network, landings, skidding distances, and forest stand terrain.
  • Hunting Game Management gives detailed maps of roads and trails, hunting lodges, stands, game feeders, wild boar parks and other hunting facilities. It also calculates viewing areas from user-defined points, including 3D visualization.
  • Terrestrial Laser Scanning (TLS) and Close Range Photogrammetry (CRP) focuses on new data sources for forest inventory, growth forecasting, and 3D modeling. The location of research plots and research activities is included. Point clouds are published and visualized in interactive 3D views.
The prototype of the web-based GIS was created in a simple three-tier architecture (Figure 1) to avoid extending the development time for the final version. To make the prototype applications easily modifiable, each had its own database table and graphical user interface. The prototype applications reflected the key features and aspects of the planned web-based GIS. Vector, raster, and image data were stored in a Microsoft SQL Server 2008 geodatabase. The map web services and web applications were built on ArcGIS for Server from Esri [34], and web applications were developed for Microsoft ASP.Net Framework in C# and Model-View-Controller (MVC) architecture. The open-source libraries jQuery [35] and Bootstrap [36] were used to create the graphical user interface. The web map services for topography, soil, parcels, and protected areas provided by national mapping agencies were also used in the web mapping applications. The prototype was used to determine the requirements of the user groups and was then discarded.

2.2. User Preferences

For preference analysis, data were collected from four groups of users: students, researchers, foresters, and teachers involved in forestry, research, and education.
Master’s students from the adaptive forestry and the geoinformation and mapping technology in forestry programs were asked to complete the questionnaire. The students had backgrounds in geoinformatics, geodesy, and forestry. The researchers were PhD students, post-doctoral students, professors and researchers from the Technical University in Zvolen, the National Forestry Center in Zvolen or the Institute of Forest Ecology of the Slovak Academy of Sciences, which actively uses GIS in its research. Foresters from the UFE, the State Forestry Enterprise of the Slovak Republic and private forestry enterprises also evaluated the functionality of the web-based GIS. Its suitability for teaching students was evaluated by teachers from the Technical University. Each respondent evaluated all functions of a web-based GIS prototype for usability in their work.
Participants were recruited through personal contacts, e-mail and online social networks. Only participants who worked in forest research, education, or management were eligible. Preferences were collected from a total of 120 participants—30 from each target group. The average work experience in forestry was 7.4 years for researchers, 10.7 years for teachers, and 11.2 years for foresters. Regarding education, 32 had a bachelor’s degree in forestry, 50 had a master’s degree, 37 had a doctorate, and one had a master’s degree in a field other than forestry.
Respondents were informed of the main objectives of the study and asked to complete an anonymous online questionnaire based on the data sources and tools implemented in the GIS prototype and planned for the next version. First, the platform part of the questionnaire asked about the use of GIS on desktop and mobile devices. Second, the importance of specialized web-mapping applications, geographic data sources, and geographic analysis tools was rated on a four-point cale. A neutral option was intentionally omitted to encourage respondents to make specific decisions. Respondents were asked to rate the features of the prototype from the perspective of their work or learning activities. The importance of the thematic layers and the GIS tools in the web mapping applications were also evaluated. Additional data sources and geographic tools that were not listed in the questionnaire could be entered in a free text field. Work experience in forestry, forestry educational background, and professional status (student, researcher, forester, or teacher) were also recorded for each respondent.

2.3. Data Processing

Respondents’ preferences were evaluated separately for each user group. The data from the questionnaire served as input for statistical analysis using the program R [37]. Statistical hypotheses were tested with a significance level of 0.05.
The arithmetic mean and standard deviation of each rating were calculated for each target group and all respondents.
The normality of data distribution was tested using the Shapiro–Wilk test, and homogeneity of variance was tested using the Fligner–Killeen test. Because the statistical assumptions for analysis of variance (ANOVA) were not met, the Fisher–Pitman asymptotic permutation test with k-samples was used instead. Finally, paired Student’s t-tests with Bonferroni corrections were used to detect statistically significant differences among user groups.

3. Results

3.1. User Preferences

The working prototype reflected much of the planned web-based GIS functionality. Users experimented with the prototype and suggested improvements according to their expectations and perceptions. Although implementation of the working prototype and the questionnaire survey prolonged the development of the web-based GIS, the user feedback provided valuable information for the development team when designing the final multipurpose GIS portal.
Most respondents had some experience with a desktop or mobile device GIS, reflecting the wide use of GISs in modern forestry. Mobile devices (e.g., phones and tablets) were used more frequently than desktop computers, especially among researchers (Table A1). It has been shown that a GIS is useful for forest navigation and data collection, and because it provides instant access to geographic data, accurate site surveying, and flexible data collection a mobile GIS a valuable tool for forest research. Mobile applications for timber harvesting, forest mapping, wildfire prevention, and logistics have been developed for use with a GIS [38,39,40,41] and are being used by foresters; in contrast, mobile GIS and global navigation satellite systems are only occasionally used in teaching, or in student activities, coursework, or final projects. However, no significant differences were found in the use of mobile devices among the target groups.
Significant differences were found in the use of desktop computers between students and the other user groups (Table A2). In this context they are typically used by researchers, foresters, and teachers to perform daily tasks such as creating forest inventory maps, processing collected data, and geographic analysis.
Respondents rated the specialized applications integrated into the map portal positively: students 67%, researchers 60%, foresters 73%, and teachers 77%. These applications precisely met the needs of users in forest research and management. Interactive searching, visualization, and data updating is done quickly and effectively with these specialized tools. The modular architecture of the multi-purpose GIS portal also allows for the development and integration of additional web mapping applications based on future user requirements.
All user groups rated the Public Maps application highly (Figure 2, Table A3). These interactive digital maps are of interest to the public and helpful in planning sports and recreational activities on the UFE lands. The visually appealing maps are also an excellent way to promote the work of foresters and forestry research. No significant differences were found among user groups in their ratings of the public map application.
Students rated the Timber Harvest and Logistics application significantly higher than the teachers did (Table A4). Non-standard components such as the high-resolution DEM of the area, morphometric parameters, skidding distances, and user-defined, out-of-the-box extraction of elevation profiles were likely to be of interest to students.
The online hunting maps and tools were likely a source of new and interesting information for students and researchers (Table A3), they were less useful for foresters and teachers already familiar with the UFE area. In addition, information about hunting facilities is considered sensitive and could be misused for unauthorized camping, mountain biking, off-road riding, or poaching. Therefore, faculty ratings of this application were significantly lower than those of students and researchers (Table A4).
The TLS and CRP application was intended to facilitate the transfer of knowledge from forest science to practice and education. In fact, student ratings of the application were particularly high (Table A3), indicating their interest and openness to new knowledge and approaches in forestry and research. Students rated the TLS and CRP application significantly higher compared to researchers and foresters (Table A4).
The lowest rated application was Forest Management (Table A3), which is similar to the Forest GIS application developed by the Institute of Forest Resources and Information of the National Forest Center in Zvolen [42]. The Forest GIS is one of the main online sources of digital maps and information on forest stand characteristics in Slovakia and is usually accessed via desktop computers. Only 12 respondents had never used it. However, foresters rated the forest management application significantly higher compared to researchers and teachers (Table A4).
In general, ratings for base maps, orthophotos, and maps of forest stands and roads were higher than those for specific thematic layers related to forest management (Figure 3, Table A5). The fact that the layers related to forest stands were rated the highest indicates how important they are for forestry education, research, and management. This seems to contrast with the low rating for Forest Management, which is based on forest stand maps. This can be explained by the existence of different data sources: survey respondents preferred traditional and commonly used data sources; indeed, printed materials are still heavily used by foresters in the field.
The high-resolution DEM and DSM were derived from aerial photography data LIDAR. The resolution of the DEM and DSM rasters was 0.5 m. Many details, including old forest roads, trails, streams, tree canopies, and treetops, are clearly visible on the shaded models. The 130-channel 0.6-m resolution hyperspectral images from the UFE area and the 0.1 m color orthophotos are the result of previous research projects. All of these materials are valuable for forest mapping and inventory and were highly rated by the respondents. No significant differences were found among groups in the ratings of the forest maps and attributes, DEM, DSM, and orthophotos.
Teacher ratings for many specialized thematic levels were significantly lower than those of other respondents (Table A6). Online digital maps of forests and landscape features are relatively new, so teachers likely did not have enough time to research and incorporate them into their lectures.
No significant differences were found between student and researcher ratings. Both user groups are open to innovative approaches and showed great interest in the specialized and visually attractive thematic layers.
Foresters rated hunting facilities and game transport capacity significantly lower than the students did (Table A6). These differences reflected the ratings of the hunting game management application and confirmed that foresters demand strict protection of hunting game and facilities data.
Solar potential energy is an important input for models of forest growth and health. Potential gravitational energy was calculated to identify forest stands suitable for recuperative cableways. Potential gravitational and solar energy were of interest to only a few highly specialized respondents, which was consistent with the low ratings of these thematic levels.
Commonly used tools for spatial and attribute queries, printing maps, measuring lengths and areas, and importing and exporting data were rated highly by all target groups (Figure 4, Table A7). These tools can be easily used in many forestry research and management tasks. No significant differences were found among user group ratings.
Students rated the tools for collecting and updating geographic data highly (Table A7). There is great potential for the use of editing tools in forest geoinformatics education. Regardless of the usefulness of the tools, teacher ratings were significantly lower than students’ (Table A8). In addition, anonymous editing was not valued by researchers because their attitudes may have been influenced by the need for accurate, validated data.
Teachers valued the use of mobile devices and 3D visualizations of forests and landscapes, which were also attractive to students (Table A7). Computer-assisted learning, multimedia, and publishing of classroom materials on the Internet facilitated time- and place-independent and lifelong learning.
Tools for hunting and sharing maps and photos on the Internet were rated low (Table A7), which is consistent with the low ratings for the Hunting Game Management web application (Table A3) and hunting facilities data (Table A5).

3.2. Design of the GIS Portal

The final GIS portal was also designed with a three-tier architecture and on the same technical basis as the system prototype (Figure 5). However, it was developed as a unified solution for all map applications. A library of reusable object classes for managing user access rights, tools for interactive work with digital maps, and a unified system for creating and managing web map applications were created.
We introduced five standard user groups: public, students, researchers, staff, and administrators. Public users can only view public layers. Future enhancements to the GIS portal may include making additional thematic layers available to registered users. Students have access to almost all UFE data for their studies and work. Researchers and staff can update thematic layers, such as research areas, hunting facilities, logging points, forest roads, and streams. Portal administrators have access to tools for managing users, map services, and for map web application templates.
Map web applications are not programmed separately in the portal solution, but are generated from their descriptions stored in the system’s configuration tables. Based on a survey of user preferences, four main map web applications were configured in the GIS portal (Figure 6). Forest Management was discontinued because users prefer the standard Forest GIS application from the National Forest Center to obtain detailed information about forest stands [42]. The functions of the TLS and CRP application from the prototype GIS portal were transferred to the new Research Plots application, which provides a detailed map of research areas, demonstration objects and the results of selected research projects.
GIS tools are expected to accelerate and facilitate forest research and management with geographic data. A wide range of tools can be implemented in web mapping applications that support interactive map compilation and editing, online manipulation of geographic data, spatial and attribute queries, and complex geographic analysis or predictive modeling.
The map web application template consists of several configurable components (Figure 7). The system administrator can modify the components of existing web applications and create new map applications from the available map controls, tools, and web services. The module for mobile-device GISs has been designed so that the application can adapt to mobile devices.

4. Discussion

The multipurpose GIS portal can be used in lectures as well as in forestry practice and research projects, while the authors of other studies mostly focused on specific solutions. Vahidi et al. [43] developed a GIS for mapping urban trees based on remote sensing data and field data collected by volunteers. A web portal for standardized information management of research sites was developed by Wohner et al. [44]. A web-based interface and framework for high performance scientific computing was proposed and successfully tested by Moreno et al. [45]. Athanasiadis and Andreopoulou [46] implemented a rule-based web decision support system to automate land characterization and increase forester productivity. The main challenge in the development of the multi-purpose web GIS is the integration of the different functions needed by students, teachers, researchers and foresters. Therefore, the functions of the web-based GIS were rated by users using preference questions on a Likert scale and then statistically analyzed to determine the relative importance of client hardware platforms, GIS tools, thematic layers, and specific web applications.
Some raster layers of the proposed GIS portal were the result of extensive spatial modeling by external procedures. For example, skidding distances must be recalculated after each update of the forest road network and skid point locations.. The calculation of skidding distances is time consuming and the administrator had to import the resulting raster layers into the geographic database and update the web-mapping services. A more effective solution would have been to implement spatial modeling using the OGC Web Processing Service, which allows dynamic data exchange and integration of environmental models [47].
The general public may also be interested in ecological issues, sports, or recreational activities on forest lands and may have their own preferences for data sources, mapping features, and user interfaces. However, our study focused primarily on the needs of forest professionals, so the needs of the general public were not considered. The participatory GIS has proven to be an effective tool for single tree mapping, ecosystem services, public participation in forest planning, and natural disaster risk management [48,49,50]. The current version of the web-based GIS does not allow for active public participation; this should be considered in future development.
Janse and Konijnendijk [51] pointed out the weaknesses of the GIS as a communication tool for decision support in forest management. Thematic maps are not easily understood by a wide audience, so GIS tools are often perceived as complicated and inflexible during routine work. Therefore, the graphical interface of a web-based application must be intuitive and its tools must be well suited for specific tasks. However, a multi-user web mapping application must include common tools for interacting with digital maps and managing user roles. The effectiveness of the graphical user interface is influenced by the layout of the web page, the graphical design of the controls, and the capabilities of the device [52]. A minimalist web design was used for web-mapping applications. The layout of the web pages was simplified; the number of graphical user interface elements was reduced, and the web mapping applications were highly customized to user preferences.
Because teachers are usually involved in research, the same person could use the web-based multipurpose portal GIS for education and research at the same time. In the survey, it was not possible to identify respondents who might have completed the questionnaire as both a teacher and a researcher because anonymity was necessary to ensure the objectivity of the responses. However, all respondents were informed in detail about the specific perspective from which they were to evaluate the GIS portal.

5. Conclusions

The study found significant differences in the requirements of different user groups for some components of the web-based GIS. In general, students were very open to new technology and learning approaches. The web-mapping applications give students access to real geographic data on forest stands and facilitated close engagement with forest research and management. Online maps and geographic analysis tools helped explain and understand important forestry topics.
The students had limited knowledge of geoinformatics, which included entering and processing geographic data, working interactively with digital maps, and basic geographic analysis. On the other hand, teachers were constrained by the curriculum, appropriate GIS tools, geographic data, and time. Because of these limitations, they were reluctant to adopt new learning materials and technology.
Finally, the validity and protection of sensitive data about forest stands and hunting was very important for researchers and foresters. Therefore, while interactive digital maps are an appropriate medium for presenting the UFE to the public, they had to be limited to non-sensitive thematic layers. In addition, existing national forestry web mapping applications are well known to users, so the GIS portal should not duplicate their functions. The GIS portal improves communication and coordination among students, researchers, faculty, and foresters as online access to geographic data improves the quality of forestry education and collaboration between research and management. Customized web-mapping applications improved the collection, processing, and availability of forestry information and promoted better coordination of forestry research, management, and education.
The results of the study were used to develop a new web-based multipurpose GIS to support teaching, learning, research, and management in all areas of forestry. The web-mapping applications integrated into the multipurpose GIS portal had a common geographic database, user management subsystem, GIS tools, and other software components. The components of the web-based multipurpose GIS framework were reusable for integrated web mapping applications, and sharing the functions of the web-based multipurpose GIS framework among multiple web-mapping applications made the applications more user-friendly. The modular architecture of the web-based GIS increases the complexity of the framework and maintenance as additional functions are required to integrate the applications.

Author Contributions

Conceptualization, Martin Zápotocký and Milan Koreň; Data curation, Martin Zápotocký; Funding acquisition, Milan Koreň; Investigation, Martin Zápotocký and Milan Koreň; Methodology, Martin Zápotocký and Milan Koreň; Software, Martin Zápotocký; Supervision, Milan Koreň; Validation, Milan Koreň; Visualization, Milan Koreň; Writing—original draft, Martin Zápotocký; Writing—review & editing, Milan Koreň. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the project Comprehensive research of mitigation and adaptation measures to diminish the negative impacts of climate changes on forest ecosystems in Slovakia (FORRES), ITMS 313011T678, Operational Program Integrated Infrastructure (OPII) funded by the ERDF.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Appendix A

Table A1. Use of GIS platforms.
Table A1. Use of GIS platforms.
PlatformS 1RFTA
Desktop2.7 ± 0.62.5 ± 1.12.6 ± 1.12.4 ± 0.92.3 ± 0.9
Mobile2.2 ± 0.92.9 ± 1.02.6 ± 1.02.5 ± 0.72.6 ± 0.9
1 S—students, R—researchers, F—foresters, T—teachers, A—all respondents, 1—not used, 2—rarely used, 3—frequently used, 4—regularly used, arithmetic mean ± standard deviation.
Table A2. Significant differences in desktop computer use between students and the other user groups.
Table A2. Significant differences in desktop computer use between students and the other user groups.
User GroupsDifferencep-Value
of t-Test
Researchers/students0.88.3 × 10−3
Foresters/students0.93.4 × 10−3
Teachers/students0.74.4 × 10−2
Table A3. Importance of the web mapping applications.
Table A3. Importance of the web mapping applications.
ApplicationS 1RFTA
Public Maps3.5 ± 0.63.4 ± 0.73.6 ± 0.73.4 ± 0.53.5 ± 0.6
Timber Harvest
and Logistics
3.5 ± 0.63.5 ± 0.93.4 ± 0.63.1 ± 0.53.4 ± 0.7
Hunting Game
Management
3.5 ± 0.53.4 ± 0.93.0 ± 1.0 2.6 ± 0.63.1 ± 0.7
TLS and CRP3.7 ± 0.53.1 ± 0.92.6 ± 1.13.1 ± 0.73.1 ± 0.8
Forestry2.8 ± 0.92.5 ± 1.13.1 ± 1.02.4 ± 0.62.7 ± 0.9
1 S—students, R—researchers, F—foresters, T—teachers, A—all respondents, 1—very low importance, 4—very high importance, arithmetic mean ± standard deviation.
Table A4. Significant differences in web mapping application scores by user group.
Table A4. Significant differences in web mapping application scores by user group.
ApplicationUser GroupsDifferencep-Value
of t-Test
Timber Harvest
and Logistics
Students/teachers0.44.0 × 10−3
Hunting Game
Management
Students/teachers0.98.7 × 10−5
Researchers/teachers0.86.1 × 10−4
TLS and CRPStudents/researchers0.62.8 × 10−3
Students/foresters1.17.0 × 10−6
ForestryForesters/researchers0.64.4 × 10−3
Foresters/teachers0.75.1 × 10−3
Table A5. Importance of geographic data.
Table A5. Importance of geographic data.
Thematic LayerS 1RFTA
Forest stand attributes3.8 ± 0.43.9 ± 0.43.8 ± 0.43.7 ± 0.53.8 ± 0.4
DEM and DSM3.6 ± 0.73.7 ± 0.63.4 ± 0.63.6 ± 0.53.6 ± 0.6
Orthophoto3.4 ± 0.73.6 ± 0.73.2 ± 0.83.5 ± 0.53.4 ± 0.7
Forest stand maps3.5 ± 0.63.5 ± 0.63.3 ± 0.73.3 ± 0.73.4 ± 0.7
Soils3.5 ± 0.63.7 ± 0.53.3 ± 0.83.1 ± 0.63.4 ± 0.6
Protected areas3.5 ± 0.63.4 ± 0.83.1 ± 0.73.4 ± 0.63.4 ± 0.7
Cadastral maps3.2 ± 0.73.3 ± 0.73.4 ± 0.73.1 ± 0.73.3 ± 0.7
Forest roads3.6 ± 0.73.6 ± 0.53.4 ± 0.72.7 ± 0.63.3 ± 0.6
Research and
demonstration areas
3.1 ± 0.73.4 ± 0.82.8 ± 1.02.7 ± 0.93.0 ± 0.8
Thematic layers of national providers3.0 ± 0.73.2 ± 0.72.9 ± 0.93.4 ± 0.63.0 ± 0.7
Hunting facilities3.4 ± 0.73.2 ± 0.82.8 ± 1.02.1 ± 0.82.9 ± 0.8
Technological classi-
fication of the terrain
2.7 ± 0.83.1 ± 0.82.6 ± 0.82.6 ± 0.72.8 ± 0.8
Skidding distances3.0 ± 0.93.3 ± 0.93.0 ± 0.82.0 ± 0.62.8 ± 0.8
Obstacles in terrain2.8 ± 0.62.9 ± 0.92.9 ± 0.82.3 ± 0.62.7 ± 0.7
Hunting game
management areas
2.9 ± 0.92.5 ± 0.92.5 ± 0.92.3 ± 0.72.6 ± 0.8
Carrying capacity
of cloven-hoofed game
2.8 ± 0.72.6 ± 0.82.2 ± 0.82.6 ± 0.52.6 ± 0.7
Ecotones1.9 ± 0.82.3 ± 1.02.2 ± 0.72.3 ± 0.72.2 ± 0.8
Potential gravitational
and solar energy
1.9 ± 0.72.0 ± 0.92.0 ± 1.02.4 ± 0.72.1 ± 0.8
1 S—students, R—researchers, F—foresters, T—teachers, A—all respondents, 1—very low importance, 4—very high importance, arithmetic mean ± standard deviation.
Table A6. Significant differences in the geographical data rating by user group.
Table A6. Significant differences in the geographical data rating by user group.
Thematic LayerUser GroupsDifferencep-Value
of t-Test
SoilsResearchers/foresters0.42.7 × 10−3
Researchers/teachers0.63.9 × 10−5
Forest roadsStudents/teachers0.97.1 × 10−7
Researchers/teachers0.91.0 × 10−7
Foresters/teachers0.76.5 × 10−5
Research and
demonstration areas
Researchers/teachers0.75.5 × 10−4
Hunting facilitiesStudents/foresters0.64.8 × 10−3
Students/teachers1.32.4 × 10−7
Researchers/teachers1.14.3 × 10−6
Foresters/teachers0.71.1 × 10−3
Skidding distancesStudents/teachers1.01.1 × 10−5
Researchers/teachers1.36.8 × 10−8
Foresters/teachers1.04.4 × 10−5
Obstacles in terrainResearchers/teachers2.61.5 × 10−3
Foresters/teachers2.61.5 × 10−3
Carrying capacity of
cloven-hoofed game
Students/foresters0.61.5 × 10−3
Table A7. Importance of GIS tools.
Table A7. Importance of GIS tools.
GIS ToolS 1RFTA
Data search3.8 ± 0.43.9 ± 0.33.7 ± 0.73.6 ± 0.53.8 ± 0.5
Map printing3.6 ± 0.63.8 ± 0.63.8 ± 0.43.7 ± 0.53.7 ± 0.5
Measurement
and drawing
3.5 ± 0.53.6 ± 0.63.5 ± 0.73.6 ± 0.53.6 ± 0.6
Data export3.6 ± 0.63.7 ± 0.63.5 ± 0.63.7 ± 0.53.6 ± 0.6
Data import3.6 ± 0.63.5 ± 0.73.3 ± 0.83.3 ± 0.63.5 ± 0.7
Editing by
registered users
3.6 ± 0.63.7 ± 0.63.3 ± 0.83.0 ± 0.83.4 ± 0.7
Mobile editing3.5 ± 0.63.4 ± 0.63.1 ± 0.93.5 ± 0.63.4 ± 0.7
Forest stand selection3.0 ± 0.73.4 ± 0.73.2 ± 0.63.1 ± 0.43.2 ± 0.6
Anonymous editing3.3 ± 0.72.6 ± 1.12.9 ± 0.83.3 ± 0.73.0 ± 0.8
3D visualization3.1 ± 0.72.7 ± 0.92.8 ± 0.93.3 ± 0.53.0 ± 0.8
Terrain profiles2.7 ± 0.93.3 ± 0.82.9 ± 0.92.3 ± 0.72.8 ± 0.8
Visibility from
hunting stands
2.8 ± 0.92.9 ± 1.02.4 ± 0.92.4 ± 0.72.6 ± 0.9
Sharing maps
on social networks
2.5 ± 1.02.1 ± 1.02.5 ± 1.12.3 ± 0.82.4 ± 1.0
Panoramic photos1.7 ± 0.81.9 ± 1.02.1 ± 0.91.7 ± 0.51.8 ± 0.8
1 S—students, R—researchers, F—foresters, T—teachers, A—all respondents, 1—very low importance, 4—very high importance, arithmetic mean ± standard deviation.
Table A8. Significant differences in GIS tool ratings by user group.
Table A8. Significant differences in GIS tool ratings by user group.
GIS ToolUser GroupsDifferencep-Value
of t-Test
Editing by
registered users
Students/teachers0.61.3 × 10−3
Researchers/teachers0.76.4 × 10−5
Anonymous
editing
Students/researchers0.72.1 × 10−3
Teachers/researchers0.71.3 × 10−3
3D visualizationTeachers/researchers 0.61.2 × 10−3
Terrain profilesResearchers/students0.62.2 × 10−3
Researchers/teachers1.04.7 × 10−5
Foresters/teachers0.63.5 × 10−3

References

  1. Recknagel, F. Ecological Informatics: A Discipline in the Making. Ecol. Inform. 2011, 6, 1–3. [Google Scholar] [CrossRef]
  2. Sonti, S.H. Application of Geographic Information System (GIS) in Forest Management. J. Geogr. Nat. Disasters 2015, 5, 1000145. [Google Scholar] [CrossRef] [Green Version]
  3. Grigolato, S.; Mologni, O.; Cavalli, R. GIS Applications in Forest Operations and Road Network Planning: An Overview over the Last Two Decades. Croat. J. Eng. 2017, 38, 175–186. [Google Scholar]
  4. Picchio, R.; Pignatti, G.; Marchi, E.; Latterini, F.; Benanchi, M.; Foderi, C.; Venanzi, R.; Verani, S. The Application of Two Approaches Using GIS Technology Implementation in Forest Road Network Planning in an Italian Mountain Setting. Forests 2018, 9, 277. [Google Scholar] [CrossRef] [Green Version]
  5. Vallejo-Villalta, I.; Rodríguez-Navas, E.; Márquez-Pérez, J. Mapping Forest Fire Risk at a Local Scale—A Case Study in Andalusia (Spain). Environments 2019, 6, 30. [Google Scholar] [CrossRef] [Green Version]
  6. Sachdeva, S.; Bhatia, T.; Verma, A.K. GIS-Based Evolutionary Optimized Gradient Boosted Decision Trees for Forest Fire Susceptibility Mapping. Nat. Hazards 2018, 92, 1399–1418. [Google Scholar] [CrossRef]
  7. Marušák, R.; Kašpar, J.; Vopěnka, P. Decision Support Systems (DSS) Optimal—A Case Study from the Czech Republic. Forests 2015, 6, 163–182. [Google Scholar] [CrossRef] [Green Version]
  8. Sagebiel, J.; Glenk, K.; Meyerhoff, J. Spatially Explicit Demand for Afforestation. For. Policy Econ. 2017, 78, 190–199. [Google Scholar] [CrossRef]
  9. Štofik, J.; Merganič, J.; Merganičová, K.; Saniga, M. Seasonal Changes in Food Composition of the Brown Bear (Ursus Arctos) from the Edge of Its Occurrence—Eastern Carpathians (Slovakia). Folia Zool. 2013, 62, 222–231. [Google Scholar] [CrossRef]
  10. Potterf, M.; Nikolov, C.; Kočická, E.; Ferenčík, J.; Mezei, P.; Jakuš, R. Landscape-Level Spread of Beetle Infestations from Windthrown- and Beetle-Killed Trees in the Non-Intervention Zone of the Tatra National Park, Slovakia (Central Europe). For. Ecol. Manag. 2019, 432, 489–500. [Google Scholar] [CrossRef]
  11. Diodato, N.; Bellocchi, G. Spatial Probability Modelling of Forest Productivity Indicator in Italy. Ecol. Indic. 2020, 108, 105721. [Google Scholar] [CrossRef]
  12. Díaz-Yáñez, O.; Mola-Yudego, B.; González-Olabarria, J.R. Modelling Damage Occurrence by Snow and Wind in Forest Ecosystems. Ecol. Model. 2019, 408, 108741. [Google Scholar] [CrossRef]
  13. Fan, Y.; Feng, Z.; Mannan, A.; Khan, T.; Shen, C.; Saeed, S. Estimating Tree Position, Diameter at Breast Height, and Tree Height in Real-Time Using a Mobile Phone with RGB-D SLAM. Remote Sens. 2018, 10, 1845. [Google Scholar] [CrossRef] [Green Version]
  14. Hyyppä, J.; Virtanen, J.-P.; Jaakkola, A.; Yu, X.; Hyyppä, H.; Liang, X. Feasibility of Google Tango and Kinect for Crowdsourcing Forestry Information. Forests 2017, 9, 6. [Google Scholar] [CrossRef] [Green Version]
  15. Pierzchała, M.; Giguère, P.; Astrup, R. Mapping Forests Using an Unmanned Ground Vehicle with 3D LiDAR and Graph-SLAM. Comput. Electron. Agric. 2018, 145, 217–225. [Google Scholar] [CrossRef]
  16. Kuželka, K.; Surový, P. Mapping Forest Structure Using UAS inside Flight Capabilities. Sensors 2018, 18, 2245. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Saukkola, A.; Melkas, T.; Riekki, K.; Sirparanta, S.; Peuhkurinen, J.; Holopainen, M.; Hyyppä, J.; Vastaranta, M. Predicting Forest Inventory Attributes Using Airborne Laser Scanning, Aerial Imagery, and Harvester Data. Remote Sens. 2019, 11, 797. [Google Scholar] [CrossRef] [Green Version]
  18. Piermattei, L.; Marty, M.; Karel, W.; Ressl, C.; Hollaus, M.; Ginzler, C.; Pfeifer, N. Impact of the Acquisition Geometry of Very High-Resolution Pléiades Imagery on the Accuracy of Canopy Height Models over Forested Alpine Regions. Remote Sens. 2018, 10, 1542. [Google Scholar] [CrossRef] [Green Version]
  19. Quegan, S.; Le Toan, T.; Chave, J.; Dall, J.; Exbrayat, J.-F.; Minh, D.H.T.; Lomas, M.; D’Alessandro, M.M.; Paillou, P.; Papathanassiou, K.; et al. The European Space Agency BIOMASS Mission: Measuring Forest above-Ground Biomass from Space. Remote Sens. Environ. 2019, 227, 44–60. [Google Scholar] [CrossRef] [Green Version]
  20. Mokroš, M.; Liang, X.; Surový, P.; Valent, P.; Čerňava, J.; Chudý, F.; Tunák, D.; Saloň, Š.; Merganič, J. Evaluation of Close-Range Photogrammetry Image Collection Methods for Estimating Tree Diameters. ISPRS Int. J. Geo-Inf. 2018, 7, 93. [Google Scholar] [CrossRef] [Green Version]
  21. Mulverhill, C.; Coops, N.C.; Tompalski, P.; Bater, C.W.; Dick, A.R. The Utility of Terrestrial Photogrammetry for Assessment of Tree Volume and Taper in Boreal Mixedwood Forests. Ann. For. Sci. 2019, 76, 83. [Google Scholar] [CrossRef] [Green Version]
  22. Cabo, C.; Del Pozo, S.; Rodríguez-Gonzálvez, P.; Ordóñez, C.; González-Aguilera, D. Comparing Terrestrial Laser Scanning (TLS) and Wearable Laser Scanning (WLS) for Individual Tree Modeling at Plot Level. Remote Sens. 2018, 10, 540. [Google Scholar] [CrossRef] [Green Version]
  23. Pyörälä, J.; Kankare, V.; Liang, X.; Saarinen, N.; Rikala, J.; Kivinen, V.-P.; Sipi, M.; Holopainen, M.; Hyyppä, J.; Vastaranta, M. Assessing Log Geometry and Wood Quality in Standing Timber Using Terrestrial Laser-Scanning Point Clouds. For. Int. J. For. Res. 2019, 92, 177–187. [Google Scholar] [CrossRef]
  24. Merry, K.; Bettinger, P.; Grebner, D.; Boston, K.; Siry, J. Assessment of Geographic Information System (GIS) Skills Employed by Graduates from Three Forestry Programs in the United States. Forests 2016, 7, 304. [Google Scholar] [CrossRef] [Green Version]
  25. Bettinger, P.; Merry, K. Follow-up Study of the Importance of Mapping Technology Knowledge and Skills for Entry-Level Forestry Job Positions, as Deduced from Recent Job Advertisements. Math. Comput. For. Nat.-Resour. Sci. 2017, 10, 15–23. [Google Scholar]
  26. Bettinger, P.; Merry, K.; Bayat, M.; Tomaštík, J. GNSS Use in Forestry—A Multi-National Survey from Iran, Slovakia and Southern USA. Comput. Electron. Agric. 2019, 158, 369–383. [Google Scholar] [CrossRef]
  27. Favier, T.T.; van der Schee, J.A. The Effects of Geography Lessons with Geospatial Technologies on the Development of High School Students’ Relational Thinking. Comput. Educ. 2014, 76, 225–236. [Google Scholar] [CrossRef]
  28. Norton, E.; Li, Y.; Mason, L.R.; Washington-Allen, R.A. Assessing the Impact of a Geospatial Data Collection App on Student Engagement in Environmental Education. Educ. Sci. 2019, 9, 118. [Google Scholar] [CrossRef] [Green Version]
  29. Groshans, G.; Mikhailova, E.; Post, C.; Schlautman, M.; Carbajales-Dale, P.; Payne, K. Digital Story Map Learning for STEM Disciplines. Educ. Sci. 2019, 9, 75. [Google Scholar] [CrossRef] [Green Version]
  30. Sack, C.M. The Status of Web Mapping in North American Higher Education. Cartogr. Perspect. 2018, 89, 25–43. [Google Scholar] [CrossRef]
  31. Orazio, C.; Cordero Montoya, R.; Régolini, M.; Borges, J.; Garcia-Gonzalo, J.; Barreiro, S.; Botequim, B.; Marques, S.; Sedmák, R.; Smreček, R.; et al. Decision Support Tools and Strategies to Simulate Forest Landscape Evolutions Integrating Forest Owner Behaviour: A Review from the Case Studies of the European Project, INTEGRAL. Sustainability 2017, 9, 599. [Google Scholar] [CrossRef] [Green Version]
  32. Marto, M.; Reynolds, K.M.; Borges, J.G.; Bushenkov, V.A.; Marques, S.; Marques, M.; Barreiro, S.; Botequim, B.; Tomé, M. Web-Based Forest Resources Management Decision Support System. Forests 2019, 10, 1079. [Google Scholar] [CrossRef] [Green Version]
  33. Pastorella, F.; Borges, J.; De Meo, I. Usefulness and Perceived Usefulness of Decision Support Systems (DSSs) in Participatory Forest Planning: The Final Users’ Point of View. IForest—Biogeosci. For. 2016, 9, 422–429. [Google Scholar] [CrossRef] [Green Version]
  34. Environmental Systems Research Institute (Esri). Available online: https://www.esri.com (accessed on 27 April 2022).
  35. Jquery. 2022. Available online: https://github.com/jquery/jquery (accessed on 27 April 2022).
  36. Bootstrap. 2022. Available online: https://github.com/twbs/bootstrap (accessed on 27 April 2022).
  37. R Core Team. R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2021. [Google Scholar]
  38. Athanasis, N.; Karagiannis, F.; Palaiologou, P.; Vasilakos, C.; Kalabokidis, K. AEGIS App: Wildfire Information Management for Windows Phone Devices. Procedia Comput. Sci. 2015, 56, 544–549. [Google Scholar] [CrossRef] [Green Version]
  39. Fan, G.; Chen, F.; Li, Y.; Liu, B.; Fan, X. Development and Testing of a New Ground Measurement Tool to Assist in Forest GIS Surveys. Forests 2019, 10, 643. [Google Scholar] [CrossRef] [Green Version]
  40. Kennedy, R.; McLeman, R.; Sawada, M.; Smigielski, J. Use of Smartphone Technology for Small-Scale Silviculture: A Test of Low-Cost Technology in Eastern Ontario. Small-Scale For. 2014, 13, 101–115. [Google Scholar] [CrossRef]
  41. Li, C.; Jiang, Y. Development of Mobile GIS System for Forest Resources Second-Class Inventory. J. For. Res. 2011, 22, 263–268. [Google Scholar] [CrossRef]
  42. National Forest Center (NFC), Slovakia. Available online: https://www.nlcsk.org (accessed on 27 April 2022).
  43. Vahidi, H.; Klinkenberg, B.; Johnson, B.; Moskal, L.; Yan, W. Mapping the Individual Trees in Urban Orchards by Incorporating Volunteered Geographic Information and Very High Resolution Optical Remotely Sensed Data: A Template Matching-Based Approach. Remote Sens. 2018, 10, 1134. [Google Scholar] [CrossRef] [Green Version]
  44. Wohner, C.; Peterseil, J.; Poursanidis, D.; Kliment, T.; Wilson, M.; Mirtl, M.; Chrysoulakis, N. DEIMS-SDR—A Web Portal to Document Research Sites and Their Associated Data. Ecol. Inform. 2019, 51, 15–24. [Google Scholar] [CrossRef]
  45. Moreno, R.; Pérez-Gil, F.J.; Pardo, J.J.; Navarro, A.; Tapiador, F.J. Science for Everyone (ScifE): A Proposed Framework for Science as a Service Using Interactive Web Technologies. Comput. Geosci. 2019, 131, 70–79. [Google Scholar] [CrossRef]
  46. Athanasiadis, A.; Andreopoulou, Z. E-Praxis: A Web-Based Forest Law Decision Support System for Land Characterization in Greece. For. Policy Econ. 2019, 103, 157–166. [Google Scholar] [CrossRef]
  47. Zhang, M.; Jiang, L.; Yue, P.; Gong, J. Interoperable Web Sharing of Environmental Models Using OGC Web Processing Service and Open Modeling Interface (OpenMI). Environ. Model. Softw. 2020, 133, 104838. [Google Scholar] [CrossRef]
  48. Aye, Z.C.; Jaboyedoff, M.; Derron, M.-H.; van Westen, C.J. Prototype of a Web-Based Participative Decision Support Platform in Natural Hazards and Risk Management. ISPRS Int. J. Geo-Inf. 2015, 4, 1201–1224. [Google Scholar] [CrossRef] [Green Version]
  49. Brown, G.G.; Donovan, S. Escaping the National Forest Planning Quagmire: Using Public Participation GIS to Assess Acceptable National Forest Use. J. For. 2013, 111, 115–125. [Google Scholar] [CrossRef] [Green Version]
  50. Jaligot, R.; Hasler, S.; Chenal, J. National Assessment of Cultural Ecosystem Services: Participatory Mapping in Switzerland. Ambio 2019, 48, 1219–1233. [Google Scholar] [CrossRef]
  51. Janse, G. Communication between Forest Scientists and Forest Policy-Makers in Europe—A Survey on Both Sides of the Science/Policy Interface. For. Policy Econ. 2008, 10, 183–194. [Google Scholar] [CrossRef]
  52. Horbiński, T.; Cybulski, P.; Medyńska-Gulij, B. Web Map Effectiveness in the Responsive Context of the Graphical User Interface. ISPRS Int. J. Geo-Inf. 2021, 10, 134. [Google Scholar] [CrossRef]
Figure 1. Architecture of the web-based GIS prototype.
Figure 1. Architecture of the web-based GIS prototype.
Ijgi 11 00405 g001
Figure 2. Importance of the web mapping applications (1—very low importance, 4—very high importance).
Figure 2. Importance of the web mapping applications (1—very low importance, 4—very high importance).
Ijgi 11 00405 g002
Figure 3. Importance of geographic data (1—very low importance, 4—very high importance).
Figure 3. Importance of geographic data (1—very low importance, 4—very high importance).
Ijgi 11 00405 g003
Figure 4. Importance of GIS tools (1—very low importance, 4—very high importance).
Figure 4. Importance of GIS tools (1—very low importance, 4—very high importance).
Ijgi 11 00405 g004
Figure 5. Architecture of the GIS portal.
Figure 5. Architecture of the GIS portal.
Ijgi 11 00405 g005
Figure 6. Schematic diagram of the web map applications.
Figure 6. Schematic diagram of the web map applications.
Ijgi 11 00405 g006
Figure 7. Template of the web map application.
Figure 7. Template of the web map application.
Ijgi 11 00405 g007
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zápotocký, M.; Koreň, M. Multipurpose GIS Portal for Forest Management, Research, and Education. ISPRS Int. J. Geo-Inf. 2022, 11, 405. https://doi.org/10.3390/ijgi11070405

AMA Style

Zápotocký M, Koreň M. Multipurpose GIS Portal for Forest Management, Research, and Education. ISPRS International Journal of Geo-Information. 2022; 11(7):405. https://doi.org/10.3390/ijgi11070405

Chicago/Turabian Style

Zápotocký, Martin, and Milan Koreň. 2022. "Multipurpose GIS Portal for Forest Management, Research, and Education" ISPRS International Journal of Geo-Information 11, no. 7: 405. https://doi.org/10.3390/ijgi11070405

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop