Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Seyed-Ali-Ahmadi/Python-for-Remote-Sensing

python codes for remote sensing applications will be uploaded here. I will try to teach everything I learn during my projects in here.
https://github.com/Seyed-Ali-Ahmadi/Python-for-Remote-Sensing

deep-learning gdal gdal-python gdal-python-libraries hyperspectral-image-classification hyperspectral-imaging lidar lidar-point-cloud machine-learning multispectral-images pdal point-cloud python python-pdal remote-sensing satellite-data satellite-imagery satellite-images scikit-learn spacenet-dataset

Last synced: 3 months ago
JSON representation

python codes for remote sensing applications will be uploaded here. I will try to teach everything I learn during my projects in here.

Awesome Lists containing this project

README

        

# python-for-remote-sensing
python codes for remote sensing applications will be uploaded here.

For detailed inforamtion you can visit my website http://earthobserv.com/

## Content
### Satellite image analysis
- [read ENVI images](http://earthobserv.com/2019/06/30/manipulate-envi-image-files-in-python-using-gdal/)
- [calculate NDVI from Landsat 8](http://earthobserv.com/2019/06/30/manipulate-envi-image-files-in-python-using-gdal/)
- [read .tif images](http://earthobserv.com/2019/06/09/read-satellite-images-with-python-and-gdal/)
### Point cloud processing
- [read point cloud - laspy - 1](http://earthobserv.com/2019/06/10/lidar-point-cloud-processing-with-python-part-1/)
- [read point cloud - laspy - 2](http://earthobserv.com/2019/06/10/lidar-point-cloud-processing-with-python-part-2-laspy/)
- [estimate normal to cloud](http://earthobserv.com/2019/06/19/point-cloud-normal-estimation-using-simple-methods/)

### Image processing
- [histogram](http://earthobserv.com/2019/07/03/image-processing-with-python-and-opencv-image-histogram/)
- [spatial filtering](http://earthobserv.com/2019/07/03/image-processing-with-python-and-opencv-image-spatial-filtering/)