Home Applications iris_satellite_plantation

iris_satellite_plantation

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
1
Awards
251
Views
0
IPM installs
0
1
Details
Releases
Reviews
Awards
Issues
Pull requests
Detection of plantations remotely in satellite images.

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

Read more
Made with
Version
1.0.119 Jul, 2021
Category
Analytics
Works with
InterSystems IRIS
First published
18 Jul, 2021
Last checked by moderator
27 Jun, 2023Works