MCPcopy Create free account

hub / github.com/Sjors/srtm2postgis / functions

Functions37 in github.com/Sjors/srtm2postgis

↓ 17 callersFunctionloadTile
(continent, filename)
read_data.py:12
↓ 11 callersFunctionposFromLatLon
(lat,lon)
read_data.py:33
↓ 7 callersFunctiongetLatLonFromFileName
(name)
data/util.py:46
↓ 4 callersMethodcreateTableAltitude
(self)
read_data_pg.py:22
↓ 3 callersMethodinsertTile
(self, tile, lat0, lon0)
read_data_pg.py:93
↓ 2 callersMethoddropAllTables
(self)
read_data_pg.py:19
↓ 2 callersMethodfetchTopLeftAltitude
(self, lat, lon)
read_data_pg.py:35
↓ 2 callersMethodreadTile
(self, lat0, lon0)
read_data_pg.py:50
↓ 2 callersFunctionwriteTileCsvFile
(tile, lat0, lon0, top_row = 1, bottom_row = 1200, left_col = 0, right_col = 1199 )
import-google-app-engine.py:13
↓ 1 callersMethodgetTables
(self)
read_data_pg.py:82
↓ 1 callersFunctioninBoundingBox
(lat,lon, north, south, west, east)
data/util.py:43
↓ 1 callersFunctionmain
()
download.py:15
↓ 1 callersFunctionmain
()
read_data_pg.py:134
↓ 1 callersFunctionverify
(db, number_of_tiles, files_hashes, continent, north, south, west, east)
read_data.py:36
Method__init__
(self, db_name, db_user, db_pass)
read_data_pg.py:16
Method__init__
(self, db_name, db_user, db_pass)
read_data_pg.py:87
MethodcheckDatabaseEmpty
()
read_data_pg.py:46
FunctionconnectToDatabasePsycopg2
(database)
read_data.py:29
FunctiongetBoundingBox
(sysargv, offset)
data/util.py:27
FunctiongetFilesHashes
(continent)
data/util.py:4
FunctionhandleDownload
(block)
download.py:11
FunctionnumberOfFiles
(file_list, north, south, west, east)
data/util.py:13
MethodsetUp
(self)
test/test_read_data_pg.py:74
MethodtearDown
(self)
test/test_read_data_pg.py:164
MethodtestDatabaseEmpty
(self)
test/test_read_data_pg.py:85
MethodtestDatabasePresent
(self)
test/test_read_data_pg.py:81
MethodtestFirstNumber
(self)
test/test_read_data_pg.py:20
MethodtestFtp
(self)
test/test_download.py:10
MethodtestGetLatLonFromFileName
(self)
test/test_read_data_pg.py:96
MethodtestInsertTileIntoDatabase
(self)
test/test_read_data_pg.py:110
MethodtestInsertTileWithNull
(self)
test/test_read_data_pg.py:138
MethodtestPointsPerTile
(self)
test/test_read_data_pg.py:16
MethodtestPosFromLatLon
(self)
test/test_read_data_pg.py:102
MethodtestTableAltitudeExists
(self)
test/test_read_data_pg.py:88
MethodtestTileIntegrity
(self)
test/test_read_data_pg.py:24
MethodtestTileOverlap
(self)
test/test_read_data_pg.py:35
FunctionverifyIsContinent
(continent)
data/util.py:65