Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (28 loc) · 588 Bytes

File metadata and controls

32 lines (28 loc) · 588 Bytes

MODIS DEMO

Some demos using the NASA MODIS radar dataset

Note about different versions of SciDB

Currently works for SciDB 15.12. If you want to try with earlier versions, go back to the first commit"

Retrieve the data

Expects the following data files:

load\
	places.csv
	granule1.csv
	granule2.csv
	granule3.csv

Load the data

First load the data:

cd load
./load_all.sh
./load_places.sh
cd ..

Demo

Next, open the demo file modisDemo.R in RStudio, source the file and run the following functions:

draw()
draw_regrid()
find_place('San Francisco')