Difference between revisions of "New Virtual Raster Data Provider for Raster Calculator in QGIS"

From OSGeo
Jump to navigation Jump to search
Line 16: Line 16:
 
=== 17th May - 7th June ===
 
=== 17th May - 7th June ===
 
'''Community bonding period''':
 
'''Community bonding period''':
#'''Task Done during the period :'''
+
#''Achieved tasks:'''
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.
+
* Setting up Development Environment for QGIS;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.
+
* Introducing myself over the channel and shared my proposal on the mailing list for suggestions and feedbacks;
 +
* Getting in contact with mentors and start to dive in the source code and look for some small bugfix I can work on;
 
* Created a wiki page for the project "A new render type On the fly Raster Calculator for QGIS".
 
* Created a wiki page for the project "A new render type On the fly Raster Calculator for QGIS".
* Forked the repository of QGIS. [https://github.com/Franc-Brs/QGIS.git Repository]
+
* Forking the repository of QGIS. Here: [https://github.com/Franc-Brs/QGIS.git Forked Repository];
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:Frabrs User]  
+
* Creating wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:Frabrs Here] the page is available;
* Updated links on the wiki Google Summer of Code 2021 Accepted [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted page]
+
* Updating links on the wiki Google Summer of Code 2021 Accepted [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted page]
* Joined Slack channel created by mentors.
+
* Joining Slack channel created by mentors;
* Development Environment setup for QGIS.
 
* Discussing with the mentors their expectations over the GSoC 2021 project period.
 
 
 
  
 
== GSoC 2021 Final Report ==
 
== GSoC 2021 Final Report ==

Revision as of 09:30, 26 May 2021

Introduction

Main Idea

QGIS is a powerful Free and Open Source GIS software, you can work with everything that has some spatial characteristics. The aim of this project is to add some tool to the existing raster calculator to facilitate some workflows.

Project proposal

The proposal for GSoC 2021 that I submitted can be found here.

Abstract

QGIS already has an integrated raster calculator, where user can enter an expression that will apply raster algebra functions to one or more input rasters and produce a new raster file. This project aim is to develop a new virtual raster data provider that can help to use the raster calculator without creating a lot of files on a disk. It will be possible to perform the computation on the fly when map gets rendered. It will be therefore possible for the users to see the results of raster algebra expression that has been typed without the creation of derived raster files. For example, it should be possible to compute the NDVI index on-the-fly.

Link to Github repository: Repository

Timeline

17th May - 7th June

Community bonding period:

  1. Achieved tasks:'
  • Setting up Development Environment for QGIS;
  • Introducing myself over the channel and shared my proposal on the mailing list for suggestions and feedbacks;
  • Getting in contact with mentors and start to dive in the source code and look for some small bugfix I can work on;
  • Created a wiki page for the project "A new render type On the fly Raster Calculator for QGIS".
  • Forking the repository of QGIS. Here: Forked Repository;
  • Creating wiki User page and added my personal information. Here the page is available;
  • Updating links on the wiki Google Summer of Code 2021 Accepted page
  • Joining Slack channel created by mentors;

GSoC 2021 Final Report

Student's Biography

I am Francesco Bursi and I’m currently enrolled at Advanced Master on "GIScience and Unmanned System for the integrated management of the territory and the natural resources - with majors" with specialization in GISCIENCE and GEOINFORMATICS (Level 8 EQF) at the University of Padua, in Italy. I took my master’s degree in civil engineering attending the Polytechnic of Turin in 2017. I'm passionate about informatics and GIS, and I really love OS environment. Some more information about me can be found on Linkedln and on Github

Mentors

Martin Dobias

Peter Petrik