Skip to content

Instantly share code, notes, and snippets.

View Mehigh17's full-sized avatar
🖥️
Doing stuff!

Mihai Mehigh17

🖥️
Doing stuff!
  • JangaFX
  • Romania
View GitHub Profile
@Mehigh17
Mehigh17 / Google Summer of Code 2019
Created August 23, 2019 09:10
Here is a short summary and the links to all the work I've done during my 2019 Google Summer of Code project.
During the 2019 Google Summer of Code program I had the chance to be mentored by members from 52°North. My project was initially made up of two sub-projects and their topic is mainly Geoprocessing. Both of the sub-projects were written in C#, the first one being a library targeting .NET Standard to ensure cross runtime support, and the second one is an Add-In created for ArcGIS Pro where WPF and ArcGIS Pro SDK are mainly used. The entire project was written from scratch and no previous code base was available.
- WPS.NET -
Repository link: https://github.com/52North/wps.net
WPS.NET was the first and most important part of the proposal. It is a library that exposes a simple API to the end-user offering an easy integration of Web Processing Services. It implements the WPS Standard 2.0 from scratch and exposes only an asynchronous procedure call that copes with the latest popular practices in C#. The tests cover at least 90% of the code, mostly assuring that the data models are correctly serialized into XML. T