ooshaaan's picture
Upload the entire dataset.
12b24c4 verified
raw
history blame contribute delete
332 Bytes
CREATE TABLE public.tl_2023_us_coastline (
gid serial4 NOT NULL,
"name" varchar(100) NULL,
mtfcc varchar(5) NULL,
geom public.geometry(multilinestring, 4269) NULL,
CONSTRAINT tl_2023_us_coastline_pkey PRIMARY KEY (gid)
);
--A single coastline is divided into different fragments which same name for fragments of the coastline.