Projects

Here you can find some of my most interesting projects.

GeodesiCL

GeodesiCL

A little journey into Geometric Geodesy.

 Mar 29, 2021

#R Package


Read more
Read less

GeodesiCL: A little journey into Geometric Geodesy.


To begin with

This package was created to introduce topographical and related engineers in the area of Topography and Geodesy as a basic introduction to Geometric Geodesy applying the necessary basic formulas.

This was a project created between Diego Alarcón and Karla Riquelme seeing the need to introduce the new generation of professionals in the learning of software language and in turn present free software.


Installation

Install system dependencies

Please make sure that the GDAL libraries are installed on your system:

  • Windows: use the OSGeo4W installer.
  • Ubuntu: sudo apt install gdal-bin libgdal-dev
  • MacOS: brew install gdal --HEAD or brew install gdal

For more information on GDAL installation Click here!

We currently have two ways to install this package, as it is not yet finalized for posting to CRAN Project.

First option

After we already have the system dependencies, to use this package you should install R & RStudio. Next, you need to install the devtools package in order to start with the installation of the GeodesiCL package, then just copy and paste the following command into the RStudio console:

install.packages("devtools")
devtools::install_github("diegoalarc/GeodesiCL")

Second option

If you already have experience using R & RStudio, you could just copy the following command:

install.packages("GeodesiCL")
Read less
Eagle Msc.

Innovation laboratory EAGLE

The innovation laboratory provides the opportunity to conduct a specified research project.

 Apr 13, 2021

#Master degree


Read more
Read less

Innovation laboratory EAGLE

The innovation laboratory provides the opportunity to conduct a specified research project on a chosen research topic and explore the potential, challenges and limits of Earth Observation and geoanalysis in a practical approach during the 3rd term. The Innovation Laboratory allows you to analyze one particular topic in your field of interest in depth. It allows to address own research in the field of the study program and offers the basis of practical attained knowledge. It is similar to an internship but allows to do it at the university (esp. our department).


Content

The content of the innovation laboratory can be decided by each student individually and either a research topic is offered by a lecturer or the student is proposing an own topic. Research topics need to be discussed with and proposed to one EAGLE lecturer who will also be in charge of supervising and grading the students work. Topics of the innovation laboratory can cover all aspects of the EAGLE study program with a strong focus on applied Earth Observation and geoanalysis or its innovative potential for remote sensing sciences. It may comprise topics such as linking spectrometer field studies to remotely sensed data or the exploration of UAV based imagery, as well as space borne earth observation analysis such as time-series derivation for a variety of environmental studies i.e. resource mapping or spatial predictions and statistics of variables.


Topic:

Machine Learning process for yield prediction for the “Carmen Rosa” farm located in Chile.

Project carried out with the help of the company Carmen Rosa, who has provided data, both for its weather station and its annual production, in order to carry out an analysis and possible production optimization considering:

  • Temperature
  • Evapotranspiration
  • Humidity
  • Fields area
  • Grade day
  • Annual production
  • KMZ (converted to Shapefile) with the precise location of the crops

Image of Carmen Rosa Farm: Carmen Rosa farm location

For better precision, check the location by downloading the following kmz:

Read less
Eagle Msc.

MB1 and MB2 Master EAGLE courses

Codes for the approval of the MB1 and MB2 Master EAGLE courses at the Julius-Maximilians-Universität Würzburg, Germany.

 Apr 13, 2021

#Master degree


Read more
Read less

MB1 course: Map creation

Corresponds to the project for the MB1 course Digital Image Analysis and GIS.

Through the script Project_QGIS_Script.R was intended to work with mosaics at the country level and cut entire regions with memory efficiency. Within this, you can find a higher rating with reference to the previous code for images and mosaics, and a direct way to save plotted graphics for each type of water body. The products of this script. Using the OTB toolbox by QGIS it was used for change detection making an iteration of the different Tiff image created by the R Script. It was possible to made a unique Tiff where was differenced by its Digital Number for each unique year which represent the state of the art of Permanet and Seasonal water to generate a final map that shows the decrease in the body of water of the Aculeo lagoon between 2010 and 2018. It is necessary to add that by means of the histogram visualization of the digital pixel values of the new TIFF created with change detection, the ranges of each year were obtained and classified with different colors for an easier visual representation for the users.

In parallel LandSat 8 satellite images were used with which the Normalized Difference Water Index was calculated using the McFeeters Method, 1996. This is based on the substitution of the SWIR band by the visible green band, highlighting the water masses. In this case, the relation of analysis of multispectral bands will be:

equation

With the above, a Time Series analysis was generated between 2015 and 2019 with a temporal resolution of approximately 15 day to be able to observe the behavior of the body of water using data from another satellite and at the same time obtain the vacuum between 2018 and 2019. It could be observed that after the lagoon dried up it was not observed again that it reappeared.

Because LandSat 8 images cannot show continuity on non-cloudy dates. An analysis of Radar SLC images of the Sentinel 1 satellite was also performed in the last year until the lake disappears. This occurs from April 2017 to April 2018 approximately. The images were processed using the free software SNAP and then a quick analysis was made using Project_Radar_Script.R in R.

It should be noted that all the information acquired through LandSat 8 and Sentinel 1, has small temporary empty spaces, which do not affect the observation of the drought of the Aculeo lagoon.


MB2 course: Project_Script.R

Corresponds to the project for the MB2 course Introduction to Programming and Geostatistics.

Through this script an easy and fast way is proposed to observe the decrease over time of the water level of the Acualeo Lagoon in Chile. It is also possible to modify this code to observe other gaps in the world, using the data provided by Global SDG database and a a preset georeferenced area (which can be changed by a Shapefile).

Link to download the water bodies of Chile by Global SDG database.

One of the most important characteristics of this script is that it is generic, therefore it can be used for any type of body of water in the world while its extent is known. For this, within the code between lines 121 and 153 is the option to download a shapefile that makes up the cadastre of lakes in Chile obtained from the official page of the General direction of waters in Chile. Which can be used to facilitate the understanding of how to use a database such as a shapefile in this script.

Link to download the cadastre of lakes in Chile.

Read less
Eagle Msc.

Spatial modeling and prediction (SMP) Master EAGLE course

Code and poster for the approval of the SMP Master EAGLE course at the Julius-Maximilians-Universität Würzburg, Germany.

 Oct 26, 2020

#Master degree


Read more
Read less

This is the course project “Spatial Modeling and Prediction”

Scientific poster of "Projection of post-moult area utilization by Humboldt Penguins in south-central Chile"

Read less