<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Srvsi</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Srvsi"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Srvsi"/>
	<updated>2026-04-12T21:23:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127209</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127209"/>
		<updated>2021-08-22T11:02:30Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
=== Final Report for GSoC 2021 ===&lt;br /&gt;
Here is the Final Report link about the project and the contribution I did during this period to MapMint4ME. &lt;br /&gt;
&lt;br /&gt;
'''[https://github.com/srvsingh1962/ARDraw-MM4ME/wiki/Final-Report-Google-Summer-of-Code-2021-Project Final Report]'''&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. [https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder Link]&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience. [https://drive.google.com/file/d/1ARfMjvVBsDiT10vJV4NsfPIb-6-BZWDw/view?usp=sharing Video]&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
'''Week 8 - 26th July - 31st July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Found a bug in AR Draw that was not rendering more planes afterward drawing the first line and resolved it. [https://drive.google.com/file/d/1DGxRznVbdEp4PoZPvYYPH4Bsj9za1hIT/view?usp=sharing video]&lt;br /&gt;
*I Went through the MM4ME Android projects file and was facing some difficulty with JDK in build &amp;amp; run on my device then resolved that issue.&lt;br /&gt;
*Tried to export the UNITY project as a module and integrate it with the Android project.&lt;br /&gt;
&lt;br /&gt;
'''Week 9 - 1st August - 8th August''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I build a demo native android app in android studio and import the unity project as the library in that and start the AR experience on button click. [https://drive.google.com/file/d/1G2PxcRgMfWPESy8beOaPHfC0yVGtNO0M/view?usp=drivesdk Video]&lt;br /&gt;
&lt;br /&gt;
'''Next Week Target''':&lt;br /&gt;
*Will work on documentation about the Unity project and comments in C# scripts for future prospects.&lt;br /&gt;
*Will build the final apk of MM4ME with AR Experience in it.&lt;br /&gt;
*Will work on some AR experience and will try if We can add some more things to add in time.&lt;br /&gt;
&lt;br /&gt;
'''Week 10 - 9th August - 16th August''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Build the final apk of MM4ME with AR Experience in it.[https://drive.google.com/file/d/1LZu8k5iDT_hLr-KzCTY8zUp2JkJlw_gH/view?usp=sharing Video]&lt;br /&gt;
*Working on final documentation about the project.&lt;br /&gt;
*Had a meeting and discussion with fellow GSoC students and mentors about the error faced and resolved them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127053</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127053"/>
		<updated>2021-08-15T17:35:08Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. [https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder Link]&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience. [https://drive.google.com/file/d/1ARfMjvVBsDiT10vJV4NsfPIb-6-BZWDw/view?usp=sharing Video]&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
'''Week 8 - 26th July - 31st July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Found a bug in AR Draw that was not rendering more planes afterward drawing the first line and resolved it. [https://drive.google.com/file/d/1DGxRznVbdEp4PoZPvYYPH4Bsj9za1hIT/view?usp=sharing video]&lt;br /&gt;
*I Went through the MM4ME Android projects file and was facing some difficulty with JDK in build &amp;amp; run on my device then resolved that issue.&lt;br /&gt;
*Tried to export the UNITY project as a module and integrate it with the Android project.&lt;br /&gt;
&lt;br /&gt;
'''Week 9 - 1st August - 8th August''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I build a demo native android app in android studio and import the unity project as the library in that and start the AR experience on button click. [https://drive.google.com/file/d/1G2PxcRgMfWPESy8beOaPHfC0yVGtNO0M/view?usp=drivesdk Video]&lt;br /&gt;
&lt;br /&gt;
'''Next Week Target''':&lt;br /&gt;
*Will work on documentation about the Unity project and comments in C# scripts for future prospects.&lt;br /&gt;
*Will build the final apk of MM4ME with AR Experience in it.&lt;br /&gt;
*Will work on some AR experience and will try if We can add some more things to add in time.&lt;br /&gt;
&lt;br /&gt;
'''Week 10 - 9th August - 16th August''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Build the final apk of MM4ME with AR Experience in it.[https://drive.google.com/file/d/1LZu8k5iDT_hLr-KzCTY8zUp2JkJlw_gH/view?usp=sharing Video]&lt;br /&gt;
*Working on final documentation about the project.&lt;br /&gt;
*Had a meeting and discussion with fellow GSoC students and mentors about the error faced and resolved them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127038</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127038"/>
		<updated>2021-08-08T10:42:52Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. [https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder Link]&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience. [https://drive.google.com/file/d/1ARfMjvVBsDiT10vJV4NsfPIb-6-BZWDw/view?usp=sharing Video]&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
'''Week 8 - 26th July - 31st July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Found a bug in AR Draw that was not rendering more planes afterward drawing the first line and resolved it. [https://drive.google.com/file/d/1DGxRznVbdEp4PoZPvYYPH4Bsj9za1hIT/view?usp=sharing video]&lt;br /&gt;
*I Went through the MM4ME Android projects file and was facing some difficulty with JDK in build &amp;amp; run on my device then resolved that issue.&lt;br /&gt;
*Tried to export the UNITY project as a module and integrate it with the Android project.&lt;br /&gt;
&lt;br /&gt;
'''Week 9 - 1st August - 8th August''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I build a demo native android app in android studio and import the unity project as the library in that and start the AR experience on button click. [https://drive.google.com/file/d/1G2PxcRgMfWPESy8beOaPHfC0yVGtNO0M/view?usp=drivesdk Video]&lt;br /&gt;
&lt;br /&gt;
'''Next Week Target''':&lt;br /&gt;
*Will work on documentation about the Unity project and comments in C# scripts for future prospects.&lt;br /&gt;
*Will build the final apk of MM4ME with AR Experience in it.&lt;br /&gt;
*Will work on some AR experience and will try if We can add some more things to add in time.&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127009</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=127009"/>
		<updated>2021-07-31T16:26:32Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. [https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder Link]&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience. [https://drive.google.com/file/d/1ARfMjvVBsDiT10vJV4NsfPIb-6-BZWDw/view?usp=sharing Video]&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
'''Week 8 - 26th July - 31st July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Found a bug in AR Draw that was not rendering more planes afterward drawing the first line and resolved it. [https://drive.google.com/file/d/1DGxRznVbdEp4PoZPvYYPH4Bsj9za1hIT/view?usp=sharing video]&lt;br /&gt;
*I Went through the MM4ME Android projects file and was facing some difficulty with JDK in build &amp;amp; run on my device then resolved that issue.&lt;br /&gt;
*Tried to export the UNITY project as a module and integrate it with the Android project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126976</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126976"/>
		<updated>2021-07-25T17:36:36Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. [https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder Link]&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience. [https://drive.google.com/file/d/1ARfMjvVBsDiT10vJV4NsfPIb-6-BZWDw/view?usp=sharing Video]&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126975</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126975"/>
		<updated>2021-07-25T16:55:21Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
'''Week 6 - 11th July - 17th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on Optimizing C# code.&lt;br /&gt;
*Read articles about how to integrate the UNITY 3D project with the Android Studio Project. ( Link: https://techraveller.com/how-to-integrate-unity-program-to-android-studio/#:~:text=To%20make%20sure%20you%20can,xml%20in%20this%20folder.)&lt;br /&gt;
*Worked upon improving some AR Experience and feedback to the user.&lt;br /&gt;
&lt;br /&gt;
'''Week 7 - 18th July - 25th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the remove lines feature to erase the line drawn on the plane in the AR experience.&lt;br /&gt;
*Gone through the MM4ME Android studio project file and added the button in-app to launch the AR draw experience.&lt;br /&gt;
*Worked upon UI elements on the canvas to change the button size color and font.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126932</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126932"/>
		<updated>2021-07-12T12:01:33Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ LinkedIn]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126931</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126931"/>
		<updated>2021-07-12T12:00:47Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
'''Week 5 - 4th July - 10th July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*I have added the feature to calculate the length of the drawn line in the AR draw experience. [https://drive.google.com/file/d/1D1WtVe6m8eZIEyWJjpOVWXgcAiApRfJq/view?usp=drivesdk Video link:]&lt;br /&gt;
*Worked upon sticking the 3D text of the length of the line to the rendered line in the scene.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126889</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126889"/>
		<updated>2021-07-04T08:03:55Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
'''Week 4 - 28th June - 3rd July''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Added the feature to draw the lines over the recognized planes like horizontal or vertical planes.[https://drive.google.com/file/d/1vFnokiVquxSeDe1R2cAcJ6Kjg217pxzM/view?usp=sharing Video link]&lt;br /&gt;
*Multi-touch draw feature added to the AR Draw experience.&lt;br /&gt;
*Discussion with mentors about the current features and the features that need to be added to the AR experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126860</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126860"/>
		<updated>2021-06-27T17:29:19Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 3 - 21th June - 27th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
== GSoC 2021 Final Report ==&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126859</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126859"/>
		<updated>2021-06-27T17:28:54Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
*Worked on bugs in the line width dropbox and line drawing in the project and resolved them.&lt;br /&gt;
*Discussed with mentors about the current aspect and more features that we can add to the ARDraw Experience.&lt;br /&gt;
*Gone through the related topics to the color picker feature for the lines drawn in the AR Draw experience. Ref: https://forum.unity.com/threads/color-picker.267043/&lt;br /&gt;
*Build the apk for testing and trial. Video link: &lt;br /&gt;
*About bug/issue: While selecting the width from the dropbox the touch was drawing a   line at the back of the UI.&lt;br /&gt;
 After issue Resolved: [https://drive.google.com/file/d/1tNkaHfb1AY9ZCEaEAPe1A4htPv4XIbkg/view?usp=sharing Link]&lt;br /&gt;
 Before issue Resolved [https://drive.google.com/file/d/1sAaHfza7EYjD94TvBNk0iCPZC-VMTXCi/view?usp=sharing Link]&lt;br /&gt;
&lt;br /&gt;
== GSoC 2021 Final Report ==&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126823</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126823"/>
		<updated>2021-06-20T18:43:40Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== Community bonding period ===&lt;br /&gt;
&lt;br /&gt;
'''17th May - 7th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
=== Coding period 1:===&lt;br /&gt;
&lt;br /&gt;
'''Week 1 - 7th June - 13th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors for some doubts regarding the project.&lt;br /&gt;
*Gone through some blogs, documentation, and videos regarding the project.&lt;br /&gt;
*Worked upon some UX and UI for the AR experience.&lt;br /&gt;
*Worked on writing some C# script in UNITY for the project.&lt;br /&gt;
*Building the first iteration APK of the AR Draw project in UNITY 3D.&lt;br /&gt;
&lt;br /&gt;
'''Week 2 - 14th June - 20th June''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period:'''&lt;br /&gt;
&lt;br /&gt;
*Discussing with the mentors about using Google AR cloud anchor or using open source AR cloud project.&lt;br /&gt;
*Gone through documentation, projects file, code, and videos regarding the Open AR cloud open-source project.&lt;br /&gt;
*Cloned the OpenAR Cloud project( [https://github.com/OpenArCloud/oscp-unity-client link] ) unity client and tried to build that project &amp;amp; needed more time to spend on this part for the project.&lt;br /&gt;
*Worked on adding UI elements like line width dropbox and etc &amp;amp; make them working with code.&lt;br /&gt;
*Building the iteration APK of the AR Draw project in UNITY 3D for trial and Testing.&lt;br /&gt;
&lt;br /&gt;
== GSoC 2021 Final Report ==&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126693</id>
		<title>GSoC 2021 Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&amp;diff=126693"/>
		<updated>2021-05-30T07:24:04Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: Removed redirect to Aniket Giri&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
 &lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. 	&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
 &lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
 &lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
 &lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
 &lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
&lt;br /&gt;
=== 17th May - 7th June ===&lt;br /&gt;
&lt;br /&gt;
'''Community bonding period''':&lt;br /&gt;
&lt;br /&gt;
'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
== GSoC 2021 Final Report ==&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
&lt;br /&gt;
for more information here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
	&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*[https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2021_Accepted&amp;diff=126618</id>
		<title>Google Summer of Code 2021 Accepted</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2021_Accepted&amp;diff=126618"/>
		<updated>2021-05-25T17:27:58Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: /* Accepted Proposals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GSoC2016Logo.jpg|400px|link=https://developers.google.com/open-source/gsoc/]] &amp;lt;font size=&amp;quot;+3&amp;quot;&amp;gt; @ &amp;lt;/font&amp;gt; &lt;br /&gt;
[[Image:Osgeo-logo.png|300px|link=http://www.osgeo.org]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2021]] @ OSGeo wiki page.&lt;br /&gt;
&lt;br /&gt;
== Accepted Proposals ==&lt;br /&gt;
&lt;br /&gt;
This year OSGeo accepted 12 students working on the following projects:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;   border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
|'''Project Logo'''&lt;br /&gt;
|'''Community'''&lt;br /&gt;
|'''Project'''&lt;br /&gt;
|'''Student'''&lt;br /&gt;
|'''1st mentor'''&lt;br /&gt;
|'''2nd mentor'''&lt;br /&gt;
|'''Other Mentors'''&lt;br /&gt;
|'''Wiki page'''&lt;br /&gt;
|'''Repository'''&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-qgis.png|40px|center]]&lt;br /&gt;
|QGIS&lt;br /&gt;
|A new render type: On-the-fly Raster Calculator for QGIS&lt;br /&gt;
|[[User: Frabrs|Francesco Bursi]]&lt;br /&gt;
|[[User:MartinDobias|Martin Dobias]]&lt;br /&gt;
|[[User:Zilolv|Peter Petrik]]&lt;br /&gt;
|[[User:Robertomarzocchi|Roberto Marzocchi]]&lt;br /&gt;
|https://wiki.osgeo.org/wiki/Virtual_Raster_Provider&lt;br /&gt;
|https://github.com/Franc-Brs/QGIS.git&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|First steps towards a new GRASS GIS Single-Window GUI&lt;br /&gt;
|[[User:Lindakladivova|Linda Kladivova]]&lt;br /&gt;
|[[User:Annakrat|Anna Petrasova]]&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:Martinl|Martin Landa]], [[User:SBL|Stefan Blumentrath]]&lt;br /&gt;
|https://trac.osgeo.org/grass/wiki/GSoC/2021/SingleWindowLayout&lt;br /&gt;
|https://github.com/lindakladivova/grass&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Improved Integration of GRASS GIS and Jupyter Notebooks&lt;br /&gt;
|[[User:Chaedri|Caitlin Haedrich]]&lt;br /&gt;
|[[User:Helena|Helena Mitasova]]&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:SBL|Stefan Blumentrath]]&lt;br /&gt;
|https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Parallelization of existing modules for GRASS GIS&lt;br /&gt;
|Aaron Saw Min Sern&lt;br /&gt;
|Huidae Cho&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:Marisn|Māris Nartišs]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Enhancing ARScale and CloudAnchor support to the MapMint4ME Android Application&lt;br /&gt;
|Aniket Giri&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Implement 3D scene visualization support using Potree and integrate with MapMint&lt;br /&gt;
|Aryan Kenchappagol&lt;br /&gt;
|[[Sittichai_choosumrong|Sittichai Choosumrong]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], Samuel Souk aloun, [[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Integrating 3D scene builder as WPS services within MapMint administration User Interface&lt;br /&gt;
|[[User:SandeepSaurav|Sandeep Saurav]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|AR Draw experience in MapMint4me&lt;br /&gt;
|[[User:Srvsi | Sourav Singh]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|https://wiki.osgeo.org/wiki/GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App&lt;br /&gt;
|[https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Integrating a module to 3d scan a house within the MapMint4ME android application.&lt;br /&gt;
|[[User:Ayoubft | Ayoub Fatihi]]&lt;br /&gt;
|Samuel Souk aloun&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]], [[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Pgrouting-logo.png|40px|center]]&lt;br /&gt;
|pgRouting&lt;br /&gt;
|VRP functionality with VROOM on the database for pgRouting&lt;br /&gt;
|[[User:Krashish8|Ashish Kumar]]&lt;br /&gt;
|[[User:Cvvergara|Celia Virginia Vergara Castillo]]&lt;br /&gt;
|Ashraf Hossain&lt;br /&gt;
|[[User:Rahulworld|Rahul Chauhan]]&lt;br /&gt;
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2021-VRP-functionality-with-VROOM-on-the-database&lt;br /&gt;
|https://github.com/krashish8/GSoC-pgRouting&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Pgrouting-logo.png|40px|center]]&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Implement Edge Coloring Algorithm for pgRouting by the Boost Graph Library&lt;br /&gt;
|[[User:Veenits123|Veenit Kumar]]&lt;br /&gt;
|Ashraf Hossain&lt;br /&gt;
|[[User:Danielkastl|Daniel Kastl]]&lt;br /&gt;
|[[User:Rahulworld|Rahul Chauhan]]&lt;br /&gt;
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2021-Implement-Edge-Coloring-Algorithm-for-pgRouting-by-the-Boost-Graph-Library&lt;br /&gt;
|https://github.com/Veenits123/GSoC-pgRouting&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Logo-postgis.png|40px|center]]&lt;br /&gt;
|PostGIS&lt;br /&gt;
|Implement sorting methods for PostGIS data types before building GiST index&lt;br /&gt;
|HanwGeek&lt;br /&gt;
|[[User:Robe|Regina Obe]]&lt;br /&gt;
|Giuseppe Broccolo&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Aniket_Giri&amp;diff=126617</id>
		<title>User:Aniket Giri</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Aniket_Giri&amp;diff=126617"/>
		<updated>2021-05-25T16:11:11Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: Created page with &amp;quot;== Introduction == === Idea === The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in U...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The Idea is basically about introducing the Augmented Reality experience in the present MapMint4ME project by building the AR Draw feature in UNITY 3D and adding its intent in the MapMint4ME project. &lt;br /&gt;
&lt;br /&gt;
AR Draw -  It’s an AR experience that just lets you draw simple lines using a line renderer in 3D space by touching your screen with a single finger or can be with multiple fingers and moving the phone around the space.&lt;br /&gt;
&lt;br /&gt;
MapMint4ME means MapMint 4 (for) Measure and Evaluation, It is an Android application that allows you to edit geolocated data in online or offline mode.&lt;br /&gt;
&lt;br /&gt;
===Project proposal===&lt;br /&gt;
My proposal for GSoC 2021 can be found [https://docs.google.com/document/d/1fFtNjTFbt5-c_h2hQYZcHBO-YDoY4PYl0UPjpK7xosI/edit?usp=sharing here].&lt;br /&gt;
&lt;br /&gt;
=== Advantages from this project ===&lt;br /&gt;
This project will bring the Augmented Reality capabilities to the software with better UI and UX parts for the MapMint4ME AR Draw experience. User Experience for GIS services puts UX at the heart of your GIS applications, increasing usability for GIS apps.&lt;br /&gt;
&lt;br /&gt;
'''Link to Github repository:''' [https://github.com/srvsingh1962/ARDraw-MM4ME Repository]&lt;br /&gt;
&lt;br /&gt;
== Timeline ==&lt;br /&gt;
=== 17th May - 7th June ===&lt;br /&gt;
'''Community bonding period''':&lt;br /&gt;
#'''Task Done during the period :'''&lt;br /&gt;
* Introduced myself over the channel and shared my proposal over the mailing list for suggestions and feedbacks.&lt;br /&gt;
* Communicating with mentors and Getting familiar with the source code of the project given by mentors.&lt;br /&gt;
* Created a wiki page for the project &amp;quot;Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App&amp;quot;.&lt;br /&gt;
* Forked the repository of MapMint4ME android application. [https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
* Updated wiki User page and added my personal information. [https://wiki.osgeo.org/wiki/User:srvsi User] &lt;br /&gt;
* Updated links on the wiki Google Summer of Code 2021 Accepted page. [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021_Accepted Page]&lt;br /&gt;
* Joined MapMint Slack Workspace created by mentors.&lt;br /&gt;
* Development Environment setup of MapMint4ME android application for UNITY 3D and Android Studio.&lt;br /&gt;
* Discussing with the mentors their expectations over the GSoC 2021 project period.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GSoC 2021 Final Report ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Student's Biography ==&lt;br /&gt;
I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects. &lt;br /&gt;
Some more information about me here is the link : [https://www.linkedin.com/in/srvsingh1962/ User]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mentors ==&lt;br /&gt;
*Rajat Shinde [https://wiki.osgeo.org/wiki/User:Rajatshinde Rajat Shinde]&lt;br /&gt;
*Fenoy Gerald [https://wiki.osgeo.org/wiki/User:Djay Fenoy Gerald ]&lt;br /&gt;
*Venkatesh Raghavan [https://wiki.osgeo.org/wiki/Venkatesh_Raghavan Venkatesh Raghavan ]&lt;br /&gt;
*Sittichai choosumrong [https://wiki.osgeo.org/wiki/Sittichai_choosumrong Sittichai choosumrong ]&lt;br /&gt;
*Samuel Souk aloun&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2021_Accepted&amp;diff=126616</id>
		<title>Google Summer of Code 2021 Accepted</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Google_Summer_of_Code_2021_Accepted&amp;diff=126616"/>
		<updated>2021-05-25T16:03:03Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: /* Accepted Proposals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Image:GSoC2016Logo.jpg|400px|link=https://developers.google.com/open-source/gsoc/]] &amp;lt;font size=&amp;quot;+3&amp;quot;&amp;gt; @ &amp;lt;/font&amp;gt; &lt;br /&gt;
[[Image:Osgeo-logo.png|300px|link=http://www.osgeo.org]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Back to the main OSGeo [[Google Summer of Code 2021]] @ OSGeo wiki page.&lt;br /&gt;
&lt;br /&gt;
== Accepted Proposals ==&lt;br /&gt;
&lt;br /&gt;
This year OSGeo accepted 12 students working on the following projects:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;   border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;&amp;quot; &lt;br /&gt;
|'''Project Logo'''&lt;br /&gt;
|'''Community'''&lt;br /&gt;
|'''Project'''&lt;br /&gt;
|'''Student'''&lt;br /&gt;
|'''1st mentor'''&lt;br /&gt;
|'''2nd mentor'''&lt;br /&gt;
|'''Other Mentors'''&lt;br /&gt;
|'''Wiki page'''&lt;br /&gt;
|'''Repository'''&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-qgis.png|40px|center]]&lt;br /&gt;
|QGIS&lt;br /&gt;
|A new render type: On-the-fly Raster Calculator for QGIS&lt;br /&gt;
|[[User: Frabrs|Francesco Bursi]]&lt;br /&gt;
|[[User:MartinDobias|Martin Dobias]]&lt;br /&gt;
|[[User:Zilolv|Peter Petrik]]&lt;br /&gt;
|[[User:Robertomarzocchi|Roberto Marzocchi]]&lt;br /&gt;
|https://wiki.osgeo.org/wiki/Virtual_Raster_Provider&lt;br /&gt;
|https://github.com/Franc-Brs/QGIS.git&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|First steps towards a new GRASS GIS Single-Window GUI&lt;br /&gt;
|[[User:Lindakladivova|Linda Kladivova]]&lt;br /&gt;
|[[User:Annakrat|Anna Petrasova]]&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:Martinl|Martin Landa]], [[User:SBL|Stefan Blumentrath]]&lt;br /&gt;
|https://trac.osgeo.org/grass/wiki/GSoC/2021/SingleWindowLayout&lt;br /&gt;
|https://github.com/lindakladivova/grass&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Improved Integration of GRASS GIS and Jupyter Notebooks&lt;br /&gt;
|[[User:Chaedri|Caitlin Haedrich]]&lt;br /&gt;
|[[User:Helena|Helena Mitasova]]&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:SBL|Stefan Blumentrath]]&lt;br /&gt;
|https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:logo-grass.png|40px|center]]&lt;br /&gt;
|GRASS GIS&lt;br /&gt;
|Parallelization of existing modules for GRASS GIS&lt;br /&gt;
|Aaron Saw Min Sern&lt;br /&gt;
|Huidae Cho&lt;br /&gt;
|[[User:Wenzeslaus|Vaclav Petras]]&lt;br /&gt;
|[[User:Marisn|Māris Nartišs]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Enhancing ARScale and CloudAnchor support to the MapMint4ME Android Application&lt;br /&gt;
|Aniket Giri&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Implement 3D scene visualization support using Potree and integrate with MapMint&lt;br /&gt;
|Aryan Kenchappagol&lt;br /&gt;
|[[Sittichai_choosumrong|Sittichai Choosumrong]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], Samuel Souk aloun, [[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Integrating 3D scene builder as WPS services within MapMint administration User Interface&lt;br /&gt;
|[[User:SandeepSaurav|Sandeep Saurav]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|AR Draw experience in MapMint4me&lt;br /&gt;
|Sourav singh&lt;br /&gt;
|[[User:RajatShinde|Rajat Shinde]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]]&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]], [[Sittichai_choosumrong|Sittichai Choosumrong]], Samuel Souk aloun&lt;br /&gt;
|https://wiki.osgeo.org/wiki/User:srvsi&lt;br /&gt;
|[https://github.com/srvsingh1962/MapMint4ME Repository]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Mapmint-logo-small.png|40px|center]]&lt;br /&gt;
|MapMint&lt;br /&gt;
|Integrating a module to 3d scan a house within the MapMint4ME android application.&lt;br /&gt;
|[[User:Ayoubft | Ayoub Fatihi]]&lt;br /&gt;
|Samuel Souk aloun&lt;br /&gt;
|[[User:Djay|Gérald Fenoy]]&lt;br /&gt;
|[[User:Venka|Venkatesh Raghavan]], [[User:RajatShinde|Rajat Shinde]], [[Sittichai_choosumrong|Sittichai Choosumrong]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Pgrouting-logo.png|40px|center]]&lt;br /&gt;
|pgRouting&lt;br /&gt;
|VRP functionality with VROOM on the database for pgRouting&lt;br /&gt;
|[[User:Krashish8|Ashish Kumar]]&lt;br /&gt;
|[[User:Cvvergara|Celia Virginia Vergara Castillo]]&lt;br /&gt;
|Ashraf Hossain&lt;br /&gt;
|[[User:Rahulworld|Rahul Chauhan]]&lt;br /&gt;
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2021-VRP-functionality-with-VROOM-on-the-database&lt;br /&gt;
|https://github.com/krashish8/GSoC-pgRouting&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Pgrouting-logo.png|40px|center]]&lt;br /&gt;
|pgRouting&lt;br /&gt;
|Implement Edge Coloring Algorithm for pgRouting by the Boost Graph Library&lt;br /&gt;
|[[User:Veenits123|Veenit Kumar]]&lt;br /&gt;
|Ashraf Hossain&lt;br /&gt;
|[[User:Danielkastl|Daniel Kastl]]&lt;br /&gt;
|[[User:Rahulworld|Rahul Chauhan]]&lt;br /&gt;
|https://github.com/pgRouting/pgrouting/wiki/GSoC-2021-Implement-Edge-Coloring-Algorithm-for-pgRouting-by-the-Boost-Graph-Library&lt;br /&gt;
|https://github.com/Veenits123/GSoC-pgRouting&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[Image:Logo-postgis.png|40px|center]]&lt;br /&gt;
|PostGIS&lt;br /&gt;
|Implement sorting methods for PostGIS data types before building GiST index&lt;br /&gt;
|HanwGeek&lt;br /&gt;
|[[User:Robe|Regina Obe]]&lt;br /&gt;
|Giuseppe Broccolo&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Srvsi&amp;diff=126586</id>
		<title>User:Srvsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Srvsi&amp;diff=126586"/>
		<updated>2021-05-24T18:27:10Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Sourav Singh&lt;br /&gt;
|JobTitle=Student&lt;br /&gt;
|Company=Indian Institute of Information Technology Nagpur&lt;br /&gt;
|Address=Survey No. 140,141/1 behind Br. Sheshrao Wankhade Shetkari Sahkari Soot Girni, Village - Waranga, PO - Bori (Butibori)- 441108&lt;br /&gt;
|Country=India&lt;br /&gt;
|State=Maharashtra&lt;br /&gt;
|City=Nagpur&lt;br /&gt;
|Coordinate=20.948190, 79.027624&lt;br /&gt;
|LocalChapter=India&lt;br /&gt;
|Email=srvsingh1962@gmail.com&lt;br /&gt;
|InstantMessaging=srvsingh1962@gmail.com&lt;br /&gt;
|SocialMedia=https://www.linkedin.com/in/srvsingh1962/&lt;br /&gt;
|Website=https://wiki.osgeo.org/wiki/User:Srvsi&lt;br /&gt;
|Photo=Sourav.jpg|frame&lt;br /&gt;
|Languages=English, Hindi;&lt;br /&gt;
|Info=I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects.&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=No&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=No&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;br /&gt;
My proposal '''Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App''' got selected for GSoC 2021. [[https://wiki.osgeo.org/wiki/GSoC_2021_Building_the_AR_Draw_Experience_with_UNITY_3D_and_Integrating_it_with_the_present_MapMint4ME_App Link]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=User:Srvsi&amp;diff=126582</id>
		<title>User:Srvsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=User:Srvsi&amp;diff=126582"/>
		<updated>2021-05-24T15:32:03Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: Created page with &amp;quot;{{OSGeo Member |Name=Sourav Singh |JobTitle=Student |Company=Indian Institute of Information Technology Nagpur |Address=Survey No. 140,141/1 behind Br. Sheshrao Wankhade Shetk...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OSGeo Member&lt;br /&gt;
|Name=Sourav Singh&lt;br /&gt;
|JobTitle=Student&lt;br /&gt;
|Company=Indian Institute of Information Technology Nagpur&lt;br /&gt;
|Address=Survey No. 140,141/1 behind Br. Sheshrao Wankhade Shetkari Sahkari Soot Girni, Village - Waranga, PO - Bori (Butibori)- 441108&lt;br /&gt;
|Country=India&lt;br /&gt;
|State=Maharashtra&lt;br /&gt;
|City=Nagpur&lt;br /&gt;
|Coordinate=20.948190, 79.027624&lt;br /&gt;
|LocalChapter=India&lt;br /&gt;
|Email=srvsingh1962@gmail.com&lt;br /&gt;
|InstantMessaging=srvsingh1962@gmail.com&lt;br /&gt;
|SocialMedia=https://www.linkedin.com/in/srvsingh1962/&lt;br /&gt;
|Website=https://wiki.osgeo.org/wiki/User:Srvsi&lt;br /&gt;
|Photo=Sourav.jpg|frame&lt;br /&gt;
|Languages=English, Hindi;&lt;br /&gt;
|Info=I am Sourav Singh a second-year undergraduate student at the Indian Institute of Information Technology Nagpur ( Maharashtra, INDIA ) focused on Electronics and Communication Engineering. As introducing myself in tech I am an XR enthusiast✨ and exploring AR/VR development, Game Development, Computer Vision &amp;amp; Open-Source Projects.&lt;br /&gt;
}}&lt;br /&gt;
{{OSGeo Experience&lt;br /&gt;
|User=Yes&lt;br /&gt;
|Committee=No&lt;br /&gt;
|Board=No&lt;br /&gt;
|Coder=No&lt;br /&gt;
|Translate=No&lt;br /&gt;
|PSC=No&lt;br /&gt;
|ExBoard=No&lt;br /&gt;
|Charter=No&lt;br /&gt;
|Chair=No&lt;br /&gt;
|SolKatz=No&lt;br /&gt;
|Committer=No&lt;br /&gt;
}}&lt;br /&gt;
My proposal '''Building the AR Draw Experience with UNITY 3D and Integrating it with the present MapMint4ME App''' got selected for GSoC 2021. [[https://summerofcode.withgoogle.com/projects/#6307898575028224 Link]]&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Sourav.jpg&amp;diff=126581</id>
		<title>File:Sourav.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Sourav.jpg&amp;diff=126581"/>
		<updated>2021-05-24T15:20:51Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Image&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Sourav_Image.jpg&amp;diff=126575</id>
		<title>File:Sourav Image.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Sourav_Image.jpg&amp;diff=126575"/>
		<updated>2021-05-24T13:42:23Z</updated>

		<summary type="html">&lt;p&gt;Srvsi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Picture&lt;/div&gt;</summary>
		<author><name>Srvsi</name></author>
	</entry>
</feed>