UW-Macrostrat / map-ingestion

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

N Leybourne Islands, NU #435

Open cvavrus opened 5 years ago

cvavrus commented 5 years ago

Name: Steenkamp, H.M., Gilbert, C., and St-Onge, M.R., 2016. Geology, Leybourne Islands (north), Baffin Island, Nunavut, NTS 26-A (north); Geological Survey of Canada, Canadian Geoscience Map 271 (preliminary); Canada-Nunavut Geoscience Office, Open File Map 2016-07, scale 1:100 000. doi:10.4095/297355

Source URL: https://doi.org/10.4095/297355

Estimated scale: large

Folder name: nu_leybourne_n

Dataset names: nu_leybourne_n nu_leybourne_n_lines

Number of bedrock polygons: 43

Lithology field:

Time field: age

Stratigraphy name field: strat_name

Description field: descrip

Comments field:

Comments: Unmapped polygon in this map lines included line type 'foliation form line' - set new_type as 'foliation' but might require another look

Todo:

cvavrus 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,mapunit,age,descrip,strat_name,late_id,early_id,ST_MakeValid(geom) FROM sources.nu_leybourne_n where geom is not null;
INSERT INTO lines.large (orig_id,source_id,descrip,new_type,geom) 
SELECT gid,1,descrip,new_type,ST_MakeValid(geom) FROM sources.nu_leybourne_n_lines where new_type is not null and geom is not null;
cvavrus commented 5 years ago

Error prevented importing the points .shp file