# Data fetched via HTTP from ['http://sandbox.idre.ucla.edu/mapshare/data/world/data/utmzone.zip'] # Data processed using the following steps: unzip {input_dir}/utmzone.zip -d {output_dir} ogr2ogr -lco ENCODING=UTF-8 -t_srs EPSG:3413 -clipdst {assets_dir}/latitude_shape_40_degrees.geojson -makevalid -where ""ZONE" != 0" {output_dir}/utm_zones.gpkg {input_dir}/*.shp