added references and ideas for SAR usage

This commit is contained in:
osintalex
2021-05-30 12:30:01 +01:00
parent 19e073c9ce
commit a9729bc0f8
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
## Ideas
* Sentinel browser works straight out the box with some quite simple vanilla javascript. Could
Bellingcat keep a detailed repository of sentinel scripts that are useful for OSINT work along with instructions
on how to adapt them?
* Could an open source python package be developed for common tasks such as deforestation or water detection?
So a user would only have to input dates, co-ordinates and a methodology of interest. For instance,
the last section in [this]([Excellent medium post on workflows for using SAR data in OSINT investigations](https://towardsdatascience.com/how-to-use-open-source-satellite-data-for-your-investigative-reporting-d662cb1f9f90)) article
looks very replicable across different classification schema.

View File

@@ -0,0 +1,6 @@
## References
* [Excellent medium post on workflows for using SAR data in OSINT investigations](https://towardsdatascience.com/how-to-use-open-source-satellite-data-for-your-investigative-reporting-d662cb1f9f90)
* [Github repository for scripts used to explore sentinel hub](https://github.com/sentinel-hub/custom-scripts)
* [Beginner friendly medium post on how to use sentinel hub](https://medium.com/sentinel-hub/create-useful-and-beautiful-satellite-images-with-custom-scripts-8ef0e6a474c6)
* [A previous Bellingcat post that integrates SAR images into an investigative report](https://www.bellingcat.com/news/mena/2018/09/11/burning-borderlands-open-source-monitoring-conflict-caused-wildfires-iraq/)