LogoKB Panorama
  • Products
    • Products
    • GIS "Panorama"
    • Server applications
    • GIS for Agriculture
    • Cadastre and urban building
    • Cartography, photogrammetry
    • Specialised GIS
    • Tools for development of
      GIS-applications
    • Application for Linux
  • Classifiers
    • Topographic maps
    • Aeronautical maps
  • Industry solutions
    • Items
    • Technology
  • Download
    • Software for Windows
    • Software for Linux
    • Documentation
    • Presentations
    • Digital maps
    • Video lessons
  • Price
    • Software for Windows
    • Software for Linux
    • Agriculture
    • Products Update
    • Services
    • How to buy
  • Forum
  • Education
    • Education
    • Video lessons
  • About
    • About firm
    • Contact
    • Technical support
    • List of management staff
    • Official dealers

Rus Kaz Eng Blg Esp Fra

Copyright © Panorama Group 1991 - 2023

Write to us
Rus Kaz Eng Blg Esp Fra
+7 (495) 739-0245
  • News
  • News
  • GIS "Panorama"
  • Server
    applications
  • GIS for
    agriculture
  • Cadastre and
    urban building
  • Cartography,
    photogrammetry
  • Specialised GIS
  • Developers
    GIS-applications
  • Application
    for Linux

Specialised GIS


  • Maps of Podkarpackie and Podlaskie voivodeships (Poland) have been updated on the geoportal "Bank of Spatial Data"

    18.07.2022
    Read also
    Bank of spatial data was supplemented with maps...
    24.01.2023
    The map of the Finnish Republic has been updated...
    19.01.2023
    Maps of the Republics of Latvia, Lithuania and...
    13.01.2023
    Free photo from unsplash.com

    Specialists of KB "Panorama" prepared and placed the maps of Podkarpackie and Podlaskie Voivodships (Poland) on the geoportal "Bank of spatial data". The maps were formed using OpenStreetMap data, source data were obtained from Geofabrik website. To work with the maps, you can use the GIS Panorama Mini program or other software products of KB "Panorama".

    The maps were led to the modernised classifier of large-scale plans of scale 1: 5 000 (map5000m) and were saved into a packed project (mptz). Publishing of updates in bank of spatial data is made by using the program of Databank of digital maps and remote sensing data. Publishing contents of bank of spatial data on the geoportal and data access for downloading are implemented by means of GIS WebServer SE.

    Free maps on the basis of OpenStreetMap data are available for download on the page "Digital maps".


    News Archive

    Maps of Podkarpackie and Podlaskie voivodeships (Poland) have been updated on the geoportal "Bank of Spatial Data" 5 Cartography, photogrammetry
  • GIS WebServer SE edits cadastral plans, engineering schemes and other data in meters of local coordinate systems

    15.07.2022
    Read also
    There have been expanded the toolkit capabilities ...
    16.01.2023
    Data bank of the digital maps and remote sensing...
    05.01.2023
    The databank of digital maps and remote sensing...
    29.11.2022

    In KB "Panorama" the GIS WebServer SE version 6.7. has been developed for operating systems Astra Linux, CentOS, Ubuntu, MS Windows. In the new version a support of local and arbitrary user coordinate systems has been added when publishing large-scale maps, plans of cities, floor plans and other detailed data. In the projections of local coordinate systems (LCS) all functions of of the application are available: output of map images, search and editing of objects, computations and calculations. The units of measurement are meters in the projection of the selected coordinate system. This improves the accuracy of calculations when working with geospatial data.

    Support for local coordinate systems allows the Map Editor to perform operations in meters. This eliminates the conversion from geodetic coordinates to meters and allows you to create and update cadastral plans and engineering schemes that require increased accuracy in storing coordinates. Work in LCS is supported for map layers published on GIS Web Service SE. The setting of work parameters in local coordinate systems has been added into the administration module.

    In the new version the toolkit for developing Web applications the GIS WebToolKit SE has been improved, which expands the possibilities of GIS WebServer SE and can be integrated into other information systems. Access to data (images, vector maps and information about the terrain) is provided by Web services according to the generally accepted OGC protocols and ISO standards. Various types of elevation data are used as a digital elevation model: matrixes (in SRTM, GeoTIFF, IMG, MTW formats), TIN models, point clouds, and others.

    Databank of digital maps and remote sensing data can be as a source of spatial data. It provides collection, storage, search and issuance of spatial data in exchange formats, a displaying the state of the data bank in the form of maps-schemes, automated generation and updating of geo-covers.

    GIS WebServer SE is used in the construction of closed corporate systems to ensure the protection of data having a security classification or a trade secret. GIS WebServer SE certified by the 2nd level of control over the absence of undeclared capabilities. The new version of the program expands the possibilities of the application when solving problems of analysis, management and long-term planning of the development of territories. GIS WebServer SE is implemented using the GIS WebToolKit SE, which can be used in development tools that use the JavaScript and TypeScript.

    The new version of the program is available on the website in the Download section.


    News Archive

    GIS WebServer SE edits cadastral plans, engineering schemes and other data in meters of local coordinate systems 2 Server applications
  • In GIS ToolKit the tools of automating processes of creating terrain models in Python language have been improved

    12.07.2022
    Read also
    Tools for preparing operational maps of the area...
    07.01.2023
    In GIS "Operator" the tools of displaying...
    06.12.2022
    In GIS "Operator" SE the tools of automated...
    27.10.2022
    Free photo from unsplash.com

    In KB "Panorama" the GIS ToolKit version 14.3.0 has been developed for creating GIS-applications. The new version expands the possibilities for formation, updating and analysis of digital terrain models by including into the software of scripts in Python language which can be written in any text editor.

    A new function (RunPyApplication) has been added that calls the "Run applications" dialog with the "Scripts" bookmark for executing scripts in the Python language. In a tree of scripts, node the Basic set of scripts is initially set which contains the scripts supplied together with GIS ToolKit. To connect user scripts, you can create your own nodes (themes) for their grouping. The basic set of scripts demonstrates the execution of various procedures for processing the coordinates and attributes of vector map objects, solving the computational problems, converting data and other tasks.

    When writing scripts, several thousand API function are available. Function prototypes are declared as imported Python scripts from the folder \\GisTool14\Dll\X64\py_mapapi14. For proper processing of script strings containing national characters (Russian, Chinese, Spanish, and so on), the scripts must be encoded in UTF-8.

    The function called from the script can perform some action on the selected object or on selected objects if the user has selected some objects on the map. To enter additional data processing parameters, both GIS dialogs and dialogs written on the basis of the standard tkinter component can be called. Scripts can indicate the progress of data processing by indicating the name of the processing stage, the percentage of execution, the number of processed and selected objects, the elapsed and remaining processing time. Based on the results of the analysis and processing of vector map objects, some objects can be selected that can be marked on the map as a result of working the script and/or for further processing in the chain of executed scripts or by interactive GIS tools.

    To execute scripts, you must first download and install the Python interpreter. The basic set of scripts has been developed and tested based on Python version 3.7.9 on MS Windows 7 and higher, and version 3.10.5 on MS Windows 10. The base scripts are located in a shared folder like: \\GisTool14\Dll\X64\py_base14. A demonstration of working the RunPyApplication function is provided in the MapEdit application included into examples of the GIS ToolKit.

    The GIS ToolKit consists of a set of visual components (supplied in source code) and API functions of the GIS core for direct access to spatial data. The toolkit is designed to develop client-server and desktop 32-bit and 64-bit applications that require processing and visualization of spatial data. Spatial data can be located both at the workplace (direct access to data), and in a local network or the Internet (access components to the GIS Server or data exchange using international protocols are used).

    The new version of the program is available for download on the Download page.


    News Archive

    In GIS ToolKit the tools of automating processes of creating terrain models in Python language have been improved 6 Specialised GIS
  • Maps of Kursk and Smolensk regions on the geoportal "Bank of spatial data" have been updated

    11.07.2022
    Read also
    Bank of spatial data was supplemented with maps...
    24.01.2023
    The map of the Finnish Republic has been updated...
    19.01.2023
    Maps of the Republics of Latvia, Lithuania and...
    13.01.2023

    Specialists of KB "Panorama" prepared and placed the maps of Kursk and Smolensk regions on the geoportal "Bank of spatial data". The maps were formed using OpenStreetMap data, source data was obtained from Geofabrik website. To work with the maps, you can use the GIS Panorama Mini program or other software products of KB "Panorama".

    The maps were led to the modernised classifier of large-scale plans of scale 1: 5 000 (map5000m) and were saved into a packed project (mptz). Publishing of updates in bank of spatial data is made by using the program of Databank of digital maps and remote sensing data. Publishing contents of bank of spatial data on the geoportal and data access for downloading are implemented by means of GIS WebServer SE.

    Free maps on the basis of OpenStreetMap data are available for download on the page "Digital maps".


    News Archive

    Maps of Kursk and Smolensk regions on the geoportal "Bank of spatial data" have been updated 5 Cartography, photogrammetry
  • The range of desktop GIS applications for the domestic public system "Alt 8 SP" has been expanded

    08.07.2022
    Read also
    Training material has been prepared on the...
    25.01.2023
    GIS "Panorama" generates pyramids of tiles...
    30.12.2022
    GIS WebServer SE provides the geoinfographic...
    23.12.2022

    KB "Panorama" has prepared new versions of desktop GIS-applications for the operating system "Alt 8 SP" (architecture x86-64). The line of software products for OS "Alt 8 SP" includes universal geoinformation systems the GIS "Panorama", GIS Panorama Mini and GIS "Operator" SE. They provide users with tools for accumulation, the storages, the automated processing and display of the data, results of calculations and the forecasts having a geospatial binding. Systems allow to create vector, raster and matrix maps, and also quickly to update the various information about the area.

    GIS "Panorama" is the universal geographic information system that has tools for creating and editing digital maps and city plans, processing remote sensing data, performing various measurements and calculations, overlay operations, building 3D models, processing raster data, tools of preparing graphic documents in digital and printed form, as well as tools for working with databases. GIS is used for mapping, land management and cadastre, geodetic surveys, and the creation of geoportals. The GIS is included in the Unified register of Russian programs for electronic computers and databases (registry entry No.4227 dated March 29, 2018).

    GIS "Operator" SE - universal domestic geoinformation system for power structures. The application provides users by tools for solving specialized tasks of modelling the movement of special objects on the background of 3D-model, aircraft movement monitoring, processing data from GPS/GLONASS navigation devices, printing displayed data onto various output devices, and many others. The map editor included into the software product, is equipped by the expanded set of modes for drawing of operative situations with use of a view of the objects specified by the user. GIS Operator SE is certified according to the 2nd level of control of the absence of undeclared capabilities in the Ministry of Defense of the Russian Federation, it is included in the Unified register of Russian programs for electronic computers and databases (registry entry No.10628 of 05/27/2021).

    GIS "Panorama Mini" is the universal geoinformation system designed to collect spatial data, maintain a database of spatial data, create and update digital maps and plans, and create information systems for various purposes. The GIS is included in the Unified register of Russian programs for electronic computers and databases (registry entry No.7226 dated 11/03/2020).

    OS "Alt 8 SP" is a domestic operating system of general purpose. This operating system is highly appreciated not only by government agencies and corporations, whose exactingness in the quality of IT solutions is a clear marker of their high level of reliability, but also by ordinary users, because of the convenience and compatibility with most products of domestic and foreign software and hardware manufacturers. The use of OS "Alt 8 SP" allows you to create a trusted digital environment for working with confidential information and personal data. On the basis of OS "Alt 8 SP" you can create a full-fledged workstation for solving almost all everyday tasks: working on the Internet, with office or multimedia tools, as well as with applications that require maximum use of the capabilities of graphic video cards, including geographic information systems.

    New versions of the program for OS "Alt 8 SP" are available for download in the Download section.


    News Archive

    The range of desktop GIS applications for the domestic public system "Alt 8 SP" has been expanded 1 GIS "Panorama"

