Online Remote Sensing Analysis Software
- Published on
- Duration
- 2 Month
- Role
- Management & Development
- Users
- 3950
- Category
- Remote Sensing Analyzes
+5
Web Site of Tool
Click and visit here : https://rastercalculator.gislayer.com/
Why important for me?
I had previously observed remote sensing analyses but had not discovered the mathematical calculations behind how the colorization is presented to the user. Upon reading a university paper on this subject, I was delighted to find that the calculations could be done online for users through software without putting too much strain on the browser. I provided it to users for free. Hopefully, there are no errors, but if there are, I'll be ready to address and fix them. :)
How did I decide to develop this software?
A customer of mine wanted to determine the health of plants on agricultural land using remote sensing analysis, and the vastness of the land made it feasible to conduct these analyses online. Therefore, I initially developed this software for my own use and later integrated it into my customer's system. That's the backstory of the genesis of the software.
What Technologies Are Used?
When i started coding the web-based remote sensing analyzes software, we preferred to use current, popular, and, at the same time, future-proof technologies and elements. If we encounter a better technology in the future, i won't hesitate to adopt it.
Front-End Technologies
- HTML5 + CSS3 + Javascript
- In Component Structure with Vue Js
- Styled with Semantic UI
- Openlayers 6
Available Satellite Imageries
- Landsat 8 OLI
- Landsat 5 TM
- Sentinel 2 MSI
- IBGR
- RGBI
Analyzes
- NDVI : Normalized Difference Vegetation Index
- NDWI : Normalized Difference Water Index
- NBR : Normalized Burn Ratio
- NPCRI : Normalized Pigment Chlorophyll Ratio Index
- NDSI : Normalized Difference Snow Index
- NDGI : Normalized Difference Glacier Index
- NDMI : Normalized Difference Moisture Index
NDVI - Normalized Difference Vegetation Index
Below, you can see the values obtained from the NDVI analysis. Satellite Band's Mathematical Formula: ( NIR - RED ) / ( NIR + RED )
NDWI - Normalized Difference Water Index
Below, you can see the values obtained from the NDWI analysis. Satellite Band's Mathematical Formula: ( GREEN - NIR ) / ( GREEN + NIR )
NBR - Normalized Burn Ratio
Below, you can see the values obtained from the NBR analysis. Satellite Band's Mathematical Formula: ( NIR - SWIR-2 ) / ( NIR + SWIR-2 )
NPCRI - Normalized Pigment Chlorophyll Ratio Index
Below, you can see the values obtained from the NPCRI analysis. Satellite Band's Mathematical Formula: ( RED - BLUE ) / ( RED + BLUE )
NDSI - Normalized Difference Snow Index
Below, you can see the values obtained from the NDSI analysis. Satellite Band's Mathematical Formula: ( GREEN - SWIR-1 ) / ( GREEN + SWIR-1 )
NDGI - Normalized Difference Glacier Index
Below, you can see the values obtained from the NDGI analysis. Satellite Band's Mathematical Formula: ( NIR - GREEN ) / ( NIR + GREEN )
NDMI - Normalized Difference Moisture Index
Below, you can see the values obtained from the NDMI analysis. Satellite Band's Mathematical Formula: ( NIR - SWIR-1 ) / ( NIR + SWIR-1 )