Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sjors/srtm2postgis
/ functions
Functions
37 in github.com/Sjors/srtm2postgis
⨍
Functions
37
◇
Types & classes
5
↓ 17 callers
Function
loadTile
(continent, filename)
read_data.py:12
↓ 11 callers
Function
posFromLatLon
(lat,lon)
read_data.py:33
↓ 7 callers
Function
getLatLonFromFileName
(name)
data/util.py:46
↓ 4 callers
Method
createTableAltitude
(self)
read_data_pg.py:22
↓ 3 callers
Method
insertTile
(self, tile, lat0, lon0)
read_data_pg.py:93
↓ 2 callers
Method
dropAllTables
(self)
read_data_pg.py:19
↓ 2 callers
Method
fetchTopLeftAltitude
(self, lat, lon)
read_data_pg.py:35
↓ 2 callers
Method
readTile
(self, lat0, lon0)
read_data_pg.py:50
↓ 2 callers
Function
writeTileCsvFile
(tile, lat0, lon0, top_row = 1, bottom_row = 1200, left_col = 0, right_col = 1199 )
import-google-app-engine.py:13
↓ 1 callers
Method
getTables
(self)
read_data_pg.py:82
↓ 1 callers
Function
inBoundingBox
(lat,lon, north, south, west, east)
data/util.py:43
↓ 1 callers
Function
main
()
download.py:15
↓ 1 callers
Function
main
()
read_data_pg.py:134
↓ 1 callers
Function
verify
(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
Method
checkDatabaseEmpty
()
read_data_pg.py:46
Function
connectToDatabasePsycopg2
(database)
read_data.py:29
Function
getBoundingBox
(sysargv, offset)
data/util.py:27
Function
getFilesHashes
(continent)
data/util.py:4
Function
handleDownload
(block)
download.py:11
Function
numberOfFiles
(file_list, north, south, west, east)
data/util.py:13
Method
setUp
(self)
test/test_read_data_pg.py:74
Method
tearDown
(self)
test/test_read_data_pg.py:164
Method
testDatabaseEmpty
(self)
test/test_read_data_pg.py:85
Method
testDatabasePresent
(self)
test/test_read_data_pg.py:81
Method
testFirstNumber
(self)
test/test_read_data_pg.py:20
Method
testFtp
(self)
test/test_download.py:10
Method
testGetLatLonFromFileName
(self)
test/test_read_data_pg.py:96
Method
testInsertTileIntoDatabase
(self)
test/test_read_data_pg.py:110
Method
testInsertTileWithNull
(self)
test/test_read_data_pg.py:138
Method
testPointsPerTile
(self)
test/test_read_data_pg.py:16
Method
testPosFromLatLon
(self)
test/test_read_data_pg.py:102
Method
testTableAltitudeExists
(self)
test/test_read_data_pg.py:88
Method
testTileIntegrity
(self)
test/test_read_data_pg.py:24
Method
testTileOverlap
(self)
test/test_read_data_pg.py:35
Function
verifyIsContinent
(continent)
data/util.py:65