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

From OSGeo
Jump to navigation Jump to search
Line 4: Line 4:
  
 
===Project proposal===
 
===Project proposal===
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1u8L_L1IJjGCZ3d8Vq8duxHbsHZeyzwqOe3tXa1JcKbs/edit?usp=sharing here].
+
The proposal for GSoC 2021 that I submitted can be found [https://docs.google.com/document/d/1u8L_L1IJjGCZ3d8Vq8duxHbsHZeyzwqOe3tXa1JcKbs/edit?usp=sharing here].
 
 
=== Advantages from this project ===
 
  
 +
=== 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. 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:''' [https://github.com/Franc-Brs/QGIS.git Repository]
 
'''Link to Github repository:''' [https://github.com/Franc-Brs/QGIS.git Repository]

Revision as of 09:11, 26 May 2021

Introduction

Main Idea

The Idea is

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. 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. Task Done during the period :
  • Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.
  • Communicating with mentors and Getting familiar with the source code of the project given by mentors.
  • Created a wiki page for the project "A new render type On the fly Raster Calculator for QGIS".
  • Forked the repository of QGIS. Repository
  • Updated wiki User page and added my personal information. User
  • Updated links on the wiki Google Summer of Code 2021 Accepted page
  • Joined 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

Student's Biography

I am Francesco Bursi Some more information about me can be found on Linkedln and on Github


Mentors

Martin Dobias

Peter Petrik