This repository contains a collection of scripts and notebooks that I wrote for geospatial analyses at different organisations. These scripts cover various aspects of climate change research, data analysis, and geospatial processing.
-
gee-image-download.ipynb
: This script demonstrates how to download a satellite image from Google Earth Engine using python. -
raster_reprojection.py
: This script reprojects a raster file to the CRS of another selected file using therasterio
library in Python. -
spectral_indices_creation.ipynb
: This notebook demonstrates how to create different spectral indices from a satellite image. -
indices_visualisation.R
: This script beautifully visualizes the indices created in Python, ENVI, or any output in the.tiff
format using theggplot2
package in R. -
night_light_change_estimation.py
: This script lets you track the difference in night light intensity for two different years (1992-2013) for any given shapefiles. -
...
Each script can be executed independently. Follow the instructions below to run a script:
-
Clone the repository:
git clone https://github.com/AbdulNajah/geospatial-3cs.git
-
Navigate to the repository directory:
cd repository-name
-
Run the desired script using Python:
python script_name.py
Replace script_name.py
with the name of the script you want to execute.
The scripts in this repository may have specific dependencies. Please refer to the individual script files for any required libraries or packages. Install the necessary dependencies using pip
before running the scripts.
Contributions to this repository are welcome. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
The scripts in this repository are licensed under the MIT License.
For any questions or inquiries, please feel free to contact me at [email protected].