Products

  • GIS "Panorama"
  • Server applications
  • GIS for Agriculture
  • Cadastre and urban building
  • Cartography, photogrammetry
  • Specialised GIS
  • Tools for development of
    GIS-applications
  • Application for Linux

Education

  • Video lessons

Industry solutions

  • Items
  • Technology

CLASSIFIERS


Price

  • Software for Windows
  • Software for Linux
  • Agriculture
  • Products Update
  • Services
  • How to buy

About

  • Contact
  • Technical support
  • List of management staff
  • Official dealers

Forum


Download

  • Software for Windows
  • Software for Linux
  • Documentation
  • Presentations
  • Digital maps
  • Video lessons

Ph.: +7 (495) 739-0245, +7 (925) 221-1603

www.gisinfo.ru

panorama@gisinfo.ru

Moscow , 5 Pyzhevskii lane, building 3, floor 2, office 4 (m. Tretjakovskaja)

Copyright © Panorama Group 1991 - 2023


Яндекс.Метрика

Ph.: +7 (495) 739-0245, +7 (925) 221-1603

www.gisinfo.ru | panorama@gisinfo.ru

Moscow , 5 Pyzhevskii lane, building 3, floor 2, office 4 (m. Tretjakovskaja)

  • Products
  • |
  • Classifiers
  • |
  • Download
  • |
  • Price
  • |
  • Forum
  • |
  • Education
  • |
  • About

Copyright © Panorama Group 1991 - 2023

Яндекс.Метрика

Mobile version

Full version