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

Paradigm4/GeoMODIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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')

About

Some demos using the NASA MODIS radar dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors