Tubarjal Valley, Saudi Arabia, Irrigation Project

In this project we observed and analyze the vegetation growth due to advancement in irrigation in our region of interest.¶
Tubarjal is an important town in northern Saudi Arabia. The nearest big city is Qurayyat.¶
Tubarjal is one of the major modern towns in the region of Al-Jawf, where it has for over forty years organized the settlement project and dug wells. (Source: Wikipedia)¶
In [1]:
# Storing variables
%store -r
In [ ]:
# Import libraries
import json
from glob import glob 
import earthpy
import hvplot.xarray
import rioxarray as rxr
import xarray as xr
In [ ]:
project = earthpy.Project(
    'Tubarjal Valley Saudi Arabia Irrigation', dirname='gc-tubarjal')
project.get_data()
**Final Configuration Loaded:**
{}
Found 'data_home' in environment variables.
🔄 Fetching metadata for article 29521241...
✅ Found 2 files for download.
[('https://ndownloader.figshare.com/files/56526608', 'tubarjal-ndvi', 'zip'), ('https://ndownloader.figshare.com/files/56526611', 'tubarjal-valley', 'zip')]
tubarjal-ndvi
[PosixPath('/workspaces/data/gc-tubarjal/tubarjal-ndvi')]
tubarjal-valley
[PosixPath('/workspaces/data/gc-tubarjal/tubarjal-ndvi'), PosixPath('/workspaces/data/gc-tubarjal/tubarjal-valley')]
In [ ]:
# Storing the variable to make it available to the rest of the worlflow
%store project
Stored 'project' (Project)

Finally, be sure to Restart and Run all to make sure your notebook works all the way through!

In [ ]:
%%capture
%%bash
#Coverting to HTML
jupyter nbconvert vegetation-00-setup.ipynb --to html