# Data accessed in QGreenland repository at {assets_dir}/gem_research_stations.geojson # Data processed using the following steps: ogr2ogr -lco ENCODING=UTF-8 -t_srs EPSG:3413 -clipdst {assets_dir}/greenland_rectangle.geojson -makevalid -sql 'SELECT *, "Station Name" as label FROM "gem_research_stations"' {output_dir}/final.gpkg {input_dir}/gem_research_stations.geojson