UW-Macrostrat / map-ingestion

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

New Bellsville, Indiana #512

Open rleverett opened 5 years ago

rleverett commented 5 years ago

Name: Loope, H. M., Rupp, R. F., and Hasenmueller, W. A., 2014, Preliminary Quaternary geologic map of the New Bellsville 7.5-minute quadrangle, Indiana: Indiana Geological Survey Open-File Study 14-02, scale 1:24,000.

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

Estimated scale: large

Folder name: NewBellsville

Dataset names: in_newbellsville

Number of bedrock polygons: 139

Lithology field:

Time field: age_1

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