Portfolio

Maria De Fatima Alejo

════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺
Slippy Map created in Mapbox.
════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺
Lakes by the bay guided tour Storymap.
════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺
Created python script using the GDAL library to process a .DEM file and generate a hillshade image.

        
import os
from osgeo import gdal

input_dem = "independence-NAD83.dem"
output_hillshade_tif = "independence-hillshade.tif"
output_hillshade_jpg = "independence-hillshade.jpg"

    #validation
if not os.path.exists(input_dem):
    raise FileNotFoundError(f"File '{input_dem}' not found in the script directory.")

gdal.DEMProcessing(output_hillshade_tif, input_dem, "hillshade", scale=2.0)

    #Coversion to .tiff and .jpg
gdal.Translate(output_hillshade_jpg, output_hillshade_tif, format="JPEG")

print(f"Shaded relief map created: {output_hillshade_tif} and {output_hillshade_jpg}")
        
Image
════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺
This is a centered yellow text box.
Image
════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺

Resume

════════════════════════════════════════════════════════════════════════════ ⁺✦.✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺✦.⁺

Socials

Instagram

YouTube