SlideShare a Scribd company logo
1 of 35
Download to read offline
osgeo.org • qgis.org
State of
Graphic: Anita Graser
osgeo.org • qgis.org
Who are we?
Former cartographer
QGIS core committer for 5 years
OSGeo4Mac maintainer
Lead Technical Developer for
Desktop product for…
@dakcarto @geomenke
Former archaeologist
Certified GIS Professional (GISP)
Author of multiple QGIS books
Award-winning educator
Owner of …
Larry Shaffer Kurt Menke
osgeo.org • qgis.org
uantum GIS
•Started in 

2002 by Gary Sherman
•15 years of organic, continuous
development
•30 core developers and 100s of
contributors worldwide
•Hundreds of thousands of users
osgeo.org • qgis.org
Who Contributes
to QGIS?
Girona
Nødebo
GeoGig
GeoServer
GDAL/OGR
GRASS
R Statistics
Orfeo
Toolbox
SAGA GISPostGIS
GeoPackage
Spatialite
Open
Standards
Python
Proprietary
Formats
GeoNode
Qt
GeoCat
Powerful & Extensible
osgeo.org • qgis.org
Project Governance
• Restructuring a success!
• New logo and branding
• Funding development
• Grant program proposals
• Proper legal entity
Graphics: QGIS PSC
osgeo.org • qgis.org
QGIS 2 ->3
Qt 4 to 5 Python 2 to 3
QGIS 2 to 3 API
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Fifteen years of organic development
Graphic: QGIS project
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Task Manager
• Background processes
• Used across app
• PyQGIS API
• Utilized by Processing
• Responsive GUI
• Daily operations faster
Graphic: North Road Consulting
osgeo.org • qgis.org
What’s new in QGIS Desktop?
QGIS 3D!
• Qt-native 3D support
• Rendered on GPU
• 3D terrain model from
DEM layers
• True 3D rendering of
vector layers
• 3D map view in map
composer
• Identify objects in 3D
view and X/Y/Z
• Initial framework
Inset Graphic: Martin Dobias
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Layer information layout
Data Source Manager
osgeo.org • qgis.org
Digitizing
• Node and Move
feature tools now
click-click process
• Integrates with
CAD dock!
• Multi-feature
editing
• Move and copy
operations
What’s new in QGIS Desktop?
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Multi-map views
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Composer
• Refactored layout engine
• Mix page sizes and orientations
• New reporting
• Choose CRS for map items
• Sync pictures to true north
• Many options now data-defined
• Drag .qpt templates onto QGIS
• Asyncronous map previews
• Numeric guide positioning
Graphics: North Road Consulting
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Live layers
osgeo.org • qgis.org
What’s new in QGIS Desktop?
User Profiles
• Stored in APPDATA for each platform
and no longer .qgis3
• Profiles isolated from one another
Custom defaults & settings
• New qgis_global_settings.ini file
• Override with --globalsettingsfile or
QGIS_GLOBAL_SETTINGS_FILE
• All hard-coded defaults removed
from source code
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Discrete raster styling
Graphic: Kurt Menke
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Options filtering
Layer dependencies
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Zooming to matching features
Graphic: North Road Consulting
osgeo.org • qgis.org
What’s new in QGIS Desktop?
Point cluster renderer
Unified search bar
Right Graphic: North Road Consulting
osgeo.org • qgis.org
Authentication System
• OAuth2 method plugin
• Master Password Helper plugin
OAuth2
Store/retrieve password
What’s new in QGIS Desktop?
osgeo.org • qgis.org
What’s new in QGIS Desktop?
But wait, there’s more…
• Project may be zipped: .qgz
• Copy canvas to clipboard as image
• Lock aspect ratio for Save as image/PDF
• New algorithms to add/delete Z/M
values to existing geometries
• New unit type for rendering in meters
• Dynamic form for joined fields
• Algorithms for subdividing geometries
• Drag/drop layers go to background task
• Save map/canvas as PDF
• Paint effect support for label buffers
• Better crash dialog
• Tons of new expressions
• Load/save paletted raster color tables
• Geometry snapping within same layer
• Plugins can embed Options page
• Holding shift while using map zoom
tools inverts the zoom
osgeo.org • qgis.org
2.18
Style Manager 3.0
What’s changed in QGIS Desktop?
osgeo.org • qgis.org
Processing
• Now a background task, freeing up GUI!
• Organized by operation
• Changes to modeler (export to PDF/SVG)
• Only QGIS, GDAL algorithms by default
• Find providers in Plugin Manager
• Options now with application’s
• Manually rebuild Processing models
New organization
What’s changed in QGIS Desktop?
osgeo.org • qgis.org
Project files
• Migrate < 2.18 projects to
latest 2.18 release
• OTF is always ON now
• New ‘No projection’ option
• Measurements make sense
Migrating from QGIS 2 to 3
osgeo.org • qgis.org
Gone!
• Oracle Raster provider
• DXF2SHP plugin
• Most Processing providers
• Old labeling engine
Plugins -> Processing
• GDALTools
• Geometry Snapper
• Heat Map
• Interpolation
• Raster Terrain Analysis
• RoadGraph
• Zonal Stats
Multiple GUI access points
Migrating from QGIS 2 to 3
osgeo.org • qgis.org
What’s new in QGIS Server?
• Renewed development efforts
• Increased OGC-compliance
• Server-side authentication support
• Refactoring funded by QGIS project
• Used as backend to GeoNode
• Now in unit tests!
demo.qgis.org
OWS config & QGIS Web Client
osgeo.org • qgis.org
What’s new in QGIS Mobile?
QGIS Web Client 2 QField (opengis.ch)
Graphics: QGIS WC2 project; OpenGIS.ch
osgeo.org • qgis.org
Migrating
Convert Python using 2to3
• Use 2to3 script in <QGIS repo>/scripts
• Native support for Unicode is better in
Python 3. Avoid excessive casting like
str(<already unicode>)
Plugins from QGIS 2 to 3
Code for QGIS 3, run on QGIS 2
• Consider using qgis2compat
• Code using latest API and let plugin
manage backwards conversion of API
Code for QGIS 2 and 3 APIs
• Requires duplicate code blocks
Convert PyQt4 -> PyQt5
• Fix anything not already done by to3
• Avoid: from PyQt5.QtCore import *
• Better: from qgis.PyQt5 import A, B, C
Code for QGIS 3 API
• Fine for QGIS3-only plugins
osgeo.org • qgis.org
QGIS Release Schedule
Aug Nov Feb May Aug Nov Feb
2017 2018
Release
Branch
3.23.0
11.24 03.09 07.13
LongTerm Release
Branch2.182.14
2.18
11.02
3.4 3.6
3.4
FF: 3.0 feature (and API) freeze
09.15
FF
osgeo.org • qgis.org
Commercial Support
Core Contributing
Other
Graphics: copyright respective to holders
osgeo.org • qgis.org
Get Involved!
• Core development
• Sponsor development
• Testing & debugging
• Plugin development
• Documentation
• Translation
• Code sprints
• Education
?
Graphic: QGIS US User Group
osgeo.org • qgis.org
QGIS Training & Literature
geoforall.org
Graphics: copyright respective to holders
osgeo.org • qgis.org

