#eo_tools

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-04-24

πŸš€ EO-Tools 2025.4.0 is out!

🌐 New in this release:
- Support for Sentinel-1C products!
- H-Alpha dual-pol decomposition from SLCs πŸ›°οΈ

πŸ“˜ Dive in: eo-tools.readthedocs.io
πŸ’» Code: github.com/odhondt/eo_tools

#EO_tools #RemoteSensing #Sentinel1 #SAR #EarthObservation #OpenSource #Python

2025-04-19

El poder i detall de les tècniques de teleobservació de la terra em flipa molt.

framapiaf.org/@tyldurd/1143596
Here's a polarimetric color composite of a Sentinel-1C image processed with EO-Tools β€” shown both without and with terrain flattening. It's fascinating how much information is hidden by topography.

I'm thinking of adding compositing functions directly into the software. What do you think β€” would that be useful?

#eo_tools #Python #EarthObservation #RemoteSensing #OpenSource #Sentinel1C

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-04-18

Here's a polarimetric color composite of a Sentinel-1C image processed with EO-Tools β€” shown both without and with terrain flattening. It's fascinating how much information is hidden by topography.

I'm thinking of adding compositing functions directly into the software. What do you think β€” would that be useful?

#eo_tools #Python #EarthObservation #RemoteSensing #OpenSource #Sentinel1C

Color SAR image without terrain flattening where the backscattering of mountains dominates.Color SAR image without terrain flattening where the we can see more polarimetric information because the influence of terrain has been removed.
Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-04-17

It's hard to get proper visualizations of SAR imagery due to high image dynamics. I have spent quite some time tweaking this one, which represents the parameters of the dual-pol H-alpha decomposition on the new Sentinel-1C sensor! Disclaimer: it's visually compelling, but probably not physically accurate. :)
#Sentinel1 #eo_tools #SyntheticApertureRadar #EarthObservation #python #RemoteSensing

Pseudo color image of the H-Alpha decomposition on a mountaineus area. Entropy, Alpha and intensity are represented by resp color saturation, hue and value.
Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-04-12

Finally found some time to work on implementing the famous Cloude-Pottier H-alpha polarimetric decomposition for Sentinel-1. Hopefully I can release it soon! #eo_tools #python #OpenSource #RemoteSensing #EarthObservation #SyntheticApertureRadar

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-01-14

πŸš€ EO-Tools 2025.1.1 is out!

Users can now choose one of SRTM, ALOS-World3D, Copernicus 30m and 90m DEMs in both Sentinel-1 InSAR and SLC processors.

πŸ’» GitHub: github.com/odhondt/eo_tools

#eo_tools #RemoteSensing #EarthObservation #SyntheticApertureRadar #python #FOSS #InSAR

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-01-10

I have just released a new build to version 2025.0.1 which fixes a bug in the shadow detector that may cause a kernel crash. It should be available in the conda-forge channel in the next few hours (time for their CI/CE bot to rescan the database).

#eo_tools #EarthObservation #RemoteSensing #SyntheticApertureRadar

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-01-07

In progress: I have adapted my SLC and InSAR processors to work with auto-downloaded Copernicus and ALOS DEMs. I will release a new version soon. I am also thinking of handling external DEMs.

#eo_tools #RemoteSensing #EarthObservation #Geospatial

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2025-01-06

πŸš€ EO-Tools 2025.1.0 "Happy New Year" edition is out!

πŸŽ‰ Exciting new capability: terrain correction can now be applied in the SLC processor by choosing cal_type="terrain".

πŸ“– Check out the example notebook:
eo-tools.readthedocs.io/en/lat

Give it a try and let me know how it works for you! πŸŒπŸ›°οΈ

πŸ’» GitHub repo: github.com/odhondt/eo_tools

#eo_tools #RemoteSensing #EarthObservation #SyntheticApertureRadar #python #FOSS

Figure with two SAR images of Etna comparing amplitude images normalized with beta nought (top) and terrain correction (bottom)
Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-12-12

Testing my terrain flattening algorithm on Mont Blanc.

#eo_tools
#EarthObservation
#SAR
#RemoteSensing
#python
#foss

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-12-11

I am finally getting somewhere with radiometric terrain correction. I had to figure out how to efficiently detect active shadows without access to the original algorithm that is only described in an old book. Still many things to do but we are slowly heading towards a new release.

#eo_tools #EarthObservation #SAR #RemoteSensing #python #foss

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-30

I think I have just encountered a case of partially overlapping Sentinel-1 products that should still make a valid #InSAR pair. That will definitely shape the roadmap for the next release. #eo_tools

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-27

A teaser for the upcoming version of EO-Tools. Without and with the Goldstein filter.
#eo_tools #InSAR #foss #EarthObservation

Noisy colorful phase fringes.Denoised colorful phase fringes.
Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-26

I am working on a #dask powered version of the Goldstein filter to denoise interferometric phase. It will be in the the next release of #eo_tools.

#python #foss #EarthObservation

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-16

Looking at change maps of #sentinel1 images showing floods in the south of Poland, not so far from where I live. They definitely help delineating water anomalies but I think some multivariate probability modelling would do better... Some proper speckle filtering too.

#eo_tools #floodDetection #remotesensing #earthobservation

pre flood radar imageradar image showing some flooded areaschange maps between the two radar images where areas in deep blue show water anomalies
Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-16

EO-Tools version 2024.9.1 is out! Users can now define their own Sentinel-1 pipelines while taking advantage of easy preprocessing functions that stitch bursts, coregister and calibrate the data.

Read the new tutorial here: eo-tools.readthedocs.io/en/lat

#EarthObservation
#RemoteSensing
#SyntheticApertureRadar
#Interferometry
#Sentinel1
#python
#geospatial
#InSAR
#eo_tools

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-13

currently working on some API improvements that will make custom Sentinel-1 pipelines easier to design

#eo_tools #geospatial #RemoteSensing #foss #python #EarthObservation #SAR #InSAR

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-09

EO-Tools version 2024.9.0 is out! It introduces two new features (check out the release notes for more details):
- Amplitude geocoding of Sentinel-1 SLC products
- Radiometric calibration using either beta or sigma nought
plus some goodies like the ability to build the docker container without SNAP (leaner, faster) and more tutorials in the docs.

github.com/odhondt/eo_tools

#EarthObservation
#RemoteSensing
#SyntheticApertureRadar
#Interferometry
#Sentinel1
#python
#geospatial
#InSAR
#eo_tools

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-09-07

The next docker version of EO-Tools will have no SNAP install by default. This will result in faster building times. The SNAP version will still be available, mostly for development. #eo_tools #earthobservation #foss

Olivier D'Hondt πŸ›°οΈπŸŒπŸŒ±tyldurd@framapiaf.org
2024-08-26

I might be a little bit overambitious here...

#opensource #eo_tools #remotesensing

Screenshot of a kanban board with way too many tasks!

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst