UW-Macrostrat / map-ingestion

Managing ingestion of sources into burwell
1 stars 1 forks source link

Burket, Indiana #509

Open rleverett opened 5 years ago

rleverett commented 5 years ago

Name: Karaffa, M. D., 2015, Preliminary map showing Quaternary geology of the Burket 7.5-minute quadrangle, Indiana: Indiana Geological Survey Open-File Study 15-03, scale 1:24,000.

Source URL: Data: https://iu.box.com/s/1em3u3ro9yr86f5g2evy2ja1czqyxalr Publication: https://igws.indiana.edu/bookstore/details.cfm?Pub_Num=OFS15-03

Estimated scale: large

Folder name: Burket

Dataset names: in_burket

Number of bedrock polygons: 237

Lithology field:

Time field: age

Stratigraphy name field: strat_name

Description field: unitdescri

Comments field:

Comments:

Todo:

rleverett commented 5 years ago

Suggested Inserts:

INSERT INTO maps.large (orig_id,source_id,name,age,descrip,strat_name,t_interval,b_interval,geom) 
SELECT gid,1,burketq_ma,age,unitdescri,strat_name,late_id,early_id,ST_MakeValid(geom) FROM sources.in_burket where geom is not null;