More Related Content

What's hot

Cloud Platform Qualification Training Intro - LinkedIn
Cloud Platform Qualification Training Intro - LinkedInCloud Platform Qualification Training Intro - LinkedIn
Cloud Platform Qualification Training Intro - LinkedIn
Didier Girard
 

What's hot (17)

moving to qgis
moving to qgismoving to qgis
moving to qgis
 
Nulab's DevOps tool stack based on AWS
Nulab's DevOps tool stack based on AWSNulab's DevOps tool stack based on AWS
Nulab's DevOps tool stack based on AWS
 
Industrializing Machine learning pipelines
Industrializing Machine learning pipelinesIndustrializing Machine learning pipelines
Industrializing Machine learning pipelines
 
GCPUG.TW - GCP學習資源分享
GCPUG.TW - GCP學習資源分享GCPUG.TW - GCP學習資源分享
GCPUG.TW - GCP學習資源分享
 
Cloud Platform Qualification Training Intro - LinkedIn
Cloud Platform Qualification Training Intro - LinkedInCloud Platform Qualification Training Intro - LinkedIn
Cloud Platform Qualification Training Intro - LinkedIn
 
Introduction to ArcGIS Developer Tools - Smart Development - Esri UK Annual C...
Introduction to ArcGIS Developer Tools - Smart Development - Esri UK Annual C...Introduction to ArcGIS Developer Tools - Smart Development - Esri UK Annual C...
Introduction to ArcGIS Developer Tools - Smart Development - Esri UK Annual C...
 
