/geotools

The repository contains python based tools for different geospatial applications

Primary LanguageJupyter NotebookMIT LicenseMIT

This repository contains various remote sensing, Google Earth Engine, ArcPy, and Python-based tools for different geospatial applications. The overall purpose of these tools is to provide a set of functions that can be used to automate common geospatial tasks.

List of Tools

  1. Image Dates Acquisition Tool for Visualizing Image Availability for Sentinel-1, Sentinel-2, Landsat-8 and Landsat-9 ( GEE App | Advanced Python Version Notebook )

  2. Sentinel-1 Backscatter Profiles for Land-use Using Earth Engine: A Box Plot Approach ( Blog Post | Video Tutorial | GEE JS Code)

More tools coming soon!

Installation

Currently, the geotools require Python 3 and associated libraries like numpy, rasterio, ee, geemap etc. Specific dependencies are listed in the requirements.txt file. The easiest way to install the dependencies is to use conda. If you don't have conda installed, you can download and install it from here. After installing conda, check this repository to install required dependencies.

Clone the repository and install requirements:

git clone https://github.com/waleedgeo/geotools.

Then you can open each jupyter noteebook in the scripts directory and run the code

Contributing

Contributions in the form of additional tools, improvements, or bug fixes are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.