Geoinformatics Projects

Burned Area Mapping from Sentinel 2 Images

Given an AOI box and Fire Start Date this script can fully map a burned area within the (small) AOI box. It gets Sentinel 2 data from the OpenDataCube EarthSearch in form of netCDF Polygonizes the burned area given a threshold, smooth the polygon and fill in small holes (noise). Also it grades the burned area from DNBR in 4 categorys (Low, Moderate, High, Very High). The output Raster(s) and Vector(s) are reprojects in the EPSG of config file given as input.

Burned Area Statictics Calculation

A Python script to calculate percentage of polygons inside a Bunred Area polygon, like percentage of NATURA2000 within the bunrned area or Land Use or ecosystems etc... Generates csv files with the statictics and cliped shapefiles inside the bunred area and auto reprojects all shapefiles to bunred area CRS.

Fire Reports Greece

A Python script to get data from Fire Department PDF files and convenrt them into excel files using OCR and Pandas.

Horizonal Network Geodesy

A script to solve horizontal Networks in Geodesy with Least Squers Method and Minimum External Constraints, Input --> Horizontal Gons, Distances and names and values, Orientantion of Network, Output --> Corrected Point Coordinates in the Refenernce System input data is in, Plot Points in diagram (geometry of the network) and Report about the Quality of the Network such as Sigma 0 and more

Elevation Network Geodesy

A script for solving elevation networks in geodesy with Least Squares Method, but not for profesional use as it may contain bugs, Input --> Ortho Heights in .txt, Output --> Corrected Ortho Heights in .txt and info about the Network Quality, Requires Numpy and FPDF librarys to run