CloudDesignPatterns
CloudDesignPatternsCloudDesignPatterns
CloudDesignPatterns
 
Webinar: Neo4j Licensing: Which Edition Is Right For You?
Webinar:  Neo4j Licensing: Which Edition Is Right For You?Webinar:  Neo4j Licensing: Which Edition Is Right For You?
Webinar: Neo4j Licensing: Which Edition Is Right For You?
 
Advanced Development Techniques with ArcPy and Python API - Smart Development...
Advanced Development Techniques with ArcPy and Python API - Smart Development...Advanced Development Techniques with ArcPy and Python API - Smart Development...
Advanced Development Techniques with ArcPy and Python API - Smart Development...
 
Getting started with BigQuery
Getting started with BigQueryGetting started with BigQuery
Getting started with BigQuery
 
Introducing greenspaceLive and gTools
Introducing greenspaceLive and gToolsIntroducing greenspaceLive and gTools
Introducing greenspaceLive and gTools
 
CartoDB Inside Out
CartoDB Inside OutCartoDB Inside Out
CartoDB Inside Out
 
ILRI Comms project insight 2014: CGSpace
ILRI Comms project insight 2014: CGSpaceILRI Comms project insight 2014: CGSpace
ILRI Comms project insight 2014: CGSpace
 
Modern Monitoring - SysAdminDay 2017
Modern Monitoring - SysAdminDay 2017Modern Monitoring - SysAdminDay 2017
Modern Monitoring - SysAdminDay 2017
 
Introduction to Google Cloud Platform
Introduction to Google Cloud PlatformIntroduction to Google Cloud Platform
Introduction to Google Cloud Platform
 
Word Press at Scale - WordCamp Minneapolis
Word Press at Scale - WordCamp MinneapolisWord Press at Scale - WordCamp Minneapolis
Word Press at Scale - WordCamp Minneapolis
 
Bringing Archival Description and Digital Objects Together with Drupal
Bringing Archival Description and Digital Objects Together with DrupalBringing Archival Description and Digital Objects Together with Drupal
Bringing Archival Description and Digital Objects Together with Drupal
 

Similar to 2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)

SFScon 2020 - Paolo Cavallini - QGIS Software and Community
SFScon 2020 - Paolo Cavallini - QGIS Software and CommunitySFScon 2020 - Paolo Cavallini - QGIS Software and Community
SFScon 2020 - Paolo Cavallini - QGIS Software and Community
South Tyrol Free Software Conference
 

Similar to 2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo) (20)

2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
SFScon 2020 - Paolo Cavallini - QGIS Software and Community
SFScon 2020 - Paolo Cavallini - QGIS Software and CommunitySFScon 2020 - Paolo Cavallini - QGIS Software and Community
SFScon 2020 - Paolo Cavallini - QGIS Software and Community
 
Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its uses
 
QGIS UK User Group - QGIS Performance Enhancements (Lutra)
QGIS UK User Group - QGIS Performance Enhancements (Lutra)QGIS UK User Group - QGIS Performance Enhancements (Lutra)
QGIS UK User Group - QGIS Performance Enhancements (Lutra)
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
 
Building a Better BaaS
Building a Better BaaSBuilding a Better BaaS
Building a Better BaaS
 
Cincom Roadmap ESUG2014
Cincom Roadmap ESUG2014Cincom Roadmap ESUG2014
Cincom Roadmap ESUG2014
 
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1
 
NDGeospatialSummit2019 - Everything You Need to Know About ArcGIS Vector Tiles
NDGeospatialSummit2019 - Everything You Need to Know About ArcGIS Vector TilesNDGeospatialSummit2019 - Everything You Need to Know About ArcGIS Vector Tiles
NDGeospatialSummit2019 - Everything You Need to Know About ArcGIS Vector Tiles
 
Python and GIS: Improving Your Workflow
Python and GIS: Improving Your WorkflowPython and GIS: Improving Your Workflow
Python and GIS: Improving Your Workflow
 
Large Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the ScenesLarge Scale Drupal - Behind the Scenes
Large Scale Drupal - Behind the Scenes
 
GeoDataspace: Simplifying Data Management Tasks with Globus
GeoDataspace: Simplifying Data Management Tasks with GlobusGeoDataspace: Simplifying Data Management Tasks with Globus
GeoDataspace: Simplifying Data Management Tasks with Globus
 
Esri Scotland Conf 2016 Glasgow City Council
Esri Scotland Conf 2016   Glasgow City CouncilEsri Scotland Conf 2016   Glasgow City Council
Esri Scotland Conf 2016 Glasgow City Council
 
FOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for RookiesFOSS4G 2017 Spatial Sql for Rookies
FOSS4G 2017 Spatial Sql for Rookies
 
An online viewer for Geospatial Vector Data using HTML5 Canvas and JavaScript
An online viewer for Geospatial Vector Data using HTML5 Canvas and JavaScript An online viewer for Geospatial Vector Data using HTML5 Canvas and JavaScript
An online viewer for Geospatial Vector Data using HTML5 Canvas and JavaScript
 
Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017
 
Fundamentals of Git
Fundamentals of GitFundamentals of Git
Fundamentals of Git
 

More from George Porto Ferreira

More from George Porto Ferreira (20)

2018 - Migrando Sistemas de Geoinformação para Software Livre na Polícia Federal
2018 - Migrando Sistemas de Geoinformação para Software Livre na Polícia Federal2018 - Migrando Sistemas de Geoinformação para Software Livre na Polícia Federal
2018 - Migrando Sistemas de Geoinformação para Software Livre na Polícia Federal
 
2018 - The Open Source Geospatial Foundation
2018 - The Open Source Geospatial Foundation2018 - The Open Source Geospatial Foundation
2018 - The Open Source Geospatial Foundation
 
2018 - Mapeando o campo museal brasileiro
2018 - Mapeando o campo museal brasileiro2018 - Mapeando o campo museal brasileiro
2018 - Mapeando o campo museal brasileiro
 
2018 - Uso de software livre para geoinformaçãona proteção da Amazônia: uma h...
2018 - Uso de software livre para geoinformaçãona proteção da Amazônia: uma h...2018 - Uso de software livre para geoinformaçãona proteção da Amazônia: uma h...
2018 - Uso de software livre para geoinformaçãona proteção da Amazônia: uma h...
 
2018 - Atualização da base vetorial de terras indígenas utilizando softwares ...
2018 - Atualização da base vetorial de terras indígenas utilizando softwares ...2018 - Atualização da base vetorial de terras indígenas utilizando softwares ...
2018 - Atualização da base vetorial de terras indígenas utilizando softwares ...
 
2018 - Ferramentas Livres para Produção e Disseminação de Dados Geoespaciais ...
2018 - Ferramentas Livres para Produção e Disseminação de Dados Geoespaciais ...2018 - Ferramentas Livres para Produção e Disseminação de Dados Geoespaciais ...
2018 - Ferramentas Livres para Produção e Disseminação de Dados Geoespaciais ...
 
2018 - Utilização de tecnologias livres na regularização fundiária na amazôni...
2018 - Utilização de tecnologias livres na regularização fundiária na amazôni...2018 - Utilização de tecnologias livres na regularização fundiária na amazôni...
2018 - Utilização de tecnologias livres na regularização fundiária na amazôni...
 
2018 - Perspectivas de aplicação de geoprocessamento e software livre no próx...
2018 - Perspectivas de aplicação de geoprocessamento e software livre no próx...2018 - Perspectivas de aplicação de geoprocessamento e software livre no próx...
2018 - Perspectivas de aplicação de geoprocessamento e software livre no próx...
 
2018 - Utilização de ferramentas de geoprocessamento (Kibana, i3Geo, QGIS, Po...
2018 - Utilização de ferramentas de geoprocessamento (Kibana, i3Geo, QGIS, Po...2018 - Utilização de ferramentas de geoprocessamento (Kibana, i3Geo, QGIS, Po...
2018 - Utilização de ferramentas de geoprocessamento (Kibana, i3Geo, QGIS, Po...
 
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
 
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)
 
2018 - A utilização de software livre pela Universidade Federal de Goías em P...
2018 - A utilização de software livre pela Universidade Federal de Goías em P...2018 - A utilização de software livre pela Universidade Federal de Goías em P...
2018 - A utilização de software livre pela Universidade Federal de Goías em P...
 
2018 - Pesquisa e desenvolvimento de software livre para geoinformação no Ins...
2018 - Pesquisa e desenvolvimento de software livre para geoinformação no Ins...2018 - Pesquisa e desenvolvimento de software livre para geoinformação no Ins...
2018 - Pesquisa e desenvolvimento de software livre para geoinformação no Ins...
 
2018 - Experiência da CODEPLAN na utilização de Software Livre na Construção ...
2018 - Experiência da CODEPLAN na utilização de Software Livre na Construção ...2018 - Experiência da CODEPLAN na utilização de Software Livre na Construção ...
2018 - Experiência da CODEPLAN na utilização de Software Livre na Construção ...
 
2018 - Uso do software livre para geoinformação na Embrapa: Aplicações, desen...
2018 - Uso do software livre para geoinformação na Embrapa: Aplicações, desen...2018 - Uso do software livre para geoinformação na Embrapa: Aplicações, desen...
2018 - Uso do software livre para geoinformação na Embrapa: Aplicações, desen...
 
2018 - Aplicações SIG do Ministério da Defesa ao Ministério do Planejamento
2018 - Aplicações SIG do Ministério da Defesa ao Ministério do Planejamento2018 - Aplicações SIG do Ministério da Defesa ao Ministério do Planejamento
2018 - Aplicações SIG do Ministério da Defesa ao Ministério do Planejamento
 
2018 - Software Livre no Diretório Brasileiro de Dados Geoespaciais - passado...
2018 - Software Livre no Diretório Brasileiro de Dados Geoespaciais - passado...2018 - Software Livre no Diretório Brasileiro de Dados Geoespaciais - passado...
2018 - Software Livre no Diretório Brasileiro de Dados Geoespaciais - passado...
 
2018 - A experiência de desenvolvimento da plataforma nacional no SICAR
2018 - A experiência de desenvolvimento da plataforma nacional no SICAR2018 - A experiência de desenvolvimento da plataforma nacional no SICAR
2018 - A experiência de desenvolvimento da plataforma nacional no SICAR
 
2018 - Soluções em Software livre para apoio à tomada de decisão na gestão de...
2018 - Soluções em Software livre para apoio à tomada de decisão na gestão de...2018 - Soluções em Software livre para apoio à tomada de decisão na gestão de...
2018 - Soluções em Software livre para apoio à tomada de decisão na gestão de...
 
2018 - Sistema de Alertas de Desmatamento no Estado do Pará: "De Olho na Flor...
2018 - Sistema de Alertas de Desmatamento no Estado do Pará: "De Olho na Flor...2018 - Sistema de Alertas de Desmatamento no Estado do Pará: "De Olho na Flor...
2018 - Sistema de Alertas de Desmatamento no Estado do Pará: "De Olho na Flor...
 

Recently uploaded

Program Kickoff- Cohort......_4 (1).pptx
Program Kickoff- Cohort......_4 (1).pptxProgram Kickoff- Cohort......_4 (1).pptx
Program Kickoff- Cohort......_4 (1).pptx
ScottMeyers35
 
Program Kickoff- Cohort 4______ (2).pptx
Program Kickoff- Cohort 4______ (2).pptxProgram Kickoff- Cohort 4______ (2).pptx
Program Kickoff- Cohort 4______ (2).pptx
ScottMeyers35
 

Recently uploaded (20)

Introduction to The Guidelines for the Long-term Sustainability of Outer Spac...
Introduction to The Guidelines for the Long-term Sustainability of Outer Spac...Introduction to The Guidelines for the Long-term Sustainability of Outer Spac...
Introduction to The Guidelines for the Long-term Sustainability of Outer Spac...
 
Program Kickoff- Cohort......_4 (1).pptx
Program Kickoff- Cohort......_4 (1).pptxProgram Kickoff- Cohort......_4 (1).pptx
Program Kickoff- Cohort......_4 (1).pptx
 
Families and Climate Change - iyf30 - IDF.2024 AGENDA PROGRAMME.
Families and Climate Change - iyf30 - IDF.2024 AGENDA PROGRAMME.Families and Climate Change - iyf30 - IDF.2024 AGENDA PROGRAMME.
Families and Climate Change - iyf30 - IDF.2024 AGENDA PROGRAMME.
 
Managing large-scale outbreaks at Farrow-to-Weaner Farms
Managing large-scale outbreaks at Farrow-to-Weaner FarmsManaging large-scale outbreaks at Farrow-to-Weaner Farms
Managing large-scale outbreaks at Farrow-to-Weaner Farms
 
Plant health, safe trade and digital technology.
Plant health, safe trade and digital technology.Plant health, safe trade and digital technology.
Plant health, safe trade and digital technology.
 
Item # 9- 2nd Qtr Financial & Inv. Report
Item # 9- 2nd Qtr Financial & Inv. ReportItem # 9- 2nd Qtr Financial & Inv. Report
Item # 9- 2nd Qtr Financial & Inv. Report
 
Electric Vehicle infrastructure planning in Rural Planning Organizations
Electric Vehicle infrastructure planning in Rural Planning OrganizationsElectric Vehicle infrastructure planning in Rural Planning Organizations
Electric Vehicle infrastructure planning in Rural Planning Organizations
 
Item # 7-8 - 6900 Broadway P&Z Case # 438
Item # 7-8 - 6900 Broadway P&Z Case # 438Item # 7-8 - 6900 Broadway P&Z Case # 438
Item # 7-8 - 6900 Broadway P&Z Case # 438
 
OECD Green Talks LIVE | Diving deeper: the evolving landscape for assessing w...
OECD Green Talks LIVE | Diving deeper: the evolving landscape for assessing w...OECD Green Talks LIVE | Diving deeper: the evolving landscape for assessing w...
OECD Green Talks LIVE | Diving deeper: the evolving landscape for assessing w...
 
International Day of Families - 15 May 2024 - UNDESA.
International Day of Families - 15 May 2024 - UNDESA.International Day of Families - 15 May 2024 - UNDESA.
International Day of Families - 15 May 2024 - UNDESA.
 
World Wildlife Crime Report 2024 - Introduction
World Wildlife Crime Report 2024 - IntroductionWorld Wildlife Crime Report 2024 - Introduction
World Wildlife Crime Report 2024 - Introduction
 
Everything you need to know about your Parish or Town council website & .gov....
Everything you need to know about your Parish or Town council website & .gov....Everything you need to know about your Parish or Town council website & .gov....
Everything you need to know about your Parish or Town council website & .gov....
 
The 2024 World Wildlife Crime Report tracks all these issues, trends and more...
The 2024 World Wildlife Crime Report tracks all these issues, trends and more...The 2024 World Wildlife Crime Report tracks all these issues, trends and more...
The 2024 World Wildlife Crime Report tracks all these issues, trends and more...
 
Harbin-Gross-Spring2022.pdf Yale Historical Review
Harbin-Gross-Spring2022.pdf Yale Historical ReviewHarbin-Gross-Spring2022.pdf Yale Historical Review
Harbin-Gross-Spring2022.pdf Yale Historical Review
 
bee engaged with youth - World Bee Day 2024
bee engaged with youth - World Bee Day 2024bee engaged with youth - World Bee Day 2024
bee engaged with youth - World Bee Day 2024
 
Program Kickoff- Cohort 4______ (2).pptx
Program Kickoff- Cohort 4______ (2).pptxProgram Kickoff- Cohort 4______ (2).pptx
Program Kickoff- Cohort 4______ (2).pptx
 
IEA Global Critical Minerals Outlook2024
IEA Global Critical Minerals Outlook2024IEA Global Critical Minerals Outlook2024
IEA Global Critical Minerals Outlook2024
 
Electric vehicle infrastructure in rural areas
Electric vehicle infrastructure in rural areasElectric vehicle infrastructure in rural areas
Electric vehicle infrastructure in rural areas
 
PPT Item # 9 2ndQTR Financial & Inv. Report
PPT Item # 9 2ndQTR Financial & Inv. ReportPPT Item # 9 2ndQTR Financial & Inv. Report
PPT Item # 9 2ndQTR Financial & Inv. Report
 
RPO America Peer Exchange: Rural Transportation Planning Programs
RPO America Peer Exchange: Rural Transportation Planning ProgramsRPO America Peer Exchange: Rural Transportation Planning Programs
RPO America Peer Exchange: Rural Transportation Planning Programs
 

2018 - Grupo QGIS Brasil e o lançamento do QGIS 3.4 LTR (Versão de Longo Prazo)

  • 1.
  • 2. osgeo.org • qgis.org State of Graphic: Anita Graser
  • 3. osgeo.org • qgis.org Who are we? Former cartographer QGIS core committer for 5 years OSGeo4Mac maintainer Lead Technical Developer for Desktop product for… @dakcarto @geomenke Former archaeologist Certified GIS Professional (GISP) Author of multiple QGIS books Award-winning educator Owner of … Larry Shaffer Kurt Menke
  • 4. osgeo.org • qgis.org uantum GIS •Started in 
 2002 by Gary Sherman •15 years of organic, continuous development •30 core developers and 100s of contributors worldwide •Hundreds of thousands of users
  • 5. osgeo.org • qgis.org Who Contributes to QGIS? Girona Nødebo
  • 7. osgeo.org • qgis.org Project Governance • Restructuring a success! • New logo and branding • Funding development • Grant program proposals • Proper legal entity Graphics: QGIS PSC
  • 8. osgeo.org • qgis.org QGIS 2 ->3 Qt 4 to 5 Python 2 to 3 QGIS 2 to 3 API
  • 9. osgeo.org • qgis.org What’s new in QGIS Desktop? Fifteen years of organic development Graphic: QGIS project
  • 10. osgeo.org • qgis.org What’s new in QGIS Desktop? Task Manager • Background processes • Used across app • PyQGIS API • Utilized by Processing • Responsive GUI • Daily operations faster Graphic: North Road Consulting
  • 11. osgeo.org • qgis.org What’s new in QGIS Desktop? QGIS 3D! • Qt-native 3D support • Rendered on GPU • 3D terrain model from DEM layers • True 3D rendering of vector layers • 3D map view in map composer • Identify objects in 3D view and X/Y/Z • Initial framework Inset Graphic: Martin Dobias
  • 12. osgeo.org • qgis.org What’s new in QGIS Desktop? Layer information layout Data Source Manager
  • 13. osgeo.org • qgis.org Digitizing • Node and Move feature tools now click-click process • Integrates with CAD dock! • Multi-feature editing • Move and copy operations What’s new in QGIS Desktop?
  • 14. osgeo.org • qgis.org What’s new in QGIS Desktop? Multi-map views
  • 15. osgeo.org • qgis.org What’s new in QGIS Desktop? Composer • Refactored layout engine • Mix page sizes and orientations • New reporting • Choose CRS for map items • Sync pictures to true north • Many options now data-defined • Drag .qpt templates onto QGIS • Asyncronous map previews • Numeric guide positioning Graphics: North Road Consulting
  • 16. osgeo.org • qgis.org What’s new in QGIS Desktop? Live layers
  • 17. osgeo.org • qgis.org What’s new in QGIS Desktop? User Profiles • Stored in APPDATA for each platform and no longer .qgis3 • Profiles isolated from one another Custom defaults & settings • New qgis_global_settings.ini file • Override with --globalsettingsfile or QGIS_GLOBAL_SETTINGS_FILE • All hard-coded defaults removed from source code
  • 18. osgeo.org • qgis.org What’s new in QGIS Desktop? Discrete raster styling Graphic: Kurt Menke
  • 19. osgeo.org • qgis.org What’s new in QGIS Desktop? Options filtering Layer dependencies
  • 20. osgeo.org • qgis.org What’s new in QGIS Desktop? Zooming to matching features Graphic: North Road Consulting
  • 21. osgeo.org • qgis.org What’s new in QGIS Desktop? Point cluster renderer Unified search bar Right Graphic: North Road Consulting
  • 22. osgeo.org • qgis.org Authentication System • OAuth2 method plugin • Master Password Helper plugin OAuth2 Store/retrieve password What’s new in QGIS Desktop?
  • 23. osgeo.org • qgis.org What’s new in QGIS Desktop? But wait, there’s more… • Project may be zipped: .qgz • Copy canvas to clipboard as image • Lock aspect ratio for Save as image/PDF • New algorithms to add/delete Z/M values to existing geometries • New unit type for rendering in meters • Dynamic form for joined fields • Algorithms for subdividing geometries • Drag/drop layers go to background task • Save map/canvas as PDF • Paint effect support for label buffers • Better crash dialog • Tons of new expressions • Load/save paletted raster color tables • Geometry snapping within same layer • Plugins can embed Options page • Holding shift while using map zoom tools inverts the zoom
  • 24. osgeo.org • qgis.org 2.18 Style Manager 3.0 What’s changed in QGIS Desktop?
  • 25. osgeo.org • qgis.org Processing • Now a background task, freeing up GUI! • Organized by operation • Changes to modeler (export to PDF/SVG) • Only QGIS, GDAL algorithms by default • Find providers in Plugin Manager • Options now with application’s • Manually rebuild Processing models New organization What’s changed in QGIS Desktop?
  • 26. osgeo.org • qgis.org Project files • Migrate < 2.18 projects to latest 2.18 release • OTF is always ON now • New ‘No projection’ option • Measurements make sense Migrating from QGIS 2 to 3
  • 27. osgeo.org • qgis.org Gone! • Oracle Raster provider • DXF2SHP plugin • Most Processing providers • Old labeling engine Plugins -> Processing • GDALTools • Geometry Snapper • Heat Map • Interpolation • Raster Terrain Analysis • RoadGraph • Zonal Stats Multiple GUI access points Migrating from QGIS 2 to 3
  • 28. osgeo.org • qgis.org What’s new in QGIS Server? • Renewed development efforts • Increased OGC-compliance • Server-side authentication support • Refactoring funded by QGIS project • Used as backend to GeoNode • Now in unit tests! demo.qgis.org OWS config & QGIS Web Client
  • 29. osgeo.org • qgis.org What’s new in QGIS Mobile? QGIS Web Client 2 QField (opengis.ch) Graphics: QGIS WC2 project; OpenGIS.ch
  • 30. osgeo.org • qgis.org Migrating Convert Python using 2to3 • Use 2to3 script in <QGIS repo>/scripts • Native support for Unicode is better in Python 3. Avoid excessive casting like str(<already unicode>) Plugins from QGIS 2 to 3 Code for QGIS 3, run on QGIS 2 • Consider using qgis2compat • Code using latest API and let plugin manage backwards conversion of API Code for QGIS 2 and 3 APIs • Requires duplicate code blocks Convert PyQt4 -> PyQt5 • Fix anything not already done by to3 • Avoid: from PyQt5.QtCore import * • Better: from qgis.PyQt5 import A, B, C Code for QGIS 3 API • Fine for QGIS3-only plugins
  • 31. osgeo.org • qgis.org QGIS Release Schedule Aug Nov Feb May Aug Nov Feb 2017 2018 Release Branch 3.23.0 11.24 03.09 07.13 LongTerm Release Branch2.182.14 2.18 11.02 3.4 3.6 3.4 FF: 3.0 feature (and API) freeze 09.15 FF
  • 32. osgeo.org • qgis.org Commercial Support Core Contributing Other Graphics: copyright respective to holders
  • 33. osgeo.org • qgis.org Get Involved! • Core development • Sponsor development • Testing & debugging • Plugin development • Documentation • Translation • Code sprints • Education ? Graphic: QGIS US User Group
  • 34. osgeo.org • qgis.org QGIS Training & Literature geoforall.org Graphics: copyright respective to holders