Khayrun Nahar Mitu

Github repository for Mitu's portfolio

Khayrun Nahar Mitu

Eddy Covariance

Hello! I am a first year doctoral student at Arizona State University. I am a Civil Engineer interested in Hydrology, Climate Change, and Sustainability.

Here are ways you can contact me:

ESIIL Data Short Course

Exercise 1: Embedding a Location Map Using OpenStreetMap

In this exercise, I embedded a map showing the location of my current workplace. The map was created using OpenStreetMap and highlights the specific area of my work location in Tempe, Arizona.

Map of Arizona State University

Exercise 2: Visualizing Annual Average Temperature in Karachi, Pakistan

In this exercise, I created a plot showing the annual trend of average temperature in Karachi, Pakistan. This visualization helps illustrate long-term temperature patterns in the region and supports climate-related insights.

Annual Average Temperature in Karachi, Pakistan

Exercise 3: Visualizing Tubarjal NDVI Differences

I learned to load geospatial raster data with code and overlay it with vector boundaries.I then computed statistical summaries (mean) of raster values to evaluate vegetation health 2013-2025 vs 2001-2012 under groundwater irrigation.

Spatial Change of NDVI

Assignment and Reflection

I learned how to analyze spatial and time-series data and document my work using GitHub and Markdown. I practiced working with satellite imagery . This helped me understand the steps involved in open and reproducible science.

Decadal Change in Urban Greenery in Tempe, AZ (2014–2024)

In this assignment, I applied skills in spatial data analysis, mapping, and open science to examine changes in urban greenery in Tempe, Arizona from 2014 to 2024. I analyzed satellite (Landsat ) imagery, processed time-series and spatial data, and documented my workflow using GitHub and Markdown.

Tempe Greenery Patterns ((2014–2024)

Following figure presents yearly NDVI maps for Tempe from 2014 to 2024. Across all years, greener areas (higher NDVI) are mainly found in city parks and irrigated zones, while the rest of the city maintains moderate to low NDVI values. The general spatial distribution of greenery remains similar year after year. Figure 1 The boxplot of annual NDVI shows that NDVI values in Tempe remained fairly consistent from 2014 to 2024. Each year’s distribution is similar, and the decadal mean (0.094) is marked with a dashed orange line. There are only small variations from year to year. Figure 2 Again from the monthly NDVI distribution of each year, the boxplot shows that median NDVI values were above the decadal mean (0.104) in the earlier years, but dropped below the mean in the later years. Each year includes 12 monthly data points. This indicates a gradual decrease in monthly NDVI over the decade, reflecting a slight overall decline in urban greenery in Tempe from 2014 to 2024. Figure 3 The monthly mean NDVI for each year as line plots shows All years follow a similar seasonal pattern, with higher NDVI in the spring and early summer, and lower values in winter. The overall height of the lines in recent years is a bit lower compared to the start of the decade.

Decadal Change

From the decadal change map, most of Tempe displays light red shades, indicating a slight decrease in NDVI over the decade. Only small areas appear blue, reflecting modest increases in vegetation. These changes are subtle and spread throughout the city. Figure 4

Assignment Workflow

1. Data Collection

Obtain monthly NDVI raster data (e.g., from Google Earth Engine) for each year from 2014 to 2024. Acquire the Tempe city boundary shapefile for spatial masking.

2. Preprocessing

3. Annual and Monthly Aggregation

4. Visualization

5. Decadal Change Calculation