Automated modeling of geographical accessibility using the AccessMod framework | Research Square window.SnipcartSettings = { analytics: { enabled: false } }; (function() { var accessVector = localStorage.getItem('access_vector') || ''; window.dataLayer = window.dataLayer || []; if (accessVector) { window.dataLayer.push({ user: { profile: { profileInfo: { snid: accessVector } } } }); } })(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K279D39R'); Browse Preprints In Review Journals COVID-19 Preprints AJE Video Bytes Research Tools Research Promotion AJE Professional Editing AJE Rubriq About Preprint Platform In Review Editorial Policies Our Team Advisory Board Help Center Sign In Submit a Preprint Cite Share Download PDF Research Article Automated modeling of geographical accessibility using the AccessMod framework Yaniss Guigoz, Nicolas Ray, Pierre Lacroix, Frederic Moser, Pablo Timoner, and 3 more This is a preprint; it has not been peer reviewed by a journal. https://doi.org/ 10.21203/rs.3.rs-7820101/v1 This work is licensed under a CC BY 4.0 License Status: Under Review Version 1 posted 9 You are reading this latest preprint version Abstract This paper describes the chaining of several existing components to measure geographic accessibility to services into a single automated framework called the “AccessMod framework”. It then explains how this framework is exposed on the Internet thanks to the use of a virtual laboratory that transforms it into an integrated and transparent service. To demonstrate the capabilities of this service, a use case allowing to model geographic accessibility to green spaces in specific cities has been implemented in a virtual laboratory using Docker images. An execution of this geographic accessibility modeling to green spaces is done for the city of Yerevan, Armenia. Three ways of running the model are demonstrated: (1) in command line; (2) through the virtual laboratory interface and (3) through the GEOSS portal. The outputs are described, and the advantages, issues, limitations and perspectives are discussed. The possibility to reduce the technical complexity of geographic accessibility modeling thanks to its exposition on a web browser represents an undeniable step towards a wider adoption of this accessibility parameter for various thematics. This paper raises the importance of the availability of global renown datasets (e.g. OpenStreetMap, Worldpop, Copernicus land cover, etc.) for automated workflows, but also highlights the limitations of global models, that need to be customized (e.g. for the travel scenarios that are different among cities). Several perspectives are finally proposed to improve the automatic modelling of geographic accessibility through this framework. AccessMod Virtual Laboratory physical accessibility OpenStreetMap Docker urban accessibility Figures Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8 Figure 9 Figure 10 Figure 11 Figure 12 Figure 13 Highlights Chaining of separate components into a single framework to compute geographic accessibility Framework’s exposition on the Internet through a virtual laboratory to lower usability barriers Use case for accessibility to green spaces in urban environments, using the city of Yerevan , Armenia, as an example Advantages of simplified access to geographic accessibility modelling through a single framework over the Internet 1. Introduction Our societies are increasingly shaped around the concept of efficiency at all levels, which is the case for accessibility to services. Although the concept of accessibility can be approached from several angles (e.g. financial, social, geographical) [ 1 ], we focus in this paper on the geographic aspect of accessibility, that allows to measure the share of a target population covered by a given service (e.g. healthcare, education, recreational areas, etc.). Being able to measure geographic accessibility to a service is important in terms of planning, be it for population well-being [ 2 , 3 ] or for more critical health emergencies where accessibility time is of vital importance [ 4 – 7 ]. Various approaches exist for measuring spatial accessibility. [ 8 ] describes the six following ones: Provider-to-population ratio , that calculates accessibility as a ratio between some relevant variables (number of beds, of doctors, of health facilities, etc.) and the population of a given area; Euclidian distance , that measures accessibility as a distance in straight-line from a residence to the health facility; Gravity models that combine availability and accessibility of facilities; Kernel density , that defines a sphere of influence around a health service provider by interpolation; Network analysis , that calculate optimized travel time or distance to the nearest service provider by considering the roads and transportation network; Cost distance analyses , that computes a “cost surface” based on input data layers (roads, elevation, land cover, etc.) for a given area, that is combined in turn with a layer of health facilities to obtain a least-cost path layer from any part of the surface to the facilities. Among these different approaches, the cost distance has several advantages: by considering travel time rather than distance, it is more representative of the reality; it allows to consider travel not only in a network but on any type of land cover over the studied surface, which is often the case in sub-saharan Africa; using regularly updated input datasets (e.g. roads, facilities) allows to regularly re-assess geographical accessibility of the studied area. Several tools exist to support the calculation of geographic accessibility to a given service. As a non-exhaustive list, we can distinguish in a first category the leading Geographic Information System (GIS) Software such as ArcGIS and QGIS, that give access to specific tools or plugins such as ArcGIS Network Analyst, ArcGIS Urban, TravelTime, QNEAT3. We can mention as a second category some specialized tools (generally desktop) for accessibility analysis such as AccessMod[ 1 ] and NetworkX. Finally, a third category consists in Application Programming Interfaces (APIs) such as Google Maps API, OpenRouteService, HERE API, that provide online accessibility analyses services. Among these various tools allowing to analyze accessibility, AccessMod 1 has the following advantages: (1) it is an official WHO tool, (2) it can be run on all operating systems as a standalone application, (3) it is a free and open source software with a user manual and tutorial 2 , (4) it uses a travel-time cost-distance approach. Moreover, it has already been successfully applied in several health domains such as maternal health [ 5 , 6 ], immunization [ 9 ], and snakebite vulnerability [ 10 ], but also in other areas such as accessibility to schools [ 11 ], drinking water [ 12 ], accessibility pressure due to natural hazards [ 13 ], or accessibility to green spaces [ 3 , 14 ]. Geographic accessibility modeling tools are a key support to decision-making, but several sequential steps are typically required to obtain the results: data pre-processing; data upload into the tool; accessibility; visualization and export of the results. In certain cases, it is often necessary to compute geographic accessibility regularly over the same area or across various countries for global assessments. This is for example the case for calculating the target4 indicator of the “Ending Preventable Maternal Mortality” [ 15 ], where the threshold of two hours travel time to the nearest health facility has become an international standard to be calculated for each country. For the computation of such repetitive steps, an automated workflow would simplify the procedure and reduce the necessary time and resources needed for calculating geographical accessibility. Furthermore, quality relevant input data can increase the accuracy of the analysis. The selected datasets will have a direct impact on the analysis results (see for example [ 16 ] for population), meaning that the input datasets choice should therefore be carefully assessed. In a first effort towards automation, a dedicated R package called “inAccessMod” [ 17 ] has been developed to simplify AccessMod input data selection and pre-processing. To further simplify and automatize the use of AccessMod, the “AMRemote” tool 3 has been developed to implement the AccessMod “Replay” function, that allows to use AccessMod in command line with an AccessMod project file as input. Such command line analyses can be run on local machines, regular servers or cluster servers, making it possible for AccessMod to compute large datasets and to run many analyses by changing parameter values. Through the elements described so far in link with AccessMod, we have different blocks existing for performing geographic accessibility analyses: (1) the inAccessMod R package for data preparation and homogenization; (2) the AccessMod tool for performing accessibility analysis (and several other types of analyses out of scope here); (3) the AccessMod replay function implemented through the AMRemote tool for command line use of AccessMod. The combination of these different blocks into a single easy-to-use interface would allow to take advantage of all the automation efforts done in the inAccessMod package and the AccessMod replay function, opening up the geographic accessibility computation to a larger public. The objective of this paper is to describe the workflow that assembles these different pieces to provide a unique entry point for automatizing the calculation of geographic accessibility to a given service. We call it the AccessMod framework in the sense of an “integrated collection of components that collaborate to produce a reusable architecture for a family of related applications” [ 18 ] since the framework chains independent components of AccessMod, each having their own technical specificities and libraries, to form a new integrated product beyond a simple workflow. This paper also proposes a use case to show the benefit of this workflow for other users. To support this objective and to reach the widest audience possible, an entire data value chain from data to knowledge is implemented through the Global Earth Observation System of Systems (GEOSS) [ 19 ]. GEOSS is a global coordinated network of EO data providers, designed to provide comprehensive, timely, and reliable information about the Earth with the aim to improve decision-making across various. Through the Virtual Laboratory (VLab)[ 20 ], it allows: (1) a harmonized discovery and access to heterogenous EO data sources; (2) publishing the AccessMod model and related scientific workflow connecting data and model; (3) executing the implemented workflow; and finally (4) publishing the workflow results using different interfaces (e.g., static download; webservices). To ensure that the implemented approach is replicable and re-usable, all the Knowledge resources (e.g., data, model, documentation, computing resources results …) are freely and openly shared, curated and organized into a Knowledge package discoverable and accessible from the GEO Knowledge Hub [ 21 ] (GKH – https://gkhub.earthobservations.org ), an open-source digital repository of open authoritative and reproducible knowledge created and operated by the Group on Earth Observations (GEO). The concept of geographic accessibility plays an important role in the achievement of some Sustainable Development Goals (SDG) targets. It is for example the case for SDG targets 3.8 (accessibility to health services), 4.1 (accessibility to schools), 6.1 (accessibility to clean drinking water), 9.1 (accessibility necessary for efficient infrastructures), 11.2 (accessibility to public transportation in urban areas), and 11.7 (accessibility to green and public spaces) where geographic accessibility plays a key role. The theme of accessibility to urban green spaces for some selected cities has been chosen to demonstrate the feasibility of an automatic workflow allowing to calculate accessibility by simply selecting a city. We will first describe the methodology used by: (1) detailing the separate elements that were existing before our intervention; (2) explaining the elements developed during our intervention, to chain the various separate elements; (3) indicate the issues faced during this development and mention the choices made. We will then present the outputs obtained and discuss the advantages, issues, limitations and perspectives opened by the implemented workflow. 2. Methods The AccessMod framework is made of existing but separate elements that have been assembled into a single framework. This framework is then exposed on the Internet thanks to the use of a virtual laboratory that transforms it into an integrated and transparent service. 2.1 Software components available separately The following tools exist separately: 1.The inAccessMod R package 4 [17] supports automatic data download and pre-processing for use in AccessMod, through R commands. R functions 5 enable automatic download of several geospatial data sets for a user-defined area (country, region): administrative boundaries (source: geoBoundaries[ 22 ]), Digital Elevation Model (source: srtm [ 23 ]), population distribution (source: Worldpop[ 24 ]), landcover (source: Copernicus Global Land Service 6 ), roads network (source: OpenStreetMap 7 ), rivers (source: OpenStreetMap 8 ), water bodies (source: OpenStreetMap 9 ) and other potential barriers to movement. It also resamples raster data, aligns rasters, and reprojects all data sets to a common projection. In case the user prefers other data sources not available in the proposed sources, the input can be manually downloaded and subsequently transferred to the project’s corresponding directory using a dedicated function from the package prior to processing. inAccessMod outputs are made of a consistent set of ready-to-use input layers for AccessMod, with same projections and same resolution for rasters. For this use case demonstration, a private fork of the inAccessMod repository has been created and modified allowing analyses to focus specifically on urban areas rather than entire countries. We used the ESRI World Urban Areas dataset [ 25 ] as a vector dataset containing city footprints and names. To our knowledge, it is the only publicly available dataset of this type. When focusing on a specific city, a city extent shapefile is generated by applying an approximate 5 km buffer to the city's boundary. This buffered extent serves as the reference for the project extent, accommodating potential movements outside official city limits, which is pertinent in cases of irregular or extended boundaries. The city shapefile remains applicable for computing population statistics. 2. AccessMod 10 [1] is distributed through three bundles: AccessMod Desktop, AccessMod VirtualBox, and AccessMod Docker. It provides both a graphical user interface and a command-line tool for modeling geographic accessibility. Its core component is a Docker image based on Alpine Linux, which integrates all required dependencies. 3. AccessMod comprises five main analysis modules: (1) Geographic accessibility; (2) Geographic coverage; (3) Referral analysis; (4) Zonal statistics; (5) Scaling-up. In addition to its main analysis modules, AccessMod includes a set of essential tools for preparing and managing data inputs. The landcover merge tool combines land cover, roads, and natural barriers such as rivers and lakes into a single raster layer, while the population alignment tool ensures spatial consistency across demographic and geographic datasets. Other built-in utilities include dataset management, import/export functions, and an interactive facility relocation tool. 4. The analytical workflow begins with the merged landcover layer, which forms the basis for calculating accessibility to or from selected service locations. These calculations rely on one or more travel scenarios that assign transport modes and speeds to each road type or land cover category. The model is implemented through a multi-modal extension of GRASS GIS’s r.walk module (r.walk.accessmod). For non-motorized travel modes, slope effects are incorporated using correction functions: Tobler’s hiking function for walking [ 1 , 26 ], and a cycling function derived from BikeCalculator.com [ 27 ]. The output of the geographic accessibility module is a raster surface in which each pixel represents travel time to the nearest service location (e.g., a health facility, school, or other point of interest). Based on this “travel time” layer, further analyses can be conducted, such as zonal statistics, which overlay the population distribution to estimate the proportion of people able to reach a service within a specified time threshold. AccessMod also provides a “replay” function, which enables analyses to be executed from the command line once all datasets have been loaded into a project. This function relies on two files: the project archive (.am5p), and the config.json, a parameter file that is updated after each analysis to ensure reproducibility. The configuration file can also be edited programmatically to fine-tune analyses or enable batch execution. Both files can be extracted from a previous analysis through the graphical interface. A companion tool, AMRemote 11 , further streamlines use of the replay function by allowing users to easily call and run analyses. In order to share scientific models over the Internet towards open knowledge, the concept of virtual laboratories that allow to run workflows of scientific models, offer several advantages such as efficiency, reproducibility and collaboration[ 28 ]. Among the existing virtual laboratories, the Virtual Earth Laboratory (VLab) 12 was developed [ 20 ] [ 29 ] in the framework of several European projects. The VLab “provides functionalities for 13 : Harmonized discovery of and access to heterogeneous resources from multiple systems Publication of scientific workflows developed on heterogenous programming environments Run of scientific workflows developed on heterogenous programming environments Publication of workflow results 5. The Group on Earth Observations (GEO), coordinating the global effort of Earth Observations of co-producing user-driven Earth Intelligence solutions, has been working for a long time on developing a unique access point to environmental data (the GEOSS platform) and more recently to environmental knowledge through the GEO Knowledge Hub 14 . It is then legitimate to contribute to this global coordinate effort by using the GEO Knowledge Hub [ 21 ] as the unique entry point for running models linked to accessibility. 2.2 Integration of the software components into a framework The various existing elements described in the previous section have been merged into a single framework called “AccessMod framework” for chaining the operations described here above, which results in a much easier interaction needed from the end user. This also required additional developments that are described in this section. 2.2.1 Creation of the AccessMod 15 framework from existing separate software components The elements encompassed in the new framework follow a logical order: 01_get_data : The inAccessMod R package is being used to first get the required data 16 and process it automatically into suitable input data (projection, resolution) for AccessMod analysis. The roads, rivers and lakes are downloaded from OpenStreetMap by default 17 . 02_build_merged_landcover : the “landcover merged” layer, essential for further analyses using AccessMod, is automatically created. The source files necessary for the creation of the merged landcover layer are the landcover, the roads, and any barrier to movement (e.g., water bodies). A new unique identifier is applied to OpenStreetMap roads categories, all layers are rasterized at the same resolution (100 meters by default). The input layers are then merged into one in the following sequence from top to bottom: roads, water lines, water polygons, landcover. 03_create_start_points : as the thematic for this pilot is the accessibility to green spaces in cities, it is necessary to obtain the features corresponding to green areas of a given area (city selected), to which accessibility will be analyzed. The request 18 consists in extracting from OpenStreetMap the polygons corresponding to parks, natural reserves, grasslands, woods and forests. To comply with AccessMod current limitation to calculate accessibility to points only, each polygon is then represented by a single point corresponding to its centroid. This centroid is calculated by using the k-means algorithm [ 30 ] on the cluster of points forming the polygons. It should be noted that such an automatic function for extracting the start points did not exist so far in AccessMod, as a point shapefile needs to be manually uploaded into AccessMod. 04_travel_time : once the input data is available (previous steps 01 and 03) and the merged landcover is produced (step 02), the next step consists in creating an AccessMod project 19 and to perform the travel time to nearest point analysis 20 using the available data. This is automatically done for a given city in this step, and various outputs are created, that illustrate accessibility. 2.2.2 AccessMod framework API In addition to the new AccessMod framework Docker image, an AccessMod API has also been developed for using this application. It means that the AccessMod framework can not only be launched through the shell script, but can also be used through the API either by: Using curl commands that allow to directly interact with the API Or using a Docker curl wrapper that provides a convenient way to interact with the API, especially for environments where curl might not be readily available, or if a consistent behavior across different systems is needed. The innovative aspects of AccessMod framework vs the existing AccessMod separate elements are then the following: The standalone elements (inAccessMod, AccessMod, AMRemote and isolated scripts) have been combined into a single AccessMod framework, allowing to perform geographic accessibility analysis through a single tool An AccessMod API has been developed, that allows to interact with the AccessMod API using curl commands or a Docker wrapper An automated polygon types extraction from OpenStreetMap and transformation to points has been implemented 2.2.3 Porting of AccessMod on the Virtual Laboratory The Virtual Earth Laboratory (VLab) [ 20 , 29 ] is a software framework developed to facilitate scientific workflows implementation for supporting knowledge generation and evidence-based decision-making. The main functionalities of VLab include: (i) harmonized discovery of and access to heterogeneous resources from multiple systems, (ii) publication and sharing of scientific models developed on heterogenous programming environments, (iii) execution of scientific workflows developed on heterogenous execution environments (e.g. different cloud platforms, different software libraries, etc.), and (iv) publication and sharing of execution results. VLab functionalities are all available through Web Application Programming Interfaces (APIs), making it possible for the end-users to develop their own applications. When a model is published on VLab, the framework can trigger its execution on a variety of cloud platforms, allowing to seamlessly move the code to the cloud platform where the required input data is hosted. Several tests were executed on different cloud platforms including the European Open Science Cloud (EOSC), the commercial Amazon Web Services (AWS) cloud and most Copernicus DIAS platforms (Creodias, ONDA, Sobloo). VLab was utilized to share the AccessMod framework so that it can ultimately be utilized through VLab Web APIs and run from the GEO Knowledge Hub as a knowledge package. A procedure is described 21 that explains the different steps. As the necessary data and tools are wrapped in a Docker machine, all necessary elements become available in the virtual laboratory for performing the accessibility analysis. The AccessMod model is available in two different Docker modes: Two different Docker images (one for data ingestion and one for model execution) can be utilized to run the entire workflow of the AccessMod model. A wrapper Docker image which acts as a bridge towards a remote server where the AccessMod workflow is executed. Currently, VLab requires one single docker image to be utilized as the computational environment for a model. Unfortunately, the two Docker images (mode 1) are incompatible and it was not possible to build a single Docker image, therefore this modality was discarded and AccessMod was published on VLab utilizing the wrapper Docker image. It is worth noting that this way of sharing the model does not fully exploit VLab functionalities, i.e., the model is not actually executed on different cloud platforms, only the wrapper is. However, this still allowed AccessMod to be executable via VLab Web APIs, facilitating the development of the web application described in [ 20 ], and the re-use of the existing GEO Web Portal framework which utilizes VLab Web APIs for model execution. Besides, once the two Docker images (mode 1) will be merged solving their incompatibilities, it will be possible to update the VLab version of AccessMod (with the new single Docker image) and fully exploit VLab functionalities without the need of any other changes/developments of the other system components. 3. Results 3.1 AccessMod framework github The AccesssMod framework application is available on GitHub 22 and can be run: locally in command line through the bash shell by the users if Docker is installed and running on their computer on a remote server on a cluster After installing the Accessmod framework image (by cloning the repository from github), the user can run the “start.sh” script. When running the script, the user is asked three main questions: (1) the city for which accessibility to green spaces should be run; (2) if the script should be run in development mode or not; (3) the part of the analysis that should be run, in a logical order. The illustrations shown below use as an example the city of Yerevan in Armenia. Once the various parts have been run, the outputs become available in the “output” folder corresponding to the city selected, contained in the “data/location” folder of the “accessmod_gpp” folder that has been created when installing the accessmod_gpp image. The following outputs are created: a travel time raster, available in several formats (.tif, .img, .png), where each cell contains the time (in minutes) to the nearest point in terms of travel time. the population coverage in a given travel time (minutes), both as a table (pop_vs_traveltime.csv) and as a graph (pop_vs_traveltime.pdf) a raster (raster_cost_allocation_pr.img) that contains for each cell the unique ID of the point that is the closest in terms of travel time. This allows to allocate for each point feature (centroid of each green space in our use case) the area it covers. When crossing this information with population, it allows for example to understand which population is served by each green space, which might be useful for city green spaces planning. a raster (raster_speed_pr.img) that contains the road or landuse category for each pixel a compressed .json file (travel_time_output.json) 3.2 VLab interface Instead of launching the accessibility analysis in command line, it is also possible to launch it through the Virtual Earth Laboratory (VLab) [20], which has the advantage of only using a familiar internet browser interface. This interface requires to be logged in, either through a google account or through a specific login to the VLab. The analysis is performed on the VLab central cluster. This is the cluster, deployed on AWS cloud platform, which hosts the latest version of the VLab framework. Taking advantage of the underlying cloud platform, the cluster is configured to allow executions of models with varying requirements in terms of CPU/RAM (as defined by the modelers when publishing a model on VLab). The “Workflows” 23 menu exposes the various models available through the VLab, and the one called “SDG 11.7 Urban Green Spaces” allows to run accessibility analysis. Once the analysis is finalized, the various outputs can directly be downloaded by clicking on the blue hyperlink buttons. Additionally, the model can be shared via email directly through the interface. 3.3 Integration into the GEO infrastructure Once the AccessMod model published into the VLab, it becomes available through its Application Programming Interface (API) allowing any other client application to interact with the model. Therefore, it facilitates its integration with the GEOSS portal 24 enabling users to search for any analytical services available in the VLab (figure 9). Once discovered, then users can inspect the model and the necessary data inputs directly within the portal, searching for relevant data sources as input for the service and selecting the cloud platform of preference to execute the model (figure 11). In this experimental setup, the cloud costs associated with cloud utilization (where present) are covered by VLab operators for demonstration purposes. Therefore, computational availability might not always be present. Once a workflow is run, a message indicates it is saved in the “saved runs” section, where its status can be checked. Once the run is finished, outputs are available for download (statistics as CSV file, maps as geotiff) or could be visualized using the Web Map Service (WMS) interface enabling an interoperable access to the outputs. In addition, it is possible to create a dashboard to share the results in a simple and effective way with text, graphs and maps. To facilitate the replicability and re-use of the proposed approach all resources are made available as a Knowledge package in the GEO Knowledge Hub (GKH: https://gkhub.earthobservations.org/packages/xx3rj-6zp63). The record (Figure 12) provides essential information like the title, description, keywords, and contributors. Each resource includes detailed metadata, such as the resource type, description, license, and publication date. Once the package is complete, it can be published or submitted for review, making it accessible to the global Earth observation community. 4. Discussion 4.1. General advantages The AccessMod software offers the possibility to perform accessibility analysis but requires some pre-processing and processing steps that might represent a barrier for non-GIS experts who would have an interest in performing such analyses. The innovative AccessMod framework, by hiding the complexity in the back end, considerably lowers the entry barriers to perform accessibility analyses, in this case to green spaces in urban environments. Such integrated approach could widen the use of accessibility analyses for the benefit of evidence-based decisions in various domains where accessibility plays a significant role. Although the execution of the AccessMod framework through bash command line might still represent an obstacle for some people, the availability of the AccessMod framework in a virtual laboratory represents an additional advantage. It means that third party applications such as the GEOSS Platform Plus can directly call the workflow and ask the user a single information (i.e. the city for which accessibility needs to be computed) and wait for the result that will become available when ready in a personalized workspace (accessible when logged in). This reduces the complexity of accessibility analysis for the user at its maximum and allows non-experts to obtain scientifically relevant data. Moreover, the availability of the AccessMod framework workflow among other environmentally relevant workflows in the same environment (the GEOSS portal) with global visibility is an advantage for the user. The user can indeed easily access various scientific workflows in the same interface without needing to take care of the input data availability that is automatically downloaded and processed. As an example, combining the results of geographic accessibility to green spaces in a city with urban heat islands analysis in a same user interface might be relevant in the context of climate change adaptation. 4.2. Data issues Input data play a crucial role in accessibility modeling, [ 16 ] and it is necessary to make informed comparisons and choices before making any new analysis. The AccessMod framework uses by default well known global authoritative data sources that have been proven suitable for accessibility modeling: Shuttle Radar Topography Mission (SRTM)[ 23 ] for Digital Elevation Model; Copernicus Global Land Cover[ 31 ] for land cover; Worldpop[ 24 ] for population distribution; OpenStreetMap (OSM)[ 32 ] for rivers, lakes, roads and green spaces; ESRI urban areas [ 25 ] for cities delineation. As the travel scenario needs to attribute a specific speed on each road and landcover category, a default scenario 25 is used for any town and corresponds to OSM roads categories. Although these are well-known and trustful datasets, other datasets might be added in the future, for example to use alternative population distribution layer or urban areas. This workflow shows not only the benefits of open data used here, but also the importance of citizen science projects such as OSM that provide the grounds towards urban assessment and planning (in this case accessibility to urban green spaces). The chaining of such open data, its combination with citizen science and global exposition through open workflows available on a Global Earth Observations platform is a step towards more open and replicable/reusable science for public benefits. 4.3. Limitations Several limitations need to be taken into consideration in the current version of the AccessMod framework: AccessMod is a raster-based tool that has been developed in contexts where the population travels mostly off roads. In urban contexts, a vector approach (e.g. network analyst) would be more appropriate but raises other challenges such as a network perfectly connected. The AccessMod framework approach presented here simplifies the travel network but allows travel off-roads, which is relevant for analyzing the geographical accessibility to urban green spaces. The analysis is currently restricted to a limited number of cities worldwide 26 . This is mainly due to the lack of computational resources required if the workflow should be run on-the-fly further to users' demand. Currently, the user cannot change many parameters, and it might be useful in certain cases to modify either some input data (e.g. the population layer used) or the travel scenario. The possibility to work with several scenarios might be of particular importance for cities subject to specific climate conditions such as rainy season, where accessibility can be totally different from dry season. The least-cost path algorithm presumes that an individual will systematically reach the nearest green space from his/her location. This might not necessarily be the reality as one might prefer a big park with recreational features to a small not welcoming green space. 4.4 Perspectives Inclusion of the AccessMod framework in the GEOSS Platform Plus is a first attempt to chain several independent components into a user interface simplified to the extreme for the user. This pilot demonstrates that the concept is feasible, although many improvements can be foreseen. First, a bigger number of cities should become available for accessibility analysis in the AccessMod framework analysis. Although this pilot focused on accessibility to green spaces in urban environments, the same concept can be extended to many other service points that would greatly benefit from easy modeling of accessibility in a given country/region, such as: accessibility to water points in a given country/region; accessibility to schools; accessibility to health services, etc. If most of the input data will be identical when using AccessMod (DEM, landcover, population distribution, rivers, lakes, roads), only the target service distribution layer (e.g. schools, water points, health services instead of green spaces) and travel scenario(s) should be differentiated, but the workflow remains identical. The inclusion of vector analysis possibilities into the AccessMod framework would be an added-value to keep the advantages of the off-roads travel consideration currently available in AccessMod, while adding more precision for travel in urban environments. This would however represent an additional challenge in terms of input data quality necessary for network analysis, which is a bottleneck in many countries. Finally, having the flexibility to modify some parameters (e.g. running the analysis with other travel scenarios, choosing alternative input layers) would allow us to better consider the reality of the ground. This flexibility could also enhance the workflow’s usefulness for policy-making, for example by simulating accessibility improvements under different development scenarios, such as adding new green spaces, modifying transport networks, or adjusting travel modes. Such “what-if” analyses would provide decision-makers with evidence-based insights on how specific interventions could improve accessibility, while maintaining the advantages of pre-processed input data and automated computation. Implementing these capabilities, however, requires on-demand processing infrastructure, as it is not feasible to pre-process all possible scenarios for every thematic or geography. 5. Conclusions This paper describes a first innovative attempt to have a complete workflow to quantify accessibility to given features (in this example to urban green spaces in urban environments) using an extremely simple interface. Despite limitations, this approach opens the way to a wider use of such tools by non-expert people for evidence-based decisions such as urban planning. This same approach can be used for many other thematics (e.g. geographic accessibility to health services in a given country). However, this highlights the importance of the availability of widely recognized datasets (e.g. OpenStreetMap, WorldPop, Copernicus land cover, etc.) for automated workflows, but also highlights the limitations of global models, that need to be customized (e.g. for the travel scenarios that are different among cities or countries regions). This successful use case is an encouragement to overcome the barriers mentioned and to further improve the workflow by adding additional interaction possibilities, possibly through other thematics and geographies to confront the diversity of realities as much as possible. Declarations Acknowledgements The authors would like to acknowledge the European Commission “Horizon 2020” that funded the GEOSS Platform Plus project (Grant Agreement no. 101039118) and the European Space Agency (ESA). Author contributions: CRediT YG: Conceptualization, Methodology, Formal analysis, Writing–original draft, Writing - Review & Editing, Visualization. NR: Writing - Review & Editing, Supervision. PL: Writing - Review & Editing, Resources. FM: Software, Resources, Visualization. PT: Software, Resources, data curation. MS: Software, Resources. PM: Resources. GG: Conceptualization, Methodology, Formal analysis, Writing - Review & Editing, Supervision, Project administration, Funding acquisition. Funding sources European Commission “Horizon 2020”; GEOSS Platform Plus project (Grant Agreement no. 101039118). Data availability statements All data supporting the findings of this work are freely and openly available through the URLs indicated in the paper. Disclosure statement No potential conflict of interest was reported by the author(s). References Ray, N. and S. Ebener, AccessMod 3.0: computing geographic coverage and accessibility to health care services using anisotropic movement of patients . International journal of health geographics, 2008. 7(1): p. 63. Organization, W.H., Assessing the value of urban green and blue spaces for health and well-being . 2023, World Health Organization. Regional Office for Europe. Giuliani, G., et al., Modelling Accessibility to Urban Green Areas Using Open Earth Observations Data: A Novel Approach to Support the Urban SDG in Four European Cities . Remote Sensing, 2021. 13(3): p. 422. Wigley, A.S., et al., Measuring the availability and geographical accessibility of maternal health services across sub-Saharan Africa . BMC Medicine, 2020. 18(1): p. 237. Sy, Z., et al., Optimization of the emergency obstetric and neonatal care network in Benin through expert-based sub-national prioritizations . Frontiers in Global Women's Health, 2024. 5. Macharia, P.M., et al., Measuring geographic access to emergency obstetric care: a comparison of travel time estimates modelled using Google Maps Directions API and AccessMod in three Nigerian conurbations . Geospatial Health, 2024. 19(1). Banke-Thomas, A., et al., Inequalities in geographical access to emergency obstetric and newborn care . Bull World Health Organ, 2024. 102(11): p. 837–839. Ouma, P., et al., Methods of measuring spatial accessibility to health care in Uganda , in Practicing health geography: The african context . 2021, Springer. p. 77–90. Joseph, N.K., et al., Spatial access inequities and childhood immunisation uptake in Kenya . BMC Public Health, 2020. 20(1): p. 1407. Ochoa, C., et al., Vulnerability to snakebite envenoming and access to healthcare in the Terai region of Nepal: a geospatial analysis . The Lancet Regional Health - Southeast Asia, 2023. 9: p. 100103. Macharia, P.M., et al., Modelling geographic access and school catchment areas across public primary schools to support subnational planning in Kenya . Children's Geographies, 2023. 21(5): p. 832–848. Simonin, V., et al., Present and Future Drinking Water Security and Its Impacts on Maternities: A Multi-Scale Assessment of Sudan. LID – 10.3390/ijerph20032204 [doi] LID – 2204. (1660–4601 (Electronic)). Hierink, F., et al., Modelling geographical accessibility to support disaster response and rehabilitation of a healthcare system: an impact analysis of Cyclones Idai and Kenneth in Mozambique . BMJ Open, 2020. 10(11): p. e039138. Chênes, C., G. Giuliani, and N. Ray, Modelling physical accessibility to public green spaces in Switzerland to support the SDG11 . Geomatics, 2021. 1(4): p. 383–398. Organization, W.H., Ending preventable maternal mortality (EPMM): a renewed focus for improving maternal and newborn health and well-being , in Ending preventable maternal mortality (EPMM): a renewed focus for improving maternal and newborn health and well-being . 2021. Hierink, F., et al., Differences between gridded population data impact measures of geographic access to healthcare in sub-Saharan Africa . Communications Medicine, 2022. 2(1): p. 117. Timoner, P., et al., inAccessMod: An R package to automate data downloading and processing for AccessMod . Journal of Open Source Software, 2024. 9(93): p. 5879. Edwin, N.M., Software frameworks, architectural and design patterns . Journal of Software Engineering and Applications, 2014. 7(8): p. 670–678. Giuliani, G., et al., Knowledge generation using satellite earth observations to support sustainable development goals (SDG): A use case on Land degradation . International Journal of Applied Earth Observation and Geoinformation, 2020. 88: p. 102068. Santoro, M., P. Mazzetti, and S. Nativi The VLab Framework: An Orchestrator Component to Support Data to Knowledge Transition . Remote Sensing, 2020. 12, DOI: 10.3390/rs12111795 . GEO Knowledge Hub . Available from: https://gkhub.earthobservations.org/ Runfola, D., et al., geoBoundaries: A global database of political administrative boundaries . PLOS ONE, 2020. 15(4): p. e0231866. USGS. Shuttle Radar Topography Mission . 2010 [cited 2014 2014-11-15]; Available from: http://srtm.usgs.gov/ . Tatem, A.J., WorldPop, open data for spatial demography . Scientific data, 2017. 4(1): p. 1–4. ESRI, World Urban Areas dataset , ESRI, Editor. 2021, ESRI. Tobler, W., Three presentations on geographical analysis and modeling: Non-isotropic geographic modeling; speculations on the geometry of geography; and global spatial analysis (93 – 1). 1993. Austin, C. Bike calculator . 2012 [cited 2025; Available from: www.BikeCalculator.com Ceola, S., et al., Virtual laboratories: new opportunities for collaborative water science . Hydrol. Earth Syst. Sci., 2015. 19(4): p. 2101–2117. Nativi, S., P. Mazzetti, and M. Santoro. FROM DATA TO KNOWLEDGE: THE VIRTUAL LABORATORY . in CONFERENCE PROCEEDINGS OF THE CNR-INSTITUTE OF ATMOSPHERIC POLLUTION RESEARCH . 2018. Ahmed, M., R. Seraj, and S.M. Islam The k-means Algorithm: A Comprehensive Survey and Performance Evaluation . Electronics, 2020. 9, DOI: 10.3390/electronics9081295 . Buchhorn, M., et al. Copernicus Global Land Cover Layers—Collection 2 . Remote Sensing, 2020. 12, DOI: 10.3390/rs12061044 . Haklay, M. and P. Weber, Openstreetmap: User-generated street maps . IEEE Pervasive computing, 2008. 7(4): p. 12–18. Footnotes [1] https://github.com/unige-geohealth/accessmod [2] https://www.accessmod.org/ [3] https://github.com/ptimoner/AMRemote/tree/main [4] https://github.com/unige-geohealth/inAccessMod [5] https://github.com/unige-geohealth/inAccessMod/blob/main/vignettes/Tutorial.Rmd [6] https://land.copernicus.eu/ [7] https://www.openstreetmap.org/ [8] https://www.openstreetmap.org/ [9] https://www.openstreetmap.org/ [10] https://github.com/unige-geohealth/accessmod/releases [11] https://github.com/ptimoner/AMRemote/tree/main [12] https://vlab.geodab.org/ [13] https://essilab.atlassian.net/wiki/spaces/VTD/overview [14] https://gkhub.earthobservations.org/ [15] https://github.com/unige-geohealth/accessmod_gpp [16] https://github.com/unige-geohealth/accessmod_gpp/blob/main/01_get_data/main.R [17] https://github.com/unige-geohealth/inAccessMod/tree/main/R [18] https://github.com/unige-geohealth/accessmod_gpp/blob/main/03_create_start_points/get_osm_data.R [19] https://github.com/unige-geohealth/accessmod_gpp/blob/main/04_travel_time/project_create.R [20] https://github.com/unige-geohealth/accessmod_gpp/blob/main/04_travel_time/travel_time.R [21] https://essilab.atlassian.net/wiki/spaces/VLAB/pages/5701839/Publish+a+model+from+a+Git+repository [22] https://github.com/unige-geohealth/accessmod_gpp [23] https://vlab.geodab.org/workflows [24] https://gpp.uat.esaportal.eu/ [25] https://github.com/unige-geohealth/accessmod_gpp/blob/main/assets/scenario_default.json [26] https://accessmod.mapx.org/get_list_locations Additional Declarations No competing interests reported. Cite Share Download PDF Status: Under Review Version 1 posted Reviewers agreed at journal 27 Jan, 2026 Reviews received at journal 04 Dec, 2025 Reviews received at journal 28 Nov, 2025 Reviewers agreed at journal 19 Nov, 2025 Reviewers agreed at journal 17 Nov, 2025 Reviewers invited by journal 17 Nov, 2025 Editor assigned by journal 29 Oct, 2025 Submission checks completed at journal 10 Oct, 2025 First submitted to journal 09 Oct, 2025 You are reading this latest preprint version Research Square lets you share your work early, gain feedback from the community, and start making changes to your manuscript prior to peer review in a journal. As a division of Research Square Company, we’re committed to making research communication faster, fairer, and more useful. We do this by developing innovative software and high quality services for the global research community. Our growing team is made up of researchers and industry professionals working together to solve the most critical problems facing scientific publishing. Also discoverable on Platform About Our Team In Review Editorial Policies Advisory Board Help Center Resources Author Services Accessibility API Access RSS feed Manage Cookie Preferences © Research Square 2026 | ISSN 2693-5015 (online) Privacy Policy Terms of Service Do Not Sell My Personal Information {"props":{"pageProps":{"initialData":{"identity":"rs-7820101","acceptedTermsAndConditions":true,"allowDirectSubmit":false,"archivedVersions":[],"articleType":"Research Article","associatedPublications":[],"authors":[{"id":527713449,"identity":"ad0a31cb-f3c4-41c5-a075-01abe93f6fbb","order_by":0,"name":"Yaniss Guigoz","email":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAAyAQMAAABI0h/eAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABAUlEQVRIiWNgGAWjYJCCA2CSGURUMDCwgWjGBqK1nCFSCwIwtsEYeLQYHD978OCPPwx2G46zX3z4c97hPD7+xQcYfu7Ao+VMXsJh3jaG5A2HeYoNJLcdLmaTeJbA2HsGj5YDOQaHgc5INjjMkyZhuO1wYpvEGQNmuAuxaTn/xgDkMIiWxDkgLec/4NdyI8fgAA8bg53BYfZjEgcbgFr4exjwapG88cYA6BeJBMnDPMyGDcfSgbawGRzsxaOF73yO8ccff2zs+c4ff/jwR4114vz+ww8f/MSjReEAmJJIbGDgMYAISSRAIxcHkG+A0PYMDOwPIEx+vBpGwSgYBaNgBAIAx3haLkwkdL0AAAAASUVORK5CYII=","orcid":"","institution":"University of Geneva","correspondingAuthor":true,"prefix":"","firstName":"Yaniss","middleName":"","lastName":"Guigoz","suffix":""},{"id":527713450,"identity":"016cf086-3319-4d57-bc82-d48dc12aebe0","order_by":1,"name":"Nicolas Ray","email":"","orcid":"","institution":"University of Geneva","correspondingAuthor":false,"prefix":"","firstName":"Nicolas","middleName":"","lastName":"Ray","suffix":""},{"id":527713453,"identity":"99e97d89-d5ba-4263-86ff-87eab62ad171","order_by":2,"name":"Pierre Lacroix","email":"","orcid":"","institution":"University of Geneva","correspondingAuthor":false,"prefix":"","firstName":"Pierre","middleName":"","lastName":"Lacroix","suffix":""},{"id":527713455,"identity":"356ad42b-e719-4a51-b4f2-deb66f0049ab","order_by":3,"name":"Frederic Moser","email":"","orcid":"","institution":"University of Geneva","correspondingAuthor":false,"prefix":"","firstName":"Frederic","middleName":"","lastName":"Moser","suffix":""},{"id":527713458,"identity":"7dea63b8-66db-4c0e-81b1-5dbeb10ff7ae","order_by":4,"name":"Pablo Timoner","email":"","orcid":"","institution":"University of Geneva","correspondingAuthor":false,"prefix":"","firstName":"Pablo","middleName":"","lastName":"Timoner","suffix":""},{"id":527713463,"identity":"a1ddebc2-ad5d-4730-9ebd-04bde339e978","order_by":5,"name":"Mattia Santoro","email":"","orcid":"","institution":"National Research Council of Italy (CNR)","correspondingAuthor":false,"prefix":"","firstName":"Mattia","middleName":"","lastName":"Santoro","suffix":""},{"id":527713464,"identity":"79ad8734-f001-4a26-8e3e-b35794573928","order_by":6,"name":"Paolo Mazzetti","email":"","orcid":"","institution":"National Research Council of Italy (CNR)","correspondingAuthor":false,"prefix":"","firstName":"Paolo","middleName":"","lastName":"Mazzetti","suffix":""},{"id":527713467,"identity":"0fc1d61d-8959-4647-9a3f-7f7269652741","order_by":7,"name":"Gregory Giuliani","email":"","orcid":"","institution":"University of Geneva","correspondingAuthor":false,"prefix":"","firstName":"Gregory","middleName":"","lastName":"Giuliani","suffix":""}],"badges":[],"createdAt":"2025-10-09 17:38:24","currentVersionCode":1,"declarations":"","doi":"10.21203/rs.3.rs-7820101/v1","doiUrl":"https://doi.org/10.21203/rs.3.rs-7820101/v1","draftVersion":[],"editorialEvents":[],"editorialNote":"","failedWorkflow":false,"files":[{"id":93843669,"identity":"0cc1c811-2be9-40ad-9f8f-3cf7bcface35","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"docx","order_by":0,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":4693903,"visible":true,"origin":"","legend":"","description":"","filename":"GPPAccessModframeworksoumission.docx","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/81180bc994a35d96ad57e534.docx"},{"id":93842860,"identity":"87d72102-1911-409a-9f97-c4c6e895ac3b","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"json","order_by":1,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":9282,"visible":true,"origin":"","legend":"","description":"","filename":"58f6b4380e654fae8b5f0d521319ad1f.json","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/433d0cf5bb91b18e4ca4b513.json"},{"id":93844141,"identity":"ba0f9ff1-0bcf-498a-a558-b0e0b947fb80","added_by":"auto","created_at":"2025-10-18 14:38:58","extension":"xml","order_by":2,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":105215,"visible":true,"origin":"","legend":"","description":"","filename":"58f6b4380e654fae8b5f0d521319ad1f1enriched.xml","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/3ad199d8243559bc9c555432.xml"},{"id":93844143,"identity":"bef18357-ac82-474d-8f3b-5bdbb6cf1e4e","added_by":"auto","created_at":"2025-10-18 14:38:58","extension":"png","order_by":3,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":644407,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage1.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/9b5144f175ed88e77b180b09.png"},{"id":93842869,"identity":"7d244f34-5830-4e48-8920-549355837a13","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":4,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":1253674,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage10.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/04d219c79afb6199af0cbacb.png"},{"id":93844393,"identity":"c0f4cbf6-5e17-4e50-9d5a-ce269bcb827f","added_by":"auto","created_at":"2025-10-18 14:46:58","extension":"png","order_by":5,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":42397,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage11.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/e966d152e5491681938e5223.png"},{"id":93842875,"identity":"99ad4b45-3f5e-4094-a11b-314aa3cf7817","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":6,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":325757,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage12.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/46ec2126b2a97226a49dadd5.png"},{"id":93842879,"identity":"b43fb067-dbec-4027-a95e-1db1ed311c73","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":7,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":189755,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage13.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/6ef742526df8060aeefbd571.png"},{"id":93843675,"identity":"099e5a1e-261b-4f68-b95c-f4f75b1a6fb1","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":8,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":20093,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage2.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/392aa3be926361668db53ff3.png"},{"id":93842888,"identity":"1b8565e2-938a-4017-b0c8-d8bba1599195","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":9,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":48018,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage3.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/0285eff4547cf94681486aea.png"},{"id":93844148,"identity":"81dce5fd-ef80-4a63-96c7-8bec3b38bd53","added_by":"auto","created_at":"2025-10-18 14:38:59","extension":"png","order_by":10,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":725133,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage4.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/e5cfa4618f29aeeb7d7775d9.png"},{"id":93842880,"identity":"d05d4ecd-e56c-43af-a160-c677226024f7","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":11,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":258974,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage5.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/3b7d8a7a192b1a57b8a1358f.png"},{"id":93843685,"identity":"2ecbdd0d-fbb2-4855-b40b-818255ef0998","added_by":"auto","created_at":"2025-10-18 14:30:59","extension":"png","order_by":12,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":371997,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage6.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/8557935f277526adc2db1a05.png"},{"id":93842886,"identity":"915a5ef1-6271-4f12-951b-309353659e58","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":13,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":536150,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage7.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/c2e48db90c45552a7349afaa.png"},{"id":93842883,"identity":"6b4db939-8fd7-45ad-b52d-6b974828bf93","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":14,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":68470,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage8.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/4a99951e6620505668d9dae3.png"},{"id":93844395,"identity":"0f41ed52-698c-42df-bb7e-71d34d27462a","added_by":"auto","created_at":"2025-10-18 14:46:59","extension":"png","order_by":15,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":114752,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage9.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/447e53c68ca37e64e0787efb.png"},{"id":93842902,"identity":"4566bb32-de3a-4ce2-8e87-1d99aa806152","added_by":"auto","created_at":"2025-10-18 14:22:59","extension":"png","order_by":16,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":83451,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage1.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/f15bee24b8ab4b290c340baa.png"},{"id":93844144,"identity":"16765a13-7e1a-4756-bef0-a7e8224a9276","added_by":"auto","created_at":"2025-10-18 14:38:58","extension":"png","order_by":17,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":186371,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage10.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/ba3cab2028401c0e8a141eb3.png"},{"id":93842896,"identity":"ad679c57-aa72-43ec-b573-6a6b6216ac39","added_by":"auto","created_at":"2025-10-18 14:22:59","extension":"png","order_by":18,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":12872,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage11.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/9713a05b53774b5eb1059bf9.png"},{"id":93842904,"identity":"8846fbe3-90e2-43fc-bd19-5efef3f4c9b5","added_by":"auto","created_at":"2025-10-18 14:22:59","extension":"png","order_by":19,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":55522,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage12.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/575b3ec36b236ec0d80c86bf.png"},{"id":93842901,"identity":"3bbef87d-38c7-4f52-8280-9ddf1ef9b51b","added_by":"auto","created_at":"2025-10-18 14:22:59","extension":"png","order_by":20,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":58987,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage13.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/c44e937b3a09724212c089e9.png"},{"id":93843676,"identity":"188f2478-6449-45b4-b3ad-38b060d41782","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":21,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":4027,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage2.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/78e44b8cc258b0b0a795d748.png"},{"id":93844394,"identity":"072fe442-3c32-4f12-aab0-9ba70a387cd9","added_by":"auto","created_at":"2025-10-18 14:46:58","extension":"png","order_by":22,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":21871,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage3.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/d373408e3024b38189595517.png"},{"id":93842885,"identity":"16eb113e-34eb-4dbf-a0bb-ed0ed6c3f711","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":23,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":102786,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage4.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/0f5204cd8ca2decf045bf896.png"},{"id":93842884,"identity":"bafbd140-06b4-47a7-9f54-27d2d1689133","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":24,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":63320,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage5.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/367624ff6538e7bd24ef9836.png"},{"id":93844145,"identity":"1a61a89b-f0af-4061-ac5d-20c3dcf4c20b","added_by":"auto","created_at":"2025-10-18 14:38:58","extension":"png","order_by":25,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":90811,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage6.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/b32397665f80cd47d593643d.png"},{"id":93843677,"identity":"397e4a75-e24b-4dae-83c1-55686e287b24","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":26,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":100837,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage7.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/2c36d5d8afa7b2a1aafaa59e.png"},{"id":93843681,"identity":"d6ab7a88-86ee-485f-9a26-ce9b3972e3f6","added_by":"auto","created_at":"2025-10-18 14:30:59","extension":"png","order_by":27,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":19674,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage8.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/c76ca1542c20a6c470a375ac.png"},{"id":93842891,"identity":"614c042a-ef90-49b2-995f-a63a4e0b36e6","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":28,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":32013,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage9.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/7a2a744fb718cce83c829618.png"},{"id":93843679,"identity":"751f48fe-0860-4e6e-be1a-7dde13c0dcf5","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"xml","order_by":29,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":103059,"visible":true,"origin":"","legend":"","description":"","filename":"58f6b4380e654fae8b5f0d521319ad1f1structuring.xml","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/305d102a7aa17a48627ee660.xml"},{"id":93842898,"identity":"454d2f25-0a82-4dd8-abeb-e836558bd64b","added_by":"auto","created_at":"2025-10-18 14:22:59","extension":"html","order_by":30,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":121812,"visible":true,"origin":"","legend":"","description":"","filename":"earlyproof.html","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/ca96e8bf40005718bdab93b6.html"},{"id":93843665,"identity":"0cb91651-7b33-496f-8b6c-0904aa835799","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":1,"title":"Figure 1","display":"","copyAsset":false,"role":"figure","size":644407,"visible":true,"origin":"","legend":"\u003cp\u003esummary of the assemblage of existing software components into a single framework\u003c/p\u003e","description":"","filename":"image1.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/b7d3ae7d46f5a20396c50bf9.png"},{"id":93842862,"identity":"bdd743a4-c887-4f94-a0bb-2b62a98fcce4","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":2,"title":"Figure 2","display":"","copyAsset":false,"role":"figure","size":21830,"visible":true,"origin":"","legend":"\u003cp\u003efeatures' centroids creation for use as accessibility starting points\u003c/p\u003e","description":"","filename":"image2.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/933a67f6fc9f1ac276d5349c.png"},{"id":93843666,"identity":"ddabf0d0-aee2-414f-8cb5-4865f2c49bce","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":3,"title":"Figure 3","display":"","copyAsset":false,"role":"figure","size":48018,"visible":true,"origin":"","legend":"\u003cp\u003ebasic screen of the ./start.sh script of the AccessMod frameworkapplication\u003c/p\u003e","description":"","filename":"image3.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/a7968c99c1e966c1d1d550a5.png"},{"id":93843671,"identity":"aefe559c-af40-4f0c-877f-5640c42a04d2","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":4,"title":"Figure 4","display":"","copyAsset":false,"role":"figure","size":725133,"visible":true,"origin":"","legend":"\u003cp\u003eVarious formats of the resulting travel time raster: a) and b) showing respectively .img and .tif black and white versions of the travel time (minutes) from each cell to the nearest point; c), d) and e) showing the same information in colored version but in .png format (d) or in .tif format non-projected (c) or projected (e)\u003c/p\u003e","description":"","filename":"image4.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/152e7d0e50faf0772f752b60.png"},{"id":93842864,"identity":"a4c7acfb-2175-4154-9835-941c89aa9c02","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":5,"title":"Figure 5","display":"","copyAsset":false,"role":"figure","size":258974,"visible":true,"origin":"","legend":"\u003cp\u003ethe population coverage having access to green areas in a given city by travel time (minutes). In the table, the “zone” column corresponds to the number of minutes; the “sum” column corresponds to the population number covered in the given time (zone); the “cumSum” column shows the addition of population covered for each time (zone) threshold. The graph is a visual representation of this same information.\u003c/p\u003e","description":"","filename":"image5.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/fe7896bd67782180409d7f78.png"},{"id":93842874,"identity":"107bafd5-d5be-4877-a7e3-b07cf6f07a11","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":6,"title":"Figure 6","display":"","copyAsset":false,"role":"figure","size":371997,"visible":true,"origin":"","legend":"\u003cp\u003ethe raster cost allocation layer\u003c/p\u003e","description":"","filename":"image6.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/73b866808da0c4729c007167.png"},{"id":93843674,"identity":"6aef0794-089b-4771-8a6c-d108ef3d4013","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":7,"title":"Figure 7","display":"","copyAsset":false,"role":"figure","size":536150,"visible":true,"origin":"","legend":"\u003cp\u003ethe raster showing the roads categories\u003c/p\u003e","description":"","filename":"image7.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/efea63bd2b6df41a1b9523db.png"},{"id":93842877,"identity":"9b877e5e-8147-4e1d-b008-39e71090bc9a","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":8,"title":"Figure 8","display":"","copyAsset":false,"role":"figure","size":68470,"visible":true,"origin":"","legend":"\u003cp\u003eAccessibility analysis launch window in the Vlab\u003c/p\u003e","description":"","filename":"image8.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/8cda98f3530e450302ab8f79.png"},{"id":93843667,"identity":"c17c2acd-3dec-4dec-ae07-b65039936ae7","added_by":"auto","created_at":"2025-10-18 14:30:58","extension":"png","order_by":9,"title":"Figure 9","display":"","copyAsset":false,"role":"figure","size":114752,"visible":true,"origin":"","legend":"\u003cp\u003eAccessibility analysis result window in the VLab\u003c/p\u003e","description":"","filename":"image9.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/a1e219f7caf1a42e30afc26f.png"},{"id":93842889,"identity":"52a9b23e-fb00-4cbd-8cd4-09734705e931","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":10,"title":"Figure 10","display":"","copyAsset":false,"role":"figure","size":1253674,"visible":true,"origin":"","legend":"\u003cp\u003eThe GEOSS portal interface allowing to search for the term “green” and resulting with a service “SDG11.7 Urban Green Spaces”\u003c/p\u003e","description":"","filename":"image10.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/f1ab17f042ad8744cad93018.png"},{"id":93844140,"identity":"63f4a14b-8bb1-4b97-b495-8f5d4adc48a1","added_by":"auto","created_at":"2025-10-18 14:38:58","extension":"png","order_by":11,"title":"Figure 11","display":"","copyAsset":false,"role":"figure","size":42397,"visible":true,"origin":"","legend":"\u003cp\u003ethe workflow analysis launch\u003c/p\u003e","description":"","filename":"image11.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/c937b89ba7bcb27c8d116f6d.png"},{"id":93842882,"identity":"25a31078-4698-4f60-b4e2-5f0f74b57ce1","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":12,"title":"Figure 12","display":"","copyAsset":false,"role":"figure","size":303628,"visible":true,"origin":"","legend":"\u003cp\u003eDashboard showing the accessibility analysis result in the GEOSS platform\u003c/p\u003e","description":"","filename":"image12.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/54c7c16a0c51e1ef7e03474f.png"},{"id":93842881,"identity":"6a648f03-c508-40d4-9e7e-35cf07a70ce1","added_by":"auto","created_at":"2025-10-18 14:22:58","extension":"png","order_by":13,"title":"Figure 13","display":"","copyAsset":false,"role":"figure","size":189755,"visible":true,"origin":"","legend":"\u003cp\u003eAccessMod framework available as a knowledge package in the GEO Knowledge Hub\u003c/p\u003e","description":"","filename":"image13.png","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/82390cd7cad18a1d56c55c3e.png"},{"id":93845008,"identity":"3533f0d9-0b48-4474-88da-13c703437b49","added_by":"auto","created_at":"2025-10-18 14:55:01","extension":"pdf","order_by":0,"title":"","display":"","copyAsset":false,"role":"manuscript-pdf","size":4518237,"visible":true,"origin":"","legend":"","description":"","filename":"manuscript.pdf","url":"https://assets-eu.researchsquare.com/files/rs-7820101/v1/0ee422b2-46ea-402a-a33f-52d9c4ac480e.pdf"}],"financialInterests":"No competing interests reported.","formattedTitle":"Automated modeling of geographical accessibility using the AccessMod framework","fulltext":[{"header":"Highlights","content":"\u003cul\u003e\n\u003cli\u003eChaining of separate components into a single framework to compute geographic accessibility\u003c/li\u003e\n\u003cli\u003eFramework\u0026rsquo;s exposition on the Internet through a virtual laboratory to lower usability barriers\u003c/li\u003e\n\u003cli\u003eUse case for accessibility to green spaces in urban environments, using the city of Yerevan , Armenia, as an example\u003c/li\u003e\n\u003cli\u003eAdvantages of simplified access to geographic accessibility modelling through a single framework over the Internet\u003c/li\u003e\n\u003c/ul\u003e"},{"header":"1. Introduction","content":"\u003cp\u003eOur societies are increasingly shaped around the concept of efficiency at all levels, which is the case for accessibility to services. Although the concept of accessibility can be approached from several angles (e.g. financial, social, geographical) [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e], we focus in this paper on the geographic aspect of accessibility, that allows to measure the share of a target population covered by a given service (e.g. healthcare, education, recreational areas, etc.). Being able to measure geographic accessibility to a service is important in terms of planning, be it for population well-being [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e, \u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e] or for more critical health emergencies where accessibility time is of vital importance [\u003cspan additionalcitationids=\"CR5 CR6\" citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR7\" class=\"CitationRef\"\u003e7\u003c/span\u003e].\u003c/p\u003e\u003cp\u003eVarious approaches exist for measuring spatial accessibility. [\u003cspan citationid=\"CR8\" class=\"CitationRef\"\u003e8\u003c/span\u003e] describes the six following ones:\u003c/p\u003e\u003cp\u003e\u003cul\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eProvider-to-population ratio\u003c/b\u003e, that calculates accessibility as a ratio between some relevant variables (number of beds, of doctors, of health facilities, etc.) and the population of a given area;\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eEuclidian distance\u003c/b\u003e, that measures accessibility as a distance in straight-line from a residence to the health facility;\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eGravity models\u003c/b\u003e that combine availability and accessibility of facilities;\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eKernel density\u003c/b\u003e, that defines a sphere of influence around a health service provider by interpolation;\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eNetwork analysis\u003c/b\u003e, that calculate optimized travel time or distance to the nearest service provider by considering the roads and transportation network;\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003e\u003cb\u003eCost distance analyses\u003c/b\u003e, that computes a \u0026ldquo;cost surface\u0026rdquo; based on input data layers (roads, elevation, land cover, etc.) for a given area, that is combined in turn with a layer of health facilities to obtain a least-cost path layer from any part of the surface to the facilities.\u003c/p\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/p\u003e\u003cp\u003eAmong these different approaches, the cost distance has several advantages: by considering travel time rather than distance, it is more representative of the reality; it allows to consider travel not only in a network but on any type of land cover over the studied surface, which is often the case in sub-saharan Africa; using regularly updated input datasets (e.g. roads, facilities) allows to regularly re-assess geographical accessibility of the studied area.\u003c/p\u003e\u003cp\u003eSeveral tools exist to support the calculation of geographic accessibility to a given service. As a non-exhaustive list, we can distinguish in a first category the leading Geographic Information System (GIS) Software such as ArcGIS and QGIS, that give access to specific tools or plugins such as ArcGIS Network Analyst, ArcGIS Urban, TravelTime, QNEAT3. We can mention as a second category some specialized tools (generally desktop) for accessibility analysis such as AccessMod[\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e] and NetworkX. Finally, a third category consists in Application Programming Interfaces (APIs) such as Google Maps API, OpenRouteService, HERE API, that provide online accessibility analyses services.\u003c/p\u003e\u003cp\u003eAmong these various tools allowing to analyze accessibility, AccessMod\u003csup\u003e1\u003c/sup\u003e has the following advantages: (1) it is an official WHO tool, (2) it can be run on all operating systems as a standalone application, (3) it is a free and open source software with a user manual and tutorial\u003csup\u003e2\u003c/sup\u003e, (4) it uses a travel-time cost-distance approach. Moreover, it has already been successfully applied in several health domains such as maternal health [\u003cspan citationid=\"CR5\" class=\"CitationRef\"\u003e5\u003c/span\u003e, \u003cspan citationid=\"CR6\" class=\"CitationRef\"\u003e6\u003c/span\u003e], immunization [\u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e], and snakebite vulnerability [\u003cspan citationid=\"CR10\" class=\"CitationRef\"\u003e10\u003c/span\u003e], but also in other areas such as accessibility to schools [\u003cspan citationid=\"CR11\" class=\"CitationRef\"\u003e11\u003c/span\u003e], drinking water [\u003cspan citationid=\"CR12\" class=\"CitationRef\"\u003e12\u003c/span\u003e], accessibility pressure due to natural hazards [\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e], or accessibility to green spaces [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e, \u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e].\u003c/p\u003e\u003cp\u003eGeographic accessibility modeling tools are a key support to decision-making, but several sequential steps are typically required to obtain the results: data pre-processing; data upload into the tool; accessibility; visualization and export of the results. In certain cases, it is often necessary to compute geographic accessibility regularly over the same area or across various countries for global assessments. This is for example the case for calculating the target4 indicator of the \u0026ldquo;Ending Preventable Maternal Mortality\u0026rdquo; [\u003cspan citationid=\"CR15\" class=\"CitationRef\"\u003e15\u003c/span\u003e], where the threshold of two hours travel time to the nearest health facility has become an international standard to be calculated for each country. For the computation of such repetitive steps, an automated workflow would simplify the procedure and reduce the necessary time and resources needed for calculating geographical accessibility. Furthermore, quality relevant input data can increase the accuracy of the analysis. The selected datasets will have a direct impact on the analysis results (see for example [\u003cspan citationid=\"CR16\" class=\"CitationRef\"\u003e16\u003c/span\u003e] for population), meaning that the input datasets choice should therefore be carefully assessed.\u003c/p\u003e\u003cp\u003eIn a first effort towards automation, a dedicated R package called \u0026ldquo;inAccessMod\u0026rdquo; [\u003cspan citationid=\"CR17\" class=\"CitationRef\"\u003e17\u003c/span\u003e] has been developed to simplify AccessMod input data selection and pre-processing. To further simplify and automatize the use of AccessMod, the \u0026ldquo;AMRemote\u0026rdquo; tool\u003csup\u003e3\u003c/sup\u003e has been developed to implement the AccessMod \u0026ldquo;Replay\u0026rdquo; function, that allows to use AccessMod in command line with an AccessMod project file as input. Such command line analyses can be run on local machines, regular servers or cluster servers, making it possible for AccessMod to compute large datasets and to run many analyses by changing parameter values.\u003c/p\u003e\u003cp\u003eThrough the elements described so far in link with AccessMod, we have different blocks existing for performing geographic accessibility analyses: (1) the inAccessMod R package for data preparation and homogenization; (2) the AccessMod tool for performing accessibility analysis (and several other types of analyses out of scope here); (3) the AccessMod replay function implemented through the AMRemote tool for command line use of AccessMod.\u003c/p\u003e\u003cp\u003eThe combination of these different blocks into a single easy-to-use interface would\u003c/p\u003e\u003cp\u003eallow to take advantage of all the automation efforts done in the inAccessMod package and the AccessMod replay function, opening up the geographic accessibility computation to a larger public.\u003c/p\u003e\u003cp\u003eThe objective of this paper is to describe the workflow that assembles these different pieces to provide a unique entry point for automatizing the calculation of geographic accessibility to a given service. We call it the AccessMod framework in the sense of an \u0026ldquo;integrated collection of components that collaborate to produce a reusable architecture for a family of related applications\u0026rdquo; [\u003cspan citationid=\"CR18\" class=\"CitationRef\"\u003e18\u003c/span\u003e] since the framework chains independent components of AccessMod, each having their own technical specificities and libraries, to form a new integrated product beyond a simple workflow. This paper also proposes a use case to show the benefit of this workflow for other users. To support this objective and to reach the widest audience possible, an entire data value chain from data to knowledge is implemented through the Global Earth Observation System of Systems (GEOSS) [\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e]. GEOSS is a global coordinated network of EO data providers, designed to provide comprehensive, timely, and reliable information about the Earth with the aim to improve decision-making across various. Through the Virtual Laboratory (VLab)[\u003cspan citationid=\"CR20\" class=\"CitationRef\"\u003e20\u003c/span\u003e], it allows: (1) a harmonized discovery and access to heterogenous EO data sources; (2) publishing the AccessMod model and related scientific workflow connecting data and model; (3) executing the implemented workflow; and finally (4) publishing the workflow results using different interfaces (e.g., static download; webservices). To ensure that the implemented approach is replicable and re-usable, all the Knowledge resources (e.g., data, model, documentation, computing resources results \u0026hellip;) are freely and openly shared, curated and organized into a Knowledge package discoverable and accessible from the GEO Knowledge Hub [\u003cspan citationid=\"CR21\" class=\"CitationRef\"\u003e21\u003c/span\u003e] (GKH \u0026ndash;\u003c/p\u003e\u003cp\u003e\u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://gkhub.earthobservations.org\u003c/span\u003e\u003cspan address=\"https://gkhub.earthobservations.org\" targettype=\"URL\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e), an open-source digital repository of open\u003c/p\u003e\u003cp\u003eauthoritative and reproducible knowledge created and operated by the Group on Earth\u003c/p\u003e\u003cp\u003eObservations (GEO).\u003c/p\u003e\u003cp\u003eThe concept of geographic accessibility plays an important role in the achievement of some Sustainable Development Goals (SDG) targets. It is for example the case for SDG targets 3.8 (accessibility to health services), 4.1 (accessibility to schools), 6.1 (accessibility to clean drinking water), 9.1 (accessibility necessary for efficient infrastructures), 11.2 (accessibility to public transportation in urban areas), and 11.7 (accessibility to green and public spaces) where geographic accessibility plays a key role. The theme of accessibility to urban green spaces for some selected cities has been chosen to demonstrate the feasibility of an automatic workflow allowing to calculate accessibility by simply selecting a city. We will first describe the methodology used by: (1) detailing the separate elements that were existing before our intervention; (2) explaining the elements developed during our intervention, to chain the various separate elements; (3) indicate the issues faced during this development and mention the choices made. We will then present the outputs obtained and discuss the advantages, issues, limitations and perspectives opened by the implemented workflow.\u003c/p\u003e"},{"header":"2. Methods","content":"\u003cp\u003eThe AccessMod framework is made of existing but separate elements that have been assembled into a single framework. This framework is then exposed on the Internet thanks to the use of a virtual laboratory that transforms it into an integrated and transparent service.\u003c/p\u003e\n\u003cdiv id=\"Sec3\" class=\"Section2\"\u003e\n\u003ch2\u003e2.1 Software components available separately\u003c/h2\u003e\n\u003cp\u003eThe following tools exist separately:\u003c/p\u003e\n1.The \u003cstrong\u003einAccessMod\u003c/strong\u003e R package\u003csup\u003e4\u003c/sup\u003e [17] supports automatic data download and pre-processing for use in AccessMod, through R commands. R functions\u003csup\u003e5\u003c/sup\u003e enable automatic download of several geospatial data sets for a user-defined area (country, region): administrative boundaries (source: geoBoundaries[\u003cspan class=\"CitationRef\"\u003e22\u003c/span\u003e]), Digital Elevation Model (source: srtm [\u003cspan class=\"CitationRef\"\u003e23\u003c/span\u003e]), population distribution (source: Worldpop[\u003cspan class=\"CitationRef\"\u003e24\u003c/span\u003e]), landcover (source: Copernicus Global Land Service\u003csup\u003e6\u003c/sup\u003e), roads network (source: OpenStreetMap\u003csup\u003e7\u003c/sup\u003e), rivers (source: OpenStreetMap\u003csup\u003e8\u003c/sup\u003e), water bodies (source: OpenStreetMap\u003csup\u003e9\u003c/sup\u003e) and other potential barriers to movement. It also resamples raster data, aligns rasters, and reprojects all data sets to a common projection.\u003cbr /\u003eIn case the user prefers other data sources not available in the proposed sources, the input can be manually downloaded and subsequently transferred to the project\u0026rsquo;s corresponding directory using a dedicated function from the package prior to processing.\u003cbr /\u003einAccessMod outputs are made of a consistent set of ready-to-use input layers for AccessMod, with same projections and same resolution for rasters.\u003cbr /\u003eFor this use case demonstration, a private fork of the inAccessMod repository has been created and modified allowing analyses to focus specifically on urban areas rather than entire countries. We used the ESRI World Urban Areas dataset [\u003cspan class=\"CitationRef\"\u003e25\u003c/span\u003e] as a vector dataset containing city footprints and names. To our knowledge, it is the only publicly available dataset of this type. When focusing on a specific city, a city extent shapefile is generated by applying an approximate 5 km buffer to the city's boundary. This buffered extent serves as the reference for the project extent, accommodating potential movements outside official city limits, which is pertinent in cases of irregular or extended boundaries. The city shapefile remains applicable for computing population statistics.\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003e2. AccessMod\u003csup\u003e10\u003c/sup\u003e [1] is distributed through three bundles: AccessMod Desktop, AccessMod VirtualBox, and AccessMod Docker. It provides both a graphical user interface and a command-line tool for modeling geographic accessibility. Its core component is a Docker image based on Alpine Linux, which integrates all required dependencies.\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003e3. AccessMod comprises five main analysis modules: (1) Geographic accessibility; (2) Geographic coverage; (3) Referral analysis; (4) Zonal statistics; (5) Scaling-up. In addition to its main analysis modules, AccessMod includes a set of essential tools for preparing and managing data inputs. The landcover merge tool combines land cover, roads, and natural barriers such as rivers and lakes into a single raster layer, while the population alignment tool ensures spatial consistency across demographic and geographic datasets. Other built-in utilities include dataset management, import/export functions, and an interactive facility relocation tool.\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003e4. The analytical workflow begins with the merged landcover layer, which forms the basis for calculating accessibility to or from selected service locations. These calculations rely on one or more travel scenarios that assign transport modes and speeds to each road type or land cover category. The model is implemented through a multi-modal extension of GRASS GIS\u0026rsquo;s r.walk module (r.walk.accessmod). For non-motorized travel modes, slope effects are incorporated using correction functions: Tobler\u0026rsquo;s hiking function for walking [\u003cspan class=\"CitationRef\"\u003e1\u003c/span\u003e, \u003cspan class=\"CitationRef\"\u003e26\u003c/span\u003e], and a cycling function derived from BikeCalculator.com [\u003cspan class=\"CitationRef\"\u003e27\u003c/span\u003e].\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003eThe output of the geographic accessibility module is a raster surface in which each pixel represents travel time to the nearest service location (e.g., a health facility, school, or other point of interest). Based on this \u0026ldquo;travel time\u0026rdquo; layer, further analyses can be conducted, such as zonal statistics, which overlay the population distribution to estimate the proportion of people able to reach a service within a specified time threshold.\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003eAccessMod also provides a \u0026ldquo;replay\u0026rdquo; function, which enables analyses to be executed from the command line once all datasets have been loaded into a project. This function relies on two files: the project archive (.am5p), and the config.json, a parameter file that is updated after each analysis to ensure reproducibility. The configuration file can also be edited programmatically to fine-tune analyses or enable batch execution. Both files can be extracted from a previous analysis through the graphical interface. A companion tool, AMRemote\u003csup\u003e11\u003c/sup\u003e, further streamlines use of the replay function by allowing users to easily call and run analyses.\u003c/div\u003e\n\u003cdiv class=\"Section2\"\u003eIn order to share scientific models over the Internet towards open knowledge, the concept of \u003cstrong\u003evirtual laboratories\u003c/strong\u003e that allow to run workflows of scientific models, offer several advantages such as efficiency, reproducibility and collaboration[\u003cspan class=\"CitationRef\"\u003e28\u003c/span\u003e]. Among the existing virtual laboratories, the Virtual Earth Laboratory (VLab)\u003csup\u003e12\u003c/sup\u003e was developed [\u003cspan class=\"CitationRef\"\u003e20\u003c/span\u003e] [\u003cspan class=\"CitationRef\"\u003e29\u003c/span\u003e] in the framework of several European projects. The VLab \u0026ldquo;provides functionalities for \u003csup\u003e13\u003c/sup\u003e:\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eHarmonized discovery of and access to heterogeneous resources from multiple systems\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublication of scientific workflows developed on heterogenous programming environments\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eRun of scientific workflows developed on heterogenous programming environments\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublication of workflow results\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n5. The Group on Earth Observations (GEO), coordinating the global effort of Earth Observations of co-producing user-driven Earth Intelligence solutions, has been working for a long time on developing a unique access point to environmental data (the GEOSS platform) and more recently to environmental knowledge through the \u003cstrong\u003eGEO Knowledge Hub\u003c/strong\u003e\u003csup\u003e14\u003c/sup\u003e. It is then legitimate to contribute to this global coordinate effort by using the GEO Knowledge Hub [\u003cspan class=\"CitationRef\"\u003e21\u003c/span\u003e] as the unique entry point for running models linked to accessibility.\u003c/div\u003e\n\u003cdiv id=\"Sec4\" class=\"Section2\"\u003e\n\u003ch2\u003e2.2 Integration of the software components into a framework\u003c/h2\u003e\n\u003cp\u003eThe various existing elements described in the previous section have been merged into a single framework called \u0026ldquo;AccessMod framework\u0026rdquo; for chaining the operations described here above, which results in a much easier interaction needed from the end user. This also required additional developments that are described in this section.\u003c/p\u003e\n\u003cdiv id=\"Sec5\" class=\"Section3\"\u003e\n\u003ch2\u003e2.2.1 Creation of the \u003cstrong\u003eAccessMod\u003c/strong\u003e\u003csup\u003e15\u003c/sup\u003e \u003cstrong\u003eframework\u003c/strong\u003e from existing separate software components\u003c/h2\u003e\n\u003cp\u003eThe elements encompassed in the new framework follow a logical order:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e01_get_data\u003c/strong\u003e: The inAccessMod R package is being used to first get the required data\u003csup\u003e16\u003c/sup\u003e and process it automatically into suitable input data (projection, resolution) for AccessMod analysis. The roads, rivers and lakes are downloaded from OpenStreetMap by default\u003csup\u003e17\u003c/sup\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e02_build_merged_landcover\u003c/strong\u003e: the \u0026ldquo;landcover merged\u0026rdquo; layer, essential for further analyses using AccessMod, is automatically created. The source files necessary for the creation of the merged landcover layer are the landcover, the roads, and any barrier to movement (e.g., water bodies).\u003cbr /\u003eA new unique identifier is applied to OpenStreetMap roads categories, all layers are rasterized at the same resolution (100 meters by default). The input layers are then merged into one in the following sequence from top to bottom: roads, water lines, water polygons, landcover.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e03_create_start_points\u003c/strong\u003e: as the thematic for this pilot is the accessibility to green spaces in cities, it is necessary to obtain the features corresponding to green areas of a given area (city selected), to which accessibility will be analyzed. The request\u003csup\u003e18\u003c/sup\u003e consists in extracting from OpenStreetMap the polygons corresponding to parks, natural reserves, grasslands, woods and forests. To comply with AccessMod current limitation to calculate accessibility to points only, each polygon is then represented by a single point corresponding to its centroid. This centroid is calculated by using the k-means algorithm [\u003cspan class=\"CitationRef\"\u003e30\u003c/span\u003e] on the cluster of points forming the polygons.\u003cbr /\u003eIt should be noted that such an automatic function for extracting the start points did not exist so far in AccessMod, as a point shapefile needs to be manually uploaded into AccessMod.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e04_travel_time\u003c/strong\u003e: once the input data is available (previous steps 01 and 03) and the merged landcover is produced (step 02), the next step consists in creating an AccessMod project\u003csup\u003e19\u003c/sup\u003e and to perform the travel time to nearest point analysis\u003csup\u003e20\u003c/sup\u003e using the available data. This is automatically done for a given city in this step, and various outputs are created, that illustrate accessibility.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/div\u003e\n\u003cdiv id=\"Sec6\" class=\"Section3\"\u003e\n\u003ch2\u003e2.2.2 AccessMod framework API\u003c/h2\u003e\n\u003cp\u003eIn addition to the new AccessMod framework Docker image, an \u003cstrong\u003eAccessMod API\u003c/strong\u003e has also been developed for using this application. It means that the AccessMod framework can not only be launched through the shell script, but can also be used through the API either by:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUsing curl commands that allow to directly interact with the API\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eOr using a \u003cstrong\u003eDocker curl wrapper\u003c/strong\u003e that provides a convenient way to interact with the API, especially for environments where curl might not be readily available, or if a consistent behavior across different systems is needed.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThe innovative aspects of AccessMod framework vs the existing AccessMod separate elements are then the following:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eThe standalone elements (inAccessMod, AccessMod, AMRemote and isolated scripts) have been combined into a single AccessMod framework, allowing to perform geographic accessibility analysis through a single tool\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eAn AccessMod API has been developed, that allows to interact with the AccessMod API using curl commands or a Docker wrapper\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eAn automated polygon types extraction from OpenStreetMap and transformation to points has been implemented\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/div\u003e\n\u003cdiv id=\"Sec7\" class=\"Section3\"\u003e\n\u003ch2\u003e2.2.3 Porting of AccessMod on the Virtual Laboratory\u003c/h2\u003e\n\u003cp\u003eThe Virtual Earth Laboratory (VLab) [\u003cspan class=\"CitationRef\"\u003e20\u003c/span\u003e, \u003cspan class=\"CitationRef\"\u003e29\u003c/span\u003e] is a software framework developed to facilitate scientific workflows implementation for supporting knowledge generation and evidence-based decision-making. The main functionalities of VLab include: (i) harmonized discovery of and access to heterogeneous resources from multiple systems, (ii) publication and sharing of scientific models developed on heterogenous programming environments, (iii) execution of scientific workflows developed on heterogenous execution environments (e.g. different cloud platforms, different software libraries, etc.), and (iv) publication and sharing of execution results. VLab functionalities are all available through Web Application Programming Interfaces (APIs), making it possible for the end-users to develop their own applications. When a model is published on VLab, the framework can trigger its execution on a variety of cloud platforms, allowing to seamlessly move the code to the cloud platform where the required input data is hosted. Several tests were executed on different cloud platforms including the European Open Science Cloud (EOSC), the commercial Amazon Web Services (AWS) cloud and most Copernicus DIAS platforms (Creodias, ONDA, Sobloo).\u003c/p\u003e\n\u003cp\u003eVLab was utilized to share the AccessMod framework so that it can ultimately be utilized through VLab Web APIs and run from the GEO Knowledge Hub as a knowledge package. A procedure is described\u003csup\u003e21\u003c/sup\u003e that explains the different steps. As the necessary data and tools are wrapped in a Docker machine, all necessary elements become available in the virtual laboratory for performing the accessibility analysis.\u003c/p\u003e\n\u003cp\u003eThe AccessMod model is available in two different Docker modes:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003eTwo different Docker images (one for data ingestion and one for model execution) can be utilized to run the entire workflow of the AccessMod model.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA wrapper Docker image which acts as a bridge towards a remote server where the AccessMod workflow is executed.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003eCurrently, VLab requires one single docker image to be utilized as the computational environment for a model. Unfortunately, the two Docker images (mode 1) are incompatible and it was not possible to build a single Docker image, therefore this modality was discarded and AccessMod was published on VLab utilizing the wrapper Docker image.\u003c/p\u003e\n\u003cp\u003eIt is worth noting that this way of sharing the model does not fully exploit VLab functionalities, i.e., the model is not actually executed on different cloud platforms, only the wrapper is. However, this still allowed AccessMod to be executable via VLab Web APIs, facilitating the development of the web application described in [\u003cspan class=\"CitationRef\"\u003e20\u003c/span\u003e], and the re-use of the existing GEO Web Portal framework which utilizes VLab Web APIs for model execution. Besides, once the two Docker images (mode 1) will be merged solving their incompatibilities, it will be possible to update the VLab version of AccessMod (with the new single Docker image) and fully exploit VLab functionalities without the need of any other changes/developments of the other system components.\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e"},{"header":"3. Results","content":"\u003cp\u003e\u003cstrong\u003e3.1 AccessMod framework github\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe AccesssMod framework application is available on GitHub\u003csup\u003e22\u003c/sup\u003e and can be run:\u003c/p\u003e\n\u003cul\u003e\n \u003cli\u003elocally in command line through the bash shell by the users if Docker is installed and running on their computer\u003c/li\u003e\n \u003cli\u003eon a remote server\u003c/li\u003e\n \u003cli\u003eon a cluster\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eAfter installing the Accessmod framework image (by cloning the repository from github), the user can run the \u0026ldquo;start.sh\u0026rdquo; script. \u0026nbsp;When running the script, the user is asked three main questions: (1) the city for which accessibility to green spaces should be run; (2) if the script should be run in development mode or not; (3) the part of the analysis that should be run, in a logical order. The illustrations shown below use as an example the city of Yerevan in Armenia.\u003c/p\u003e\n\u003cp\u003eOnce the various parts have been run, the outputs become available in the \u0026ldquo;output\u0026rdquo; folder corresponding to the city selected, contained in the \u0026ldquo;data/location\u0026rdquo; folder of the \u0026ldquo;accessmod_gpp\u0026rdquo; folder that has been created when installing the accessmod_gpp image.\u003c/p\u003e\n\u003cp\u003eThe following outputs are created:\u003c/p\u003e\n\u003col\u003e\n \u003cli\u003ea travel time raster, available in several formats (.tif, .img, .png), where each cell contains the time (in minutes) to the nearest point in terms of travel time.\u0026nbsp;\u003c/li\u003e\n\u003c/ol\u003e\n\u003col start=\"2\"\u003e\n \u003cli\u003ethe population coverage in a given travel time (minutes), both as a table (pop_vs_traveltime.csv) and as a graph (pop_vs_traveltime.pdf)\u003c/li\u003e\n \u003cli\u003ea raster (raster_cost_allocation_pr.img) that contains for each cell the unique ID of the point that is the closest in terms of travel time. This allows to allocate for each point feature (centroid of each green space in our use case) the area it covers. When crossing this information with population, it allows for example to understand which population is served by each green space, which might be useful for city green spaces planning. \u0026nbsp;\u003c/li\u003e\n \u003cli\u003ea raster (raster_speed_pr.img) that contains the road or landuse category for each pixel\u003c/li\u003e\n \u003cli\u003ea compressed .json file (travel_time_output.json)\u0026nbsp;\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003e\u003cstrong\u003e3.2 VLab interface\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eInstead of launching the accessibility analysis in command line, it is also possible to launch it through the Virtual Earth Laboratory (VLab) [20], which has the advantage of only using a familiar internet browser interface. This interface requires to be logged in, either through a google account or through a specific login to the VLab. The analysis is performed on the VLab central cluster. This is the cluster, deployed on AWS cloud platform, which hosts the latest version of the VLab framework. Taking advantage of the underlying cloud platform, the cluster is configured to allow executions of models with varying requirements in terms of CPU/RAM (as defined by the modelers when publishing a model on VLab).\u0026nbsp;\u003c/p\u003e\n\u003cp\u003eThe \u0026ldquo;Workflows\u0026rdquo;\u003csup\u003e23\u003c/sup\u003e menu exposes the various models available through the VLab, and the one called \u0026ldquo;SDG 11.7 Urban Green Spaces\u0026rdquo; allows to run accessibility analysis.\u0026nbsp;\u003c/p\u003e\n\u003cp\u003eOnce the analysis is finalized, the various outputs can directly be downloaded by clicking on the blue hyperlink buttons. Additionally, the model can be shared via email directly through the interface.\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e3.3 Integration into the GEO infrastructure\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eOnce the AccessMod model published into the VLab, it becomes available through its Application Programming Interface (API) allowing any other client application to interact with the model. Therefore, it facilitates its integration with the GEOSS portal\u003csup\u003e24\u003c/sup\u003e enabling users to search for any analytical services available in the VLab (figure 9).\u003c/p\u003e\n\u003cp\u003eOnce discovered, then users can inspect the model and the necessary data inputs directly within the portal, searching for relevant data sources as input for the service and selecting the cloud platform of preference to execute the model (figure 11). In this experimental setup, the cloud costs associated with cloud utilization (where present) are covered by VLab operators for demonstration purposes. Therefore, computational availability might not always be present.\u003c/p\u003e\n\u003cp\u003eOnce a workflow is run, a message indicates it is saved in the \u0026ldquo;saved runs\u0026rdquo; section, where its status can be checked. Once the run is finished, outputs are available for download (statistics as CSV file, maps as geotiff) or could be visualized using the Web Map Service (WMS) interface enabling an interoperable access to the outputs. In addition, it is possible to create a dashboard to share the results in a simple and effective way with text, graphs and maps.\u003c/p\u003e\n\u003cp\u003eTo facilitate the replicability and re-use of the proposed approach all resources are made available as a Knowledge package in the GEO Knowledge Hub (GKH: https://gkhub.earthobservations.org/packages/xx3rj-6zp63). The record (Figure 12) provides essential information like the title, description, keywords, and contributors. Each resource includes detailed metadata, such as the resource type, description, license, and publication date. Once the package is complete, it can be published or submitted for review, making it accessible to the global Earth observation community.\u003c/p\u003e"},{"header":"4. Discussion","content":"\u003cdiv id=\"Sec15\" class=\"Section2\"\u003e\u003ch2\u003e4.1. General advantages\u003c/h2\u003e\u003cp\u003eThe AccessMod software offers the possibility to perform accessibility analysis but requires some pre-processing and processing steps that might represent a barrier for non-GIS experts who would have an interest in performing such analyses. The innovative AccessMod framework, by hiding the complexity in the back end, considerably lowers the entry barriers to perform accessibility analyses, in this case to green spaces in urban environments. Such integrated approach could widen the use of accessibility analyses for the benefit of evidence-based decisions in various domains where accessibility plays a significant role.\u003c/p\u003e\u003cp\u003eAlthough the execution of the AccessMod framework through bash command line might still represent an obstacle for some people, the availability of the AccessMod framework in a virtual laboratory represents an additional advantage. It means that third party applications such as the GEOSS Platform Plus can directly call the workflow and ask the user a single information (i.e. the city for which accessibility needs to be computed) and wait for the result that will become available when ready in a personalized workspace (accessible when logged in). This reduces the complexity of accessibility analysis for the user at its maximum and allows non-experts to obtain scientifically relevant data.\u003c/p\u003e\u003cp\u003eMoreover, the availability of the AccessMod framework workflow among other environmentally relevant workflows in the same environment (the GEOSS portal) with global visibility is an advantage for the user. The user can indeed easily access various scientific workflows in the same interface without needing to take care of the input data availability that is automatically downloaded and processed. As an example, combining the results of geographic accessibility to green spaces in a city with urban heat islands analysis in a same user interface might be relevant in the context of climate change adaptation.\u003c/p\u003e\u003c/div\u003e\u003cdiv id=\"Sec16\" class=\"Section2\"\u003e\u003ch2\u003e4.2. Data issues\u003c/h2\u003e\u003cp\u003eInput data play a crucial role in accessibility modeling, [\u003cspan citationid=\"CR16\" class=\"CitationRef\"\u003e16\u003c/span\u003e] and it is necessary to make informed comparisons and choices before making any new analysis. The AccessMod framework uses by default well known global authoritative data sources that have been proven suitable for accessibility modeling: Shuttle Radar Topography Mission (SRTM)[\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e] for Digital Elevation Model; Copernicus Global Land Cover[\u003cspan citationid=\"CR31\" class=\"CitationRef\"\u003e31\u003c/span\u003e] for land cover; Worldpop[\u003cspan citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e] for population distribution; OpenStreetMap (OSM)[\u003cspan citationid=\"CR32\" class=\"CitationRef\"\u003e32\u003c/span\u003e] for rivers, lakes, roads and green spaces; ESRI urban areas [\u003cspan citationid=\"CR25\" class=\"CitationRef\"\u003e25\u003c/span\u003e] for cities delineation. As the travel scenario needs to attribute a specific speed on each road and landcover category, a default scenario\u003csup\u003e25\u003c/sup\u003e is used for any town and corresponds to OSM roads categories.\u003c/p\u003e\u003cp\u003eAlthough these are well-known and trustful datasets, other datasets might be added in the future, for example to use alternative population distribution layer or urban areas.\u003c/p\u003e\u003cp\u003eThis workflow shows not only the benefits of open data used here, but also the importance of citizen science projects such as OSM that provide the grounds towards urban assessment and planning (in this case accessibility to urban green spaces). The chaining of such open data, its combination with citizen science and global exposition through open workflows available on a Global Earth Observations platform is a step towards more open and replicable/reusable science for public benefits.\u003c/p\u003e\u003c/div\u003e\u003cdiv id=\"Sec17\" class=\"Section2\"\u003e\u003ch2\u003e4.3. Limitations\u003c/h2\u003e\u003cp\u003eSeveral limitations need to be taken into consideration in the current version of the AccessMod framework:\u003c/p\u003e\u003cp\u003e\u003cul\u003e\u003cli\u003e\u003cp\u003eAccessMod is a raster-based tool that has been developed in contexts where the population travels mostly off roads. In urban contexts, a vector approach (e.g. network analyst) would be more appropriate but raises other challenges such as a network perfectly connected. The AccessMod framework approach presented here simplifies the travel network but allows travel off-roads, which is relevant for analyzing the geographical accessibility to urban green spaces.\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003eThe analysis is currently restricted to a limited number of cities worldwide\u003csup\u003e26\u003c/sup\u003e. This is mainly due to the lack of computational resources required if the workflow should be run on-the-fly further to users' demand.\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003eCurrently, the user cannot change many parameters, and it might be useful in certain cases to modify either some input data (e.g. the population layer used) or the travel scenario. The possibility to work with several scenarios might be of particular importance for cities subject to specific climate conditions such as rainy season, where accessibility can be totally different from dry season.\u003c/p\u003e\u003c/li\u003e\u003cli\u003e\u003cp\u003eThe least-cost path algorithm presumes that an individual will systematically reach the nearest green space from his/her location. This might not necessarily be the reality as one might prefer a big park with recreational features to a small not welcoming green space.\u003c/p\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/p\u003e\u003c/div\u003e\u003cdiv id=\"Sec18\" class=\"Section2\"\u003e\u003ch2\u003e4.4 Perspectives\u003c/h2\u003e\u003cp\u003eInclusion of the AccessMod framework in the GEOSS Platform Plus is a first attempt to chain several independent components into a user interface simplified to the extreme for the user. This pilot demonstrates that the concept is feasible, although many improvements can be foreseen.\u003c/p\u003e\u003cp\u003eFirst, a bigger number of cities should become available for accessibility analysis in the AccessMod framework analysis.\u003c/p\u003e\u003cp\u003eAlthough this pilot focused on accessibility to green spaces in urban environments, the same concept can be extended to many other service points that would greatly benefit from easy modeling of accessibility in a given country/region, such as: accessibility to water points in a given country/region; accessibility to schools; accessibility to health services, etc. If most of the input data will be identical when using AccessMod (DEM, landcover, population distribution, rivers, lakes, roads), only the target service distribution layer (e.g. schools, water points, health services instead of green spaces) and travel scenario(s) should be differentiated, but the workflow remains identical.\u003c/p\u003e\u003cp\u003eThe inclusion of vector analysis possibilities into the AccessMod framework would be an added-value to keep the advantages of the off-roads travel consideration currently available in AccessMod, while adding more precision for travel in urban environments. This would however represent an additional challenge in terms of input data quality necessary for network analysis, which is a bottleneck in many countries.\u003c/p\u003e\u003cp\u003eFinally, having the flexibility to modify some parameters (e.g. running the analysis with other travel scenarios, choosing alternative input layers) would allow us to better consider the reality of the ground. This flexibility could also enhance the workflow\u0026rsquo;s usefulness for policy-making, for example by simulating accessibility improvements under different development scenarios, such as adding new green spaces, modifying transport networks, or adjusting travel modes. Such \u0026ldquo;what-if\u0026rdquo; analyses would provide decision-makers with evidence-based insights on how specific interventions could improve accessibility, while maintaining the advantages of pre-processed input data and automated computation. Implementing these capabilities, however, requires on-demand processing infrastructure, as it is not feasible to pre-process all possible scenarios for every thematic or geography.\u003c/p\u003e\u003c/div\u003e"},{"header":"5. Conclusions","content":"\u003cp\u003eThis paper describes a first innovative attempt to have a complete workflow to quantify accessibility to given features (in this example to urban green spaces in urban environments) using an extremely simple interface. Despite limitations, this approach opens the way to a wider use of such tools by non-expert people for evidence-based decisions such as urban planning. This same approach can be used for many other thematics (e.g. geographic accessibility to health services in a given country).\u003c/p\u003e\u003cp\u003eHowever, this highlights the importance of the availability of widely recognized datasets (e.g. OpenStreetMap, WorldPop, Copernicus land cover, etc.) for automated workflows, but also highlights the limitations of global models, that need to be customized (e.g. for the travel scenarios that are different among cities or countries regions).\u003c/p\u003e\u003cp\u003eThis successful use case is an encouragement to overcome the barriers mentioned and to further improve the workflow by adding additional interaction possibilities, possibly through other thematics and geographies to confront the diversity of realities as much as possible.\u003c/p\u003e"},{"header":"Declarations","content":"\u003cp\u003e\u003cstrong\u003eAcknowledgements\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe authors would like to acknowledge the\u0026nbsp;European Commission “Horizon 2020”\u0026nbsp;that funded the GEOSS Platform Plus project (Grant Agreement no.\u0026nbsp;101039118) and the European Space Agency (ESA).\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eAuthor contributions: CRediT\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eYG: Conceptualization, Methodology, Formal analysis,\u0026nbsp;Writing–original draft,\u0026nbsp;Writing - Review \u0026amp; Editing,\u0026nbsp;Visualization. \u0026nbsp; NR:\u0026nbsp;Writing - Review \u0026amp; Editing, Supervision. PL:\u0026nbsp;Writing - Review \u0026amp; Editing, Resources. FM: Software, Resources, Visualization. PT: Software, Resources, data curation. MS: Software, Resources. PM: Resources. GG: Conceptualization, Methodology, Formal analysis,\u0026nbsp;Writing - Review \u0026amp; Editing, Supervision, Project administration, Funding acquisition.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFunding sources\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eEuropean Commission “Horizon 2020”; GEOSS Platform Plus project (Grant Agreement no.\u0026nbsp;101039118).\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eData availability statements\u003cbr\u003e\u003c/strong\u003eAll data supporting the findings of this work are freely and openly available through the URLs indicated in the paper.\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eDisclosure statement\u003cbr\u003e\u003c/strong\u003eNo potential conflict of interest was reported by the author(s).\u003c/p\u003e"},{"header":"References","content":"\u003col\u003e\u003cli\u003e\u003cspan\u003eRay, N. and S. Ebener, \u003cem\u003eAccessMod 3.0: computing geographic coverage and accessibility to health care services using anisotropic movement of patients\u003c/em\u003e. International journal of health geographics, 2008. 7(1): p. 63.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eOrganization, W.H., \u003cem\u003eAssessing the value of urban green and blue spaces for health and well-being\u003c/em\u003e. 2023, World Health Organization. Regional Office for Europe.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eGiuliani, G., et al., \u003cem\u003eModelling Accessibility to Urban Green Areas Using Open Earth Observations Data: A Novel Approach to Support the Urban SDG in Four European Cities\u003c/em\u003e. Remote Sensing, 2021. 13(3): p. 422.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eWigley, A.S., et al., \u003cem\u003eMeasuring the availability and geographical accessibility of maternal health services across sub-Saharan Africa\u003c/em\u003e. BMC Medicine, 2020. 18(1): p. 237.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eSy, Z., et al., \u003cem\u003eOptimization of the emergency obstetric and neonatal care network in Benin through expert-based sub-national prioritizations\u003c/em\u003e. Frontiers in Global Women's Health, 2024. 5.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eMacharia, P.M., et al., \u003cem\u003eMeasuring geographic access to emergency obstetric care: a comparison of travel time estimates modelled using Google Maps Directions API and AccessMod in three Nigerian conurbations\u003c/em\u003e. Geospatial Health, 2024. 19(1).\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eBanke-Thomas, A., et al., \u003cem\u003eInequalities in geographical access to emergency obstetric and newborn care\u003c/em\u003e. Bull World Health Organ, 2024. 102(11): p. 837\u0026ndash;839.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eOuma, P., et al., \u003cem\u003eMethods of measuring spatial accessibility to health care in Uganda\u003c/em\u003e, in \u003cem\u003ePracticing health geography: The african context\u003c/em\u003e. 2021, Springer. p. 77\u0026ndash;90.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eJoseph, N.K., et al., \u003cem\u003eSpatial access inequities and childhood immunisation uptake in Kenya\u003c/em\u003e. BMC Public Health, 2020. 20(1): p. 1407.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eOchoa, C., et al., \u003cem\u003eVulnerability to snakebite envenoming and access to healthcare in the Terai region of Nepal: a geospatial analysis\u003c/em\u003e. The Lancet Regional Health - Southeast Asia, 2023. 9: p. 100103.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eMacharia, P.M., et al., \u003cem\u003eModelling geographic access and school catchment areas across public primary schools to support subnational planning in Kenya\u003c/em\u003e. Children's Geographies, 2023. 21(5): p. 832\u0026ndash;848.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eSimonin, V., et al., \u003cem\u003ePresent and Future Drinking Water Security and Its Impacts on Maternities: A Multi-Scale Assessment of Sudan. LID \u0026ndash;\u0026thinsp;10.3390/ijerph20032204 [doi] LID \u0026ndash;\u0026thinsp;2204.\u003c/em\u003e (1660\u0026ndash;4601 (Electronic)).\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eHierink, F., et al., \u003cem\u003eModelling geographical accessibility to support disaster response and rehabilitation of a healthcare system: an impact analysis of Cyclones Idai and Kenneth in Mozambique\u003c/em\u003e. BMJ Open, 2020. 10(11): p. e039138.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eCh\u0026ecirc;nes, C., G. Giuliani, and N. Ray, \u003cem\u003eModelling physical accessibility to public green spaces in Switzerland to support the SDG11\u003c/em\u003e. Geomatics, 2021. 1(4): p. 383\u0026ndash;398.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eOrganization, W.H., \u003cem\u003eEnding preventable maternal mortality (EPMM): a renewed focus for improving maternal and newborn health and well-being\u003c/em\u003e, in \u003cem\u003eEnding preventable maternal mortality (EPMM): a renewed focus for improving maternal and newborn health and well-being\u003c/em\u003e. 2021.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eHierink, F., et al., \u003cem\u003eDifferences between gridded population data impact measures of geographic access to healthcare in sub-Saharan Africa\u003c/em\u003e. Communications Medicine, 2022. 2(1): p. 117.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eTimoner, P., et al., \u003cem\u003einAccessMod: An R package to automate data downloading and processing for AccessMod\u003c/em\u003e. Journal of Open Source Software, 2024. 9(93): p. 5879.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eEdwin, N.M., \u003cem\u003eSoftware frameworks, architectural and design patterns\u003c/em\u003e. Journal of Software Engineering and Applications, 2014. 7(8): p. 670\u0026ndash;678.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eGiuliani, G., et al., \u003cem\u003eKnowledge generation using satellite earth observations to support sustainable development goals (SDG): A use case on Land degradation\u003c/em\u003e. International Journal of Applied Earth Observation and Geoinformation, 2020. 88: p. 102068.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eSantoro, M., P. Mazzetti, and S. Nativi \u003cem\u003eThe VLab Framework: An Orchestrator Component to Support Data to Knowledge Transition\u003c/em\u003e. Remote Sensing, 2020. 12, DOI: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/rs12111795\u003c/span\u003e\u003cspan address=\"10.3390/rs12111795\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003e\u003cem\u003eGEO\u003c/em\u003e Knowledge \u003cem\u003eHub\u003c/em\u003e. Available from: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttps://gkhub.earthobservations.org/\u003c/span\u003e\u003cspan address=\"https://gkhub.earthobservations.org/\" targettype=\"URL\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eRunfola, D., et al., \u003cem\u003egeoBoundaries: A global database of political administrative boundaries\u003c/em\u003e. PLOS ONE, 2020. 15(4): p. e0231866.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eUSGS. \u003cem\u003eShuttle Radar Topography Mission\u003c/em\u003e. 2010 [cited 2014 2014-11-15]; Available from: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003ehttp://srtm.usgs.gov/\u003c/span\u003e\u003cspan address=\"http://srtm.usgs.gov/\" targettype=\"URL\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eTatem, A.J., \u003cem\u003eWorldPop, open data for spatial demography\u003c/em\u003e. Scientific data, 2017. 4(1): p. 1\u0026ndash;4.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eESRI, \u003cem\u003eWorld Urban Areas dataset\u003c/em\u003e, ESRI, Editor. 2021, ESRI.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eTobler, W., \u003cem\u003eThree presentations on geographical analysis and modeling: Non-isotropic geographic modeling; speculations on the geometry of geography; and global spatial analysis (93\u0026thinsp;\u0026ndash;\u0026thinsp;1).\u003c/em\u003e 1993.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eAustin, C. \u003cem\u003eBike calculator\u003c/em\u003e. 2012 [cited 2025; Available from: www.BikeCalculator.com\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eCeola, S., et al., \u003cem\u003eVirtual laboratories: new opportunities for collaborative water science\u003c/em\u003e. Hydrol. Earth Syst. Sci., 2015. 19(4): p. 2101\u0026ndash;2117.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eNativi, S., P. Mazzetti, and M. Santoro. \u003cem\u003eFROM DATA TO KNOWLEDGE: THE VIRTUAL LABORATORY\u003c/em\u003e. in \u003cem\u003eCONFERENCE PROCEEDINGS OF THE CNR-INSTITUTE OF ATMOSPHERIC POLLUTION RESEARCH\u003c/em\u003e. 2018.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eAhmed, M., R. Seraj, and S.M. Islam \u003cem\u003eThe k-means Algorithm: A Comprehensive Survey and Performance Evaluation\u003c/em\u003e. Electronics, 2020. 9, DOI: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/electronics9081295\u003c/span\u003e\u003cspan address=\"10.3390/electronics9081295\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eBuchhorn, M., et al. \u003cem\u003eCopernicus Global Land Cover Layers\u0026mdash;Collection 2\u003c/em\u003e. Remote Sensing, 2020. 12, DOI: \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/rs12061044\u003c/span\u003e\u003cspan address=\"10.3390/rs12061044\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e\u003cli\u003e\u003cspan\u003eHaklay, M. and P. Weber, \u003cem\u003eOpenstreetmap: User-generated street maps\u003c/em\u003e. IEEE Pervasive computing, 2008. 7(4): p. 12\u0026ndash;18.\u003c/span\u003e\u003c/li\u003e\u003c/ol\u003e"},{"header":"Footnotes","content":"\u003cp\u003e[1] https://github.com/unige-geohealth/accessmod\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[2] https://www.accessmod.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[3] https://github.com/ptimoner/AMRemote/tree/main\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[4]\u0026nbsp;https://github.com/unige-geohealth/inAccessMod\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[5]\u0026nbsp;https://github.com/unige-geohealth/inAccessMod/blob/main/vignettes/Tutorial.Rmd\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[6]\u0026nbsp;https://land.copernicus.eu/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[7]\u0026nbsp;https://www.openstreetmap.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[8]\u0026nbsp;https://www.openstreetmap.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[9] https://www.openstreetmap.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[10] https://github.com/unige-geohealth/accessmod/releases\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[11]\u0026nbsp;https://github.com/ptimoner/AMRemote/tree/main\u003c/p\u003e\n\u003cp\u003e[12]\u0026nbsp;https://vlab.geodab.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[13]\u0026nbsp;https://essilab.atlassian.net/wiki/spaces/VTD/overview\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[14] https://gkhub.earthobservations.org/\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[15]\u0026nbsp;https://github.com/unige-geohealth/accessmod_gpp\u003c/p\u003e\n\u003cp\u003e[16]\u0026nbsp;https://github.com/unige-geohealth/accessmod_gpp/blob/main/01_get_data/main.R\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[17] https://github.com/unige-geohealth/inAccessMod/tree/main/R\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[18]\u0026nbsp;https://github.com/unige-geohealth/accessmod_gpp/blob/main/03_create_start_points/get_osm_data.R\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[19]\u0026nbsp;https://github.com/unige-geohealth/accessmod_gpp/blob/main/04_travel_time/project_create.R\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[20] https://github.com/unige-geohealth/accessmod_gpp/blob/main/04_travel_time/travel_time.R\u003c/p\u003e\n\u003cp\u003e[21] https://essilab.atlassian.net/wiki/spaces/VLAB/pages/5701839/Publish+a+model+from+a+Git+repository\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[22] https://github.com/unige-geohealth/accessmod_gpp\u003c/p\u003e\n\u003cp\u003e[23] https://vlab.geodab.org/workflows\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[24]\u0026nbsp;https://gpp.uat.esaportal.eu/\u003c/p\u003e\n\u003cp\u003e[25] https://github.com/unige-geohealth/accessmod_gpp/blob/main/assets/scenario_default.json\u0026nbsp;\u003c/p\u003e\n\u003cp\u003e[26] https://accessmod.mapx.org/get_list_locations\u0026nbsp;\u003c/p\u003e"}],"fulltextSource":"","fullText":"","funders":[],"hasAdminPriorityOnWorkflow":false,"hasManuscriptDocX":true,"hasOptedInToPreprint":true,"hasPassedJournalQc":"","hasAnyPriority":true,"hideJournal":false,"highlight":"","institution":"","isAcceptedByJournal":false,"isAuthorSuppliedPdf":false,"isDeskRejected":"","isHiddenFromSearch":false,"isInQc":false,"isInWorkflow":false,"isPdf":false,"isPdfUpToDate":true,"isWithdrawnOrRetracted":false,"journal":{"display":true,"email":"
[email protected]","identity":"international-journal-of-data-science-and-analytics","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":false,"externalIdentity":"jdsa","sideBox":"Learn more about [International Journal of Data Science and Analytics](http://link.springer.com/journal/41060)","snPcode":"41060","submissionUrl":"https://submission.nature.com/new-submission/41060/3","title":"International Journal of Data Science and Analytics","twitterHandle":"","acdcEnabled":true,"dfaEnabled":true,"editorialSystem":"em","reportingPortfolio":"Springer Hybrid","inReviewEnabled":true,"inReviewRevisionsEnabled":false},"keywords":"AccessMod, Virtual Laboratory, physical accessibility, OpenStreetMap, Docker, urban accessibility","lastPublishedDoi":"10.21203/rs.3.rs-7820101/v1","lastPublishedDoiUrl":"https://doi.org/10.21203/rs.3.rs-7820101/v1","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"manuscriptAbstract":"\u003cp\u003eThis paper describes the chaining of several existing components to measure geographic accessibility to services into a single automated framework called the “AccessMod framework”. It then explains how this framework is exposed on the Internet thanks to the use of a virtual laboratory that transforms it into an integrated and transparent service.\u003c/p\u003e\n\u003cp\u003eTo demonstrate the capabilities of this service, a use case allowing to model geographic accessibility to green spaces in specific cities has been implemented in a virtual laboratory using Docker images. An execution of this geographic accessibility modeling to green spaces is done for the city of Yerevan, Armenia. Three ways of running the model are demonstrated: (1) in command line; (2) through the virtual laboratory interface and (3) through the GEOSS portal.\u003c/p\u003e\n\u003cp\u003eThe outputs are described, and the advantages, issues, limitations and perspectives are discussed. The possibility to reduce the technical complexity of geographic accessibility modeling thanks to its exposition on a web browser represents an undeniable step towards a wider adoption of this accessibility parameter for various thematics. This paper raises the importance of the availability of global renown datasets (e.g. OpenStreetMap, Worldpop, Copernicus land cover, etc.) for automated workflows, but also highlights the limitations of global models, that need to be customized (e.g. for the travel scenarios that are different among cities).\u003c/p\u003e\n\u003cp\u003eSeveral perspectives are finally proposed to improve the automatic modelling of geographic accessibility through this framework.\u003c/p\u003e","manuscriptTitle":"Automated modeling of geographical accessibility using the AccessMod framework","msid":"","msnumber":"","nonDraftVersions":[{"code":1,"date":"2025-10-18 14:22:53","doi":"10.21203/rs.3.rs-7820101/v1","editorialEvents":[{"type":"communityComments","content":0},{"type":"reviewerAgreed","content":"194525485339142389382507659087568534965","date":"2026-01-27T14:47:07+00:00","index":"hide","fulltext":""},{"type":"editorInvitedReview","content":"","date":"2025-12-04T16:26:02+00:00","index":"hide","fulltext":""},{"type":"editorInvitedReview","content":"","date":"2025-11-28T13:43:17+00:00","index":"hide","fulltext":""},{"type":"reviewerAgreed","content":"332480169353689079536962157136447659542","date":"2025-11-19T18:13:25+00:00","index":"hide","fulltext":""},{"type":"reviewerAgreed","content":"185961082916072257227829094862227045412","date":"2025-11-17T09:29:58+00:00","index":"hide","fulltext":""},{"type":"reviewersInvited","content":"","date":"2025-11-17T09:16:04+00:00","index":"","fulltext":""},{"type":"editorAssigned","content":"","date":"2025-10-29T21:53:40+00:00","index":"","fulltext":""},{"type":"checksComplete","content":"","date":"2025-10-10T13:45:42+00:00","index":"","fulltext":""},{"type":"submitted","content":"International Journal of Data Science and Analytics","date":"2025-10-09T17:31:57+00:00","index":"","fulltext":""}],"status":"published","journal":{"display":true,"email":"
[email protected]","identity":"international-journal-of-data-science-and-analytics","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":false,"externalIdentity":"jdsa","sideBox":"Learn more about [International Journal of Data Science and Analytics](http://link.springer.com/journal/41060)","snPcode":"41060","submissionUrl":"https://submission.nature.com/new-submission/41060/3","title":"International Journal of Data Science and Analytics","twitterHandle":"","acdcEnabled":true,"dfaEnabled":true,"editorialSystem":"em","reportingPortfolio":"Springer Hybrid","inReviewEnabled":true,"inReviewRevisionsEnabled":false}}],"origin":"","ownerIdentity":"a6afea11-03d0-4b66-b667-f159236e4eaf","owner":[],"postedDate":"October 18th, 2025","published":true,"recentEditorialEvents":[],"rejectedJournal":[],"revision":"","amendment":"","status":"under-review","subjectAreas":[],"tags":[],"updatedAt":"2025-11-17T09:23:21+00:00","versionOfRecord":[],"versionCreatedAt":"2025-10-18 14:22:53","video":"","vorDoi":"","vorDoiUrl":"","workflowStages":[]},"version":"v1","identity":"rs-7820101","journalConfig":"researchsquare"},"__N_SSP":true},"page":"/article/[identity]/[[...version]]","query":{"redirect":"/article/rs-7820101","identity":"rs-7820101","version":["v1"]},"buildId":"8U1c8b4HqxoKbykW_rLl7","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[84888],"gssp":true,"scriptLoader":[]}
Text is read by the "Ask this paper" AI Q&A widget below.
Extraction quality varies by source — PMC NXML preserves structure
cleanly, OA-HTML may include some navigation residue, and OA-PDF can
have broken hyphenation. The publisher copy
(via DOI)
is the canonical version.