(txt)
| 77 | all_sql.append("""INSERT INTO "metadata" VALUES('IGNF.DATE', '%s');""" % date) |
| 78 | |
| 79 | def get_epsg_code(txt): |
| 80 | assert ':EPSG:' in txt |
| 81 | return txt[txt.rfind(':')+1:] |
| 82 | |
| 83 | |
| 84 | def ingest_ellipsoids(root, all_sql): |
no outgoing calls
no test coverage detected