.. raw:: html .. role:: red ========================= What's New in Version 3.4 ========================= Following customers' requests, these are the main new features of the latest Pathfinder release: * :ref:`Width parameter for Explore routing ` * :ref:`Combined overhead and earth cable routing ` * :ref:`Single Sign On for selected companies` * :ref:`UI user preferences ` * :ref:`Create scenarios from saved files ` * :ref:`Identify access for viewers ` * :ref:`Increased file upload size ` * :ref:`More data admin options ` * :ref:`Improved sensitivy analysis service ` Previous releases: * :doc:`What's new in Pathfinder 3.1 ` * :doc:`What's new in Pathfinder 3.2 ` * :doc:`What's new in Pathfinder 3.3 ` .. _width_3_4: Width routing parameter ======================= Regular routing optimizes only the resistance along the line itself, so we can find high-resistance areas close to the line and the algorithm will not try to avoid them. This can be addressed by setting up rings around all the objects we need to avoid, but a simpler solution available in 3.4 is to define a path *width* as a :ref:`routing parameter ` in the Explore algorithm configuration. .. image:: ./images/exploreConfigure.jpg :align: center | .. image:: ./images/exploreParams.jpg :align: center This width is specified in meters, so it should be a multiple of the :ref:`project resolution `. If the width is smaller, it is considered to be the project resolution. Typically, this width can be used to find paths leaving a certain safety gap between high-resistance elements like buildings or highly protected areas, so even if there is a shorter route, the algorithm will choose one that requires a certain safety gap defined by the width. .. image:: ./images/width_example.jpg :align: center Note that it is not guaranteed that the calculated paths skip narrow gaps completely, because the algorithm *optimizes* the total resistance. A specific gap may have a small weight in the total resistance and crossing it still might be the best solution overall. To maximize compliance with the gap constraint, the layers representing areas to avoid *should have a very high resistance compared to other areas*. Very high resistance values like 100 or 1000 can be more effective than a forbidden (FB) value. Number of paths option ---------------------- In addition, another parameter has been added to the Explore routing algorithm configuration to select how many paths we want to calculate (from 1 to 8). .. _combined_3_4: Combined overhead and earth cable routing ========================================= In version 3.3, a new geoprocess to perform :ref:`combined overhead and tunnel routing ` was added. In this new version, a similar geoprocess is available that allows users to find the best overall routes :ref:`combining overhead and earth cable sections `. Although earth (underground) cabling is more expensive, it might be necessary in certain areas (e.g. populated areas), so a combined route is necessary. Same as with the tunneling geoprocess, the user needs to create first separate scenarios with the constraints for the overhead and earth cable sections, calculate their resistance maps, and provide some parameters like the number, maximum and minimum length of the earth cable sections. .. image:: ./images/combinedEC_params.jpg :align: center The results can be seen in the map and 3D views, with the earth cable sections visible as dashed lines. .. image:: ./images/combinedEC_results.jpg :align: center | .. image:: ./images/combinedEC_results3D.jpg :align: center .. _SSO_3_4: Single Sign On (SSO) ==================== Authentication using `SAML 2.0 `_ is now supported in Pathfinder. This enables users to enter Pathfinder through their company's login. This feature, as well as the integration of Pathfinder activity log into another company's own event management system, can be provided upon request by Gilytics if there is a compatible service available. .. image:: ./images/SAML_config.jpg :align: center .. _prefer_3_4: UI user preferences =================== Users can choose some options in the :ref:`View menu ` to customize their UI experience in Pathfinder, for instance: * Change the base map * View/hide the pylons * View the Results in an accordion list or in tabbed panels .. image:: ./images/viewMenu.jpg :align: center With version 3.4, the choice of these settings is persisted, so the user doesn't need to reset them each new session. .. _scen_files_3_4: Create scenarios from saved files ================================= When :ref:`creating a new scenario `, users have the option to choose a specification file previously saved from another (or the same) scenario. Together with the company's scenario catalog, this is another way to easily backup/restore or replicate scenario settings. .. image:: ./images/scenarioFromFile.jpg :align: center .. _viewer_ident_3_4: Identify access for viewers =========================== In addition to displaying project data and results, viewer users can also use the Identify tool and Identify Attributes tool to get detailed information about the constraints affecting the infrastructure. The :ref:`Identify tool ` is used to find the resistance values at a selected location: .. image:: ./images/identifyTool.jpg :align: center On the other hand, the :ref:`attribute identification tool ` shows the field values associated to a specific layer feature. In the case of viewers, the user will not be able to change these values, though. .. image:: ./images/identifyAttrDlg.jpg :align: center .. _upload_3_4: Increased file upload size ========================== Users will now be able to :ref:`upload directly data files ` **up to 200 MB** in size (up from 50 MB). Larger files can be split manually with GIS software, or they can be published through a :ref:`WFS service `. .. image:: ./images/importDataset.jpg :align: center .. _admin_3_4: More data admin options ======================= Additional options have been added to manage data in the :ref:`administration site `, available to company admins. Layers for each base layer -------------------------- Administrators can now easily see which layers are using each base dataset and access their properties: .. image:: ./images/baseLayerList.jpg :align: center | .. image:: ./images/baseDatasetLayers.jpg :align: center Download data source -------------------- An important addition in the base layer management is the possibility to download the original data used to create it, both for vector as well as raster datasets. This option lets company administrators access and recover the data from Pathfinder in case the original has been lost. .. image:: ./images/downloadDatasource.jpg :align: center Invisible base layers --------------------- Base layers also have now a flag that can be set to hide them from users. This is used by Pathfinder to make invisible "internal data" like the DEM and Slope maps generated automatically for each project, but it can also be used by company admins. Invisible base layers will still work in existing projects using them, but users won't be able to add them as layers into new projects. .. image:: ./images/baseLayerVisible.jpg :align: center .. _sensitivity_3_4: Improved sensitivity analysis service ===================================== Gilytics offers :doc:`additional data preparation and analysis services ` to customers. One of these specialized services is the *sensitivity analysis*. The goal of this analysis is to find routing corridors which are robust: they don't change much when different resistance parameters are used in the different layers. The process involves running automatically the routing calculation with different parameter combinations. A **new configuration page** let's Gilytics configure and run this analysis by using two scenarios defining the minimum and maximum resistance values to test for each layer. An optimized parallel processing infrastructure is used to execute all variations in a reasonable time. .. image:: ./images/sensitivityConfig.jpg :align: center The results are provided as a raster map showing all generated paths superimposed, and also as a dataset with all the paths (which can be several thousands) in vector format. .. image:: ./images/sensitivityResults.jpg :align: center Contact Gilytics if you are interested in this service.