File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
cli/macrostrat/cli/database/rockd
map-integration/macrostrat/map_integration/commands Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- #TODO we need to implement a separate rockd migration process similar to the macrostrat process
1+ # TODO we need to implement a separate rockd migration process similar to the macrostrat process
File renamed without changes.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def ingest_map(
6464 crs : str = None ,
6565 if_exists : str = "replace" ,
6666 legend_file : str = None ,
67- #TODO add default key column to the first column in the file
67+ # TODO add default key column to the first column in the file
6868 legend_key : str = None ,
6969 legend_table : str = "polygons" ,
7070 chunksize : int = 100 ,
Original file line number Diff line number Diff line change 11import datetime
22import enum
33from typing import List
4- from sqlalchemy .dialects .postgresql import ENUM
5-
64
75from geoalchemy2 import Geometry
86from sqlalchemy import (
1614from sqlalchemy .dialects .postgresql import (
1715 ARRAY ,
1816 BOOLEAN ,
17+ ENUM ,
1918 INTEGER ,
2019 JSON ,
2120 JSONB ,
You can’t perform that action at this time.
0 commit comments