# Data fetched via HTTP from ['https://www.ngdc.noaa.gov/gazetteer/feature/export?aoi=POLYGON%28%28-162.82882+39.14360%2C+120.79574+45.17504%2C+-1.80233+31.69553%2C+-68.42289+32.69612%2C+-162.82882+39.14360%29%29&name=&featureType=&proposerId=&discovererId=&meeting=&status=&format=shapefile'] # Data processed using the following steps: unzip {input_dir}/features.zip -d {output_dir} features/features-multilinestring.* ogr2ogr -lco ENCODING=UTF-8 -t_srs EPSG:3413 -clipdst {assets_dir}/latitude_shape_40_degrees.geojson -makevalid -sql 'SELECT *, name as label FROM "features-multilinestring"' {output_dir}/final.gpkg {input_dir}/features/features-multilinestring.shp