{ "cells": [ { "cell_type": "markdown", "id": "19741d67", "metadata": {}, "source": [ "## Guidelines" ] }, { "cell_type": "markdown", "id": "625e60de", "metadata": {}, "source": [ "`project_guidelines.json`\n", "``` json\n", "{\n", " \"metadata\": {\n", " \"title\": \"Example Project Guidelines\",\n", " \"author\": \"Ruben White\",\n", " \"date\": \"2026-02-04\"\n", " },\n", " \"project\": {\n", " \"crs\": \"EPSG:32631\",\n", " \"vrl\": \"MSL\",\n", " \"rescale_unit\": \"hm\",\n", " \"bounds\": [538000, 5825000, 557000, 5842000]\n", " },\n", " \"styles\": {\n", " \"imshow\": {\n", " \"bedforms\": {\n", " \"inherits\": \"@default\",\n", " \"cmap\": \"RdBu_r\",\n", " \"cbar_kwargs\": {\"label\": \"Bathymetry [m@vrl]\"}\n", " }\n", " },\n", " \"basemap\": {\n", " \"default\": {\n", " \"attribution\": \"\"\n", " }\n", " }\n", " },\n", " \"extents\": {\n", " \"default\": {\n", " \"xlim\": [538000, 557000],\n", " \"ylim\": [5825000, 5842000]\n", " }\n", " }\n", "}\n", "```" ] }, { "cell_type": "code", "execution_count": null, "id": "8e12b74f", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "resplotlib", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.14.0" } }, "nbformat": 4, "nbformat_minor": 5 }