top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Building a GIS : system architecture design strategies for managers / / Dave Peters
Building a GIS : system architecture design strategies for managers / / Dave Peters
Autore Peters Dave <1948->
Edizione [First edition.]
Pubbl/distr/stampa Redlands, California : , : ESRI Press, , 2008
Descrizione fisica 1 online resource (347 pages) : color illustrations, color maps
Disciplina 910.285
Soggetto topico Geographic information systems - Design
ISBN 1-283-00692-8
9786613006929
1-58948-303-0
Classificazione TEC036000
ST 630
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto I: Understanding the GIS software technology -- System design process -- GIS software technology -- Software performance -- GIS data administration -- II: Understanding the IT infrastructure -- Network communications -- GIS product architecture -- Platform performance -- Information security -- III: Putting it all together -- Performance fundamentals -- Capacity planning tool -- City of Rome case study -- System implementation.
Record Nr. UNINA-9910789099403321
Peters Dave <1948->  
Redlands, California : , : ESRI Press, , 2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building a GIS : system architecture design strategies for managers / / Dave Peters
Building a GIS : system architecture design strategies for managers / / Dave Peters
Autore Peters Dave <1948->
Edizione [First edition.]
Pubbl/distr/stampa Redlands, California : , : ESRI Press, , 2008
Descrizione fisica 1 online resource (347 pages) : color illustrations, color maps
Disciplina 910.285
Soggetto topico Geographic information systems - Design
ISBN 1-283-00692-8
9786613006929
1-58948-303-0
Classificazione TEC036000
ST 630
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto I: Understanding the GIS software technology -- System design process -- GIS software technology -- Software performance -- GIS data administration -- II: Understanding the IT infrastructure -- Network communications -- GIS product architecture -- Platform performance -- Information security -- III: Putting it all together -- Performance fundamentals -- Capacity planning tool -- City of Rome case study -- System implementation.
Record Nr. UNINA-9910824303503321
Peters Dave <1948->  
Redlands, California : , : ESRI Press, , 2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Autore Masser Ian
Edizione [Third edition.]
Pubbl/distr/stampa Redlands, California : , : Esri Press, , 2015
Descrizione fisica 1 online resource (114 pages) : color illustrations, maps
Disciplina 910.285
Soggetto topico Geographic information systems - Europe
Information storage and retrieval systems - Geography
Soggetto genere / forma Electronic books.
ISBN 1-58948-406-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910464177703321
Masser Ian  
Redlands, California : , : Esri Press, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Autore Masser Ian
Edizione [Third edition.]
Pubbl/distr/stampa Redlands, California : , : Esri Press, , 2015
Descrizione fisica 1 online resource (114 pages) : color illustrations, maps
Disciplina 910.285
Soggetto topico Geographic information systems - Europe
Information storage and retrieval systems - Geography
ISBN 1-58948-406-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910788158203321
Masser Ian  
Redlands, California : , : Esri Press, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Building European spatial data infrastructures / / Ian Masser, Joep Crompvoets
Autore Masser Ian
Edizione [Third edition.]
Pubbl/distr/stampa Redlands, California : , : Esri Press, , 2015
Descrizione fisica 1 online resource (114 pages) : color illustrations, maps
Disciplina 910.285
Soggetto topico Geographic information systems - Europe
Information storage and retrieval systems - Geography
ISBN 1-58948-406-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910811793003321
Masser Ian  
Redlands, California : , : Esri Press, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Autore Westra Erik
Pubbl/distr/stampa Birmingham, [England] : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (264 p.)
Disciplina 910.285
Collana Community Experienced Distilled
Soggetto topico Geographic information systems
Soggetto genere / forma Electronic books.
ISBN 1-78398-467-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with QGIS; About QGIS; Installing and running QGIS; Understanding QGIS concepts; Linking QGIS and Python; Exploring the Python Console; Examining a Python plugin; Writing an external application; Summary; Chapter 2: The QGIS Python Console; Using the console; Working with geospatial data in the console; Scripting the QGIS user interface; The status bar; The message bar; Progress indicators; QGIS logging; Custom dialogs and windows; Summary
Chapter 3: Learning the QGIS Python APIAbout the QGIS Python APIs; Deciphering the C++ documentation; Organization of the QGIS Python libraries; The qgis.core package; Maps and map layers; Coordinate reference systems; Vector layers; Raster layers; Other useful qgis.core classes; The qgis.gui package; The QgisInterface class; The QgsMapCanvas class; The QgsMapCanvasItem class; The QgsMapTool class; Other useful qgis.gui classes; Using the PyQGIS library; Analyzing raster data; Manipulating vector data and saving it to a shapefile; Using different symbols for different features within a map
Calculating the distance between two user-defined pointsSummary; Chapter 4: Creating QGIS Plugins; Getting ready; Understanding the QGIS plugin architecture; Creating a simple plugin; The plugin development process; Using the Plugin Builder; Automating the build process; Plugin help files; Unit testing; Distributing your plugin; Writing a useful plugin; Plugin possibilities and limitations; Summary; Chapter 5: Using QGIS in an External Application; Introducing Lex; Getting the data; Designing the application; Creating the application's framework; Adding the user interface
Connecting the actionsCreating the map canvas; Labeling the points; Filtering the landmarks; Implementing the zoom tool; Implementing the pan tool; Implementing the explore mode; Further improvements and enhancements; Summary; Chapter 6: Mastering the QGIS Python API; Working with symbol layers; Combining symbol layers; Implementing symbol layers in Python; Implementing renderers in Python; Working with custom map layers; Creating custom map canvas items; Using memory-based layers; Summary; Chapter 7: Selecting and Editing Features in a PyQGIS Application; Working with selections
Using the layer editing modeAdding Points; Editing Points; Deleting Points and other features; Adding lines and polygons; Editing lines and polygons; Summary; Chapter 8: Building a Complete Mapping Application using Python and QGIS; Introducing ForestTrails; Designing the ForestTrails application; Creating the application; Laying out the application; Defining the toolbar icons; The constants.py module; The forestTrails.py module; The mapTools.py module; The ui_mainWindow.py module; Running the application; Obtaining the basemap; Defining the map layers; Defining the map renderers
The Pan Tool
Record Nr. UNINA-9910459810803321
Westra Erik  
Birmingham, [England] : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Autore Westra Erik
Pubbl/distr/stampa Birmingham, [England] : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (264 p.)
Disciplina 910.285
Collana Community Experienced Distilled
Soggetto topico Geographic information systems
ISBN 1-78398-467-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with QGIS; About QGIS; Installing and running QGIS; Understanding QGIS concepts; Linking QGIS and Python; Exploring the Python Console; Examining a Python plugin; Writing an external application; Summary; Chapter 2: The QGIS Python Console; Using the console; Working with geospatial data in the console; Scripting the QGIS user interface; The status bar; The message bar; Progress indicators; QGIS logging; Custom dialogs and windows; Summary
Chapter 3: Learning the QGIS Python APIAbout the QGIS Python APIs; Deciphering the C++ documentation; Organization of the QGIS Python libraries; The qgis.core package; Maps and map layers; Coordinate reference systems; Vector layers; Raster layers; Other useful qgis.core classes; The qgis.gui package; The QgisInterface class; The QgsMapCanvas class; The QgsMapCanvasItem class; The QgsMapTool class; Other useful qgis.gui classes; Using the PyQGIS library; Analyzing raster data; Manipulating vector data and saving it to a shapefile; Using different symbols for different features within a map
Calculating the distance between two user-defined pointsSummary; Chapter 4: Creating QGIS Plugins; Getting ready; Understanding the QGIS plugin architecture; Creating a simple plugin; The plugin development process; Using the Plugin Builder; Automating the build process; Plugin help files; Unit testing; Distributing your plugin; Writing a useful plugin; Plugin possibilities and limitations; Summary; Chapter 5: Using QGIS in an External Application; Introducing Lex; Getting the data; Designing the application; Creating the application's framework; Adding the user interface
Connecting the actionsCreating the map canvas; Labeling the points; Filtering the landmarks; Implementing the zoom tool; Implementing the pan tool; Implementing the explore mode; Further improvements and enhancements; Summary; Chapter 6: Mastering the QGIS Python API; Working with symbol layers; Combining symbol layers; Implementing symbol layers in Python; Implementing renderers in Python; Working with custom map layers; Creating custom map canvas items; Using memory-based layers; Summary; Chapter 7: Selecting and Editing Features in a PyQGIS Application; Working with selections
Using the layer editing modeAdding Points; Editing Points; Deleting Points and other features; Adding lines and polygons; Editing lines and polygons; Summary; Chapter 8: Building a Complete Mapping Application using Python and QGIS; Introducing ForestTrails; Designing the ForestTrails application; Creating the application; Laying out the application; Defining the toolbar icons; The constants.py module; The forestTrails.py module; The mapTools.py module; The ui_mainWindow.py module; Running the application; Obtaining the basemap; Defining the map layers; Defining the map renderers
The Pan Tool
Record Nr. UNINA-9910787493703321
Westra Erik  
Birmingham, [England] : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Building mapping applications with QGIS : create your own sophisticated applications to analyze and display geospatial information using QGIS and Python / / Erik Westra
Autore Westra Erik
Pubbl/distr/stampa Birmingham, [England] : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (264 p.)
Disciplina 910.285
Collana Community Experienced Distilled
Soggetto topico Geographic information systems
ISBN 1-78398-467-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with QGIS; About QGIS; Installing and running QGIS; Understanding QGIS concepts; Linking QGIS and Python; Exploring the Python Console; Examining a Python plugin; Writing an external application; Summary; Chapter 2: The QGIS Python Console; Using the console; Working with geospatial data in the console; Scripting the QGIS user interface; The status bar; The message bar; Progress indicators; QGIS logging; Custom dialogs and windows; Summary
Chapter 3: Learning the QGIS Python APIAbout the QGIS Python APIs; Deciphering the C++ documentation; Organization of the QGIS Python libraries; The qgis.core package; Maps and map layers; Coordinate reference systems; Vector layers; Raster layers; Other useful qgis.core classes; The qgis.gui package; The QgisInterface class; The QgsMapCanvas class; The QgsMapCanvasItem class; The QgsMapTool class; Other useful qgis.gui classes; Using the PyQGIS library; Analyzing raster data; Manipulating vector data and saving it to a shapefile; Using different symbols for different features within a map
Calculating the distance between two user-defined pointsSummary; Chapter 4: Creating QGIS Plugins; Getting ready; Understanding the QGIS plugin architecture; Creating a simple plugin; The plugin development process; Using the Plugin Builder; Automating the build process; Plugin help files; Unit testing; Distributing your plugin; Writing a useful plugin; Plugin possibilities and limitations; Summary; Chapter 5: Using QGIS in an External Application; Introducing Lex; Getting the data; Designing the application; Creating the application's framework; Adding the user interface
Connecting the actionsCreating the map canvas; Labeling the points; Filtering the landmarks; Implementing the zoom tool; Implementing the pan tool; Implementing the explore mode; Further improvements and enhancements; Summary; Chapter 6: Mastering the QGIS Python API; Working with symbol layers; Combining symbol layers; Implementing symbol layers in Python; Implementing renderers in Python; Working with custom map layers; Creating custom map canvas items; Using memory-based layers; Summary; Chapter 7: Selecting and Editing Features in a PyQGIS Application; Working with selections
Using the layer editing modeAdding Points; Editing Points; Deleting Points and other features; Adding lines and polygons; Editing lines and polygons; Summary; Chapter 8: Building a Complete Mapping Application using Python and QGIS; Introducing ForestTrails; Designing the ForestTrails application; Creating the application; Laying out the application; Defining the toolbar icons; The constants.py module; The forestTrails.py module; The mapTools.py module; The ui_mainWindow.py module; Running the application; Obtaining the basemap; Defining the map layers; Defining the map renderers
The Pan Tool
Record Nr. UNINA-9910818460203321
Westra Erik  
Birmingham, [England] : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building the spatial university : spatial thinking, learning, and service throughout the system / / edited by Steven M. Manson [and three others]
Building the spatial university : spatial thinking, learning, and service throughout the system / / edited by Steven M. Manson [and three others]
Pubbl/distr/stampa Cham, Switzerland : , : Springer, , [2022]
Descrizione fisica 1 online resource (129 pages)
Disciplina 910.285
Soggetto topico Database management
Space in economics
ISBN 3-030-92847-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910548179403321
Cham, Switzerland : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Cadastre: Geo-Information Innovations in Land Administration / / edited by Tahsin Yomralioglu, John McLaughlin
Cadastre: Geo-Information Innovations in Land Administration / / edited by Tahsin Yomralioglu, John McLaughlin
Edizione [1st ed. 2017.]
Pubbl/distr/stampa Cham : , : Springer International Publishing : , : Imprint : Springer, , 2017
Descrizione fisica 1 online resource (XI, 335 p. 124 illus., 6 illus. in color.)
Disciplina 910.285
Soggetto topico Geographical information systems
Regional planning
Urban planning
Sustainable development
Geographical Information Systems/Cartography
Landscape/Regional and Urban Planning
Sustainable Development
ISBN 3-319-51216-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Part I: Towards Cadastre -- 1. Towards a Fourth Wave of Property Reform -- 2. From a Traditional to a Comprehensive Cadastre -- 3. Cadastre or Land Administration: A Case Study of Turkey -- 4. A Performance Assessment Model for Cadastral Survey System Evaluation -- 5. Management of Natural Risks and Disasters in a River Basin within the New Cadastre Concept -- 6. Updating and Maintaining Land Parcel Types through Crowd-sourced Land Use/Cover Classification -- 7. Investigation of Availability of Remote Sensed Data in Cadastral Works -- 8. Usability of GNSS Technique for Cadastral Surveying -- Part II: 3D Cadastre with Geo-Technology -- 9. Conceptual Modelling of 3D Cadastre and LADM -- 10. The LADM Based on INTERLIS -- 11. The Underground Space Use Right Registration with the Approach of 3 Dimensional Cadastre Concept -- 12. Towards 3D Land Registry in Hungary -- 13. Germany on the Way to 4D-Cadastre -- 14. Automated Extraction of Buildings from Aerial Lidar Point Cloud and Digital Imaging Datasets for 3D Cadastre – Preliminary Results -- Part III: Cadastral Cases -- 15. Modelling PGIS for Multipurpose Cadastre in Ghana -- 16. Aims and Actual Outcomes of Tuscany Castore Project: A Final Balance -- 17. Cadastral Renewal and Automation Project in Cyprus -- 18. A Transparent Cadastral System – Fit for Sustainable Development and Legal Security: The Danish Public-Private Cooperation Model -- 19. Procedure of Real Estate Acquisition by Foreigners in Turkey -- 20. Location Profiling in Cadastre for Property Value Intelligence -- Part IV: Marine Cadastre -- 21. Marine Cadastre Legal Framework for Malaysia -- 22. The Evaluation of Marine Cadastre Definitions among Australia, Canada and United States of America Based on Indonesia’s Perspective as an Archipelagic State -- 23. Sustainable Marine Space Managements: Malaysian Perspective -- Index.
Record Nr. UNINA-9910254011803321
Cham : , : Springer International Publishing : , : Imprint : Springer, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui

Data di pubblicazione

Altro...