EarthML is an advanced Python library engineered to streamline the analysis of geospatial and remote sensing data. Developed with a vision to encompass a wide array of functionalities, EarthML currently supports geospatial data conversion into geohashes, and pre-processing of Synthetic Aperture Radar (SAR) datasets from Sentinel-1, ALOSPALSAR, and TerraSAR-X. EarthML is committed to expanding its functionalities to include other remote sensing sensors such as LiDAR, Hyperspectral, and Multispectral Optical in the near future.
The primary objective of EarthML is to simplify and expedite the geospatial and SAR data analysis process. It is designed to handle diverse file formats, automatically compute geohashes that encapsulate the entire study area, and conduct essential pre-processing steps on SAR data.
- Support for Multiple Formats: Facilitates the conversion of geospatial data in various formats such as Shapefile, GeoJSON, GeoTIFF, LAS, and images.
- Geohash Calculation: Automatically computes the geohash that optimally represents the geographical bounds of the dataset.
- SAR Data Pre-Processing: Offers functionalities for crucial pre-processing steps on SAR datasets from Sentinel-1, ALOSPALSAR, and TerraSAR-X. This includes radiometric calibration, speckle filtering, and geometric correction.
- Future-Ready: EarthML is actively developed with a roadmap that includes the integration of other remote sensing sensors such as LiDAR, Hyperspectral, and Multispectral Optical.
To install EarthML, you can use pip:
pip install earthml
We welcome contributions to enhance the functionality and efficiency of this script. Feel free to fork, modify, and make pull requests to this repository. To contribute:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request against the
main
branch.
This project is licensed under the MIT License. See the LICENSE file for details.
Author: Akhil Chhibber
LinkedIn: https://www.linkedin.com/in/akhilchhibber/
PyPI: https://pypi.org/project/earthml/
Medium Blogs: https://medium.com/@akhil.chibber