# Data fetched via HTTP from ['https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_time_zones.zip'] # Data processed using the following steps: unzip {input_dir}/ne_10m_time_zones.zip -d {output_dir} OGR_ENABLE_PARTIAL_REPROJECTION=True ogr2ogr -lco ENCODING=UTF-8 -t_srs EPSG:3413 -clipdst {assets_dir}/latitude_shape_40_degrees.geojson -sql 'SELECT *, name as label FROM "ne_10m_time_zones"' {output_dir}/reprojected_and_clipped.gpkg {input_dir}/*.shp