UW-Macrostrat / map-ingestion

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

Edinburgh, Indiana #514

Open rleverett opened 4 years ago

rleverett commented 4 years ago

Name: Loope, H. M., Rupp, R. F., and Hasenmueller, W. A., 2015, Preliminary map showing Quaternary geology of the Edinburgh 7.5-minute quadrangle, Indiana: Indiana Geological Survey Open-File Study 15-02, scale 1:24,000.

Source URL: Data: https://iu.app.box.com/s/tkygy2v3vlcq6r9m0rp1m7x16lyn9b4d Publication: https://igws.indiana.edu/bookstore/details.cfm?Pub_Num=OFS15-02

Estimated scale: large

Folder name: Edinburgh

Dataset names: in_edinburgh

Number of bedrock polygons: 211

Lithology field:

Time field: age_1

Stratigraphy name field: strat_name

Description field: unitdescri

Comments field:

Comments:

Todo:

rleverett commented 4 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,unitname_1,age_1,unitdescri,strat_name,late_id,early_id,ST_MakeValid(geom) FROM sources.in_edinburgh where geom is not null;