UW-Macrostrat / map-ingestion

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

Grenfell, New South Wales #479

Open rleverett opened 5 years ago

rleverett commented 5 years ago

Name: Raymond, C.L., Wallace D.A., Krynen J.P. and Young G.C, 2000, Grenfell 1:100 000 Geological Sheet 8530, 1st edition. Geological Survey of New South Wales, Sydney & Geoscience Australia, Canberra

Source URL: https://search.geoscience.nsw.gov.au/product/92

Estimated scale: large

Folder name: nsw_grenfell

Dataset names: nsw_grenfell

Number of bedrock polygons: 588

Lithology field:

Time field: age

Stratigraphy name field: strat_name

Description field: lith_desc

Comments field:

Comments:

Todo:

rleverett commented 5 years ago

No points files for this map. Some parts unmapped.

Suggested inserts:

INSERT INTO maps.large (orig_id,source_id,name,age,descrip,strat_name,t_interval,b_interval,geom) 
SELECT gid,1,unitname,age,lith_desc,strat_name,late_id,early_id,ST_MakeValid(geom) FROM sources.nsw_grenfell where geom is not null;
INSERT INTO lines.large (orig_id,source_id,descrip,name,new_type,geom) 
SELECT gid,1,feature,desc_,new_type,ST_MakeValid(geom) FROM sources.nsw_grenfell_lines where new_type is not null and geom is not null;