iris_satellite_plantation

Downloads17
Subscribe
0
Bookmark
1
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Awards
Issues

What's new in this version

Right description.

iris_satellite_plantation - under construction

Unsupervised detection of plantations remotely in satellite images.

First why detect plantations?

Actually a lot of finance contracts around agriculture needs some proof of existence. To go to the place of that plantation are declared to exist would be slow and expensive. What if we can detect plantations using georeference + machine learning? This is what I'm going to show using Iris as a database and computing server.

Data Pipeline

Raw Data

For this experiment I use images from the Satellite Sentinel (https://sentinelhub-py.readthedocs.io/en/latest/) which provide a time series of georeferenced images.

Full Image

As the raw data has 121km² of area and I dont need to process all this area, I crop the desired area into a smaller area square (around 1km²).

picture

Cropped Image

picture

Clusterization By Vegetation Index

picture After all the image processing we can calculate the vegetation index NDVI (Normalized difference vegetation index) to understand if the area has or not something growing.

Interpreting Results

Putting this solution into a continuous data pipeline can help to remote monitoring of growing vegetation areas.

Using with Iris

In fact the new Iris feature to use Python Embedded make this kind of solution to be quickly created into the IRIS environment.

Installing

First clone my repo in a directory of your machine:

# git clone https://github.com/renatobanzai/iris_satellite_plantation.git

After this, go to the directory iris_satellite_plantation

# cd iris_satellite_plantation/app
# docker build -t iris_satellite_plantation:latest ./

Sometimes the command above takes longer than the reality. Just do a ctrl + c and repeat this step.

# docker run --name iris_plantation -d --publish 1972:1972 --publish 52773:52773 iris_satellite_plantation:latest
# docker exec -it iris_plantation /usr/irissys/bin/irispython /app/process.py

Now you are officially running the newest EAP, connecting into AWS to download a satellite image and much more soon ;)

If you enjoyed this application please vote in iris_satellite_plantation!

https://openexchange.intersystems.com/package/iris_satellite_plantation

Rating
2.5 (1)
Category
Analytics
Works with
InterSystems IRIS
Tags
Info
Version
1.0.1
Last updated
2021-07-19
Repository
Open
Documentation
Open
License
Link