Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.99 KB

File metadata and controls

51 lines (26 loc) · 1.99 KB

Scripts from my geospatial work

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.

Scripts

  • 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 the rasterio 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 the ggplot2 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.

  • ...

Usage

Each script can be executed independently. Follow the instructions below to run a script:

  1. Clone the repository:

    git clone https://github.com/AbdulNajah/geospatial-3cs.git

  2. Navigate to the repository directory: cd repository-name

  3. Run the desired script using Python:

    python script_name.py

Replace script_name.py with the name of the script you want to execute.

Dependencies

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.

Contribution

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.

License

The scripts in this repository are licensed under the MIT License.

Contact

For any questions or inquiries, please feel free to contact me at abdulnajahp@gmail.com.