# Data accessed using command: ogr2ogr -oo FEATURE_SERVER_PAGING=YES {output_dir}/fetched.geojson "https://kort.nunagis.gl/server/rest/services/Hosted/POP2019_Municipalities/FeatureServer/0/query/?f=json&where=true&outFields=*&orderByFields=pop_municipality_2019_objectid+ASC" # Data processed using the following steps: ogr2ogr -lco ENCODING=UTF-8 -t_srs EPSG:3413 -clipdst {assets_dir}/latitude_shape_40_degrees.geojson -makevalid {output_dir}/nunagis_municipalities_population.gpkg {input_dir}/fetched.geojson