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.
-
Image Dates Acquisition Tool for Visualizing Image Availability for Sentinel-1, Sentinel-2, Landsat-8 and Landsat-9 ( GEE App | Advanced Python Version Notebook )
-
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!
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
Contributions in the form of additional tools, improvements, or bug fixes are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.