예제 #1
0
def test_create_class():
    m = modis_db()
예제 #2
0
def test_create_class():
    m = modis_db()
예제 #3
0
def test_insert_record():
    m = modis_db()
    m.insert_record("TERRA", "MOD09GA.005", "h19v10", "2004.05.18", "/tmp/this.dat", "/tmp/that.dat", "/tmp/stuff.dat")
예제 #4
0
def test_insert_record():
    m = modis_db()
    m.insert_record("TERRA", "MOD09GA.005", "h19v10", "2004.05.18",
                    "/tmp/this.dat", "/tmp/that.dat", "/tmp/stuff.dat")