Skip to content

Parallel satellite image processing using MapReduce Algorithm

License

Notifications You must be signed in to change notification settings

saraivaufc/mapreduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geospartial MapReduce

Install Gdal

Get gdal development libraries:

$ sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
$ sudo apt-get update
$ sudo apt-get install libgdal-dev
$ sudo apt-get install python3-dev
$ sudo apt-get install gdal-bin python3-gdal

Install virtual enviroment

$ sudo apt-get install virtualenv

Create and activate a virtual environment

$ virtualenv env -p python3
$ source env/bin/activate

Install Requirements

(env)$ pip3 install -r requirements.txt

Install GDAL Python lib

(env)$ pip3 install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal"

Dataset

Download link

mkdir data/
ls data/
    LC08_220069_20190213.tif
    LC08_220069_20190520.tif
    ...

Execute

(env)$ python3 main.py
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

Parallel satellite image processing using MapReduce Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages