# How to fiil gaps in the multiple Satellite Images?

**URL:** https://discourse.julialang.org/t/how-to-fiil-gaps-in-the-multiple-satellite-images/44408
**Category:** General Usage
**Tags:** images, geo, geostatistics
**Created:** [August 6, 2020, 9:17am UTC](https://discourse.julialang.org/t/how-to-fiil-gaps-in-the-multiple-satellite-images/44408 "2020-08-06T09:17:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hafez\_ahmad](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hafez_ahmad/32/14423_2.png) [@hafez\_ahmad](https://discourse.julialang.org/u/hafez_ahmad)
#### Post date: [August 6, 2020, 9:17am UTC](https://discourse.julialang.org/t/how-to-fiil-gaps-in-the-multiple-satellite-images/44408/1 "2020-08-06T09:17:44Z")

</div>

I have download 200 Landsat7 satellite images. all images have data gaps. I can solve this problem by using ArcGIS commercial software. however, this process is so time consuming and boring. is there any fast way using Julia?  
**the image looks like this [it is in tif format]**

 ![image](https://global.discourse-cdn.com/julialang/original/3X/8/6/863921b515d2d02a4ab1b41145ca0fc21c61b05e.png)  
I have attached one satellite image (size 203 kb) dropbox link  
`https://www.dropbox.com/s/temnndy941dn7fr/clip.tif?dl=0`

thanks in advance.

---

<div class="post-metadata">

### Author: ![tim.holy](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tim.holy/32/52_2.png) [@tim.holy](https://discourse.julialang.org/u/tim.holy)
#### Post date: [August 7, 2020, 4:24pm UTC](https://discourse.julialang.org/t/how-to-fiil-gaps-in-the-multiple-satellite-images/44408/2 "2020-08-07T16:24:21Z")

</div>

You might try [https://github.com/JuliaImages/ImageInpainting.jl](https://github.com/JuliaImages/ImageInpainting.jl)

---

<div class="post-metadata">

### Author: ![hafez\_ahmad](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hafez_ahmad/32/14423_2.png) [@hafez\_ahmad](https://discourse.julialang.org/u/hafez_ahmad)
#### Post date: [August 15, 2020, 9:40am UTC](https://discourse.julialang.org/t/how-to-fiil-gaps-in-the-multiple-satellite-images/44408/3 "2020-08-15T09:40:53Z")

</div>

thank you , inpainting is promising! 😍
