From c87f47ba56e4339d7c8ff4bfb5756e8ae931634a Mon Sep 17 00:00:00 2001 From: Daniel Allen Date: Tue, 12 Apr 2022 15:23:18 -0400 Subject: [PATCH] remove old todo (#6) --- HISTORY.rst | 4 +++ .../1-create-coastline-segments.ipynb | 33 ------------------- 2 files changed, 4 insertions(+), 33 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b3cc637..5be4a56 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History .. v1.0.0: +v1.0.2 +------ +* Remove old todo + v1.0.1 ------ * Bump patch number to maintain consistency with Zenodo deposit. diff --git a/notebooks/create-SLIIDERS-ECON/exposure/1-create-coastline-segments.ipynb b/notebooks/create-SLIIDERS-ECON/exposure/1-create-coastline-segments.ipynb index 57b7002..3a16b6e 100644 --- a/notebooks/create-SLIIDERS-ECON/exposure/1-create-coastline-segments.ipynb +++ b/notebooks/create-SLIIDERS-ECON/exposure/1-create-coastline-segments.ipynb @@ -16,16 +16,6 @@ "This notebook modifies the CoDEC points to generate a uniform set of coastline segment centroids." ] }, - { - "cell_type": "markdown", - "id": "2b15c558-112e-496a-9797-371c4dd15f7c", - "metadata": {}, - "source": [ - "**TODO**\n", - "\n", - "- [ ] add back in the last section (with filepaths appropriately in settings.py) when we figure out where `ne_coastline_polys_CIAM_exposure_matches.parquet` is generated" - ] - }, { "cell_type": "code", "execution_count": null, @@ -230,29 +220,6 @@ "# Export resulting layers\n", "gtsm1.to_file(PATH_SEG_CENTROIDS) # final set of majority GTSM points for CIAM segs" ] - }, - { - "cell_type": "markdown", - "id": "b6cb46e3", - "metadata": {}, - "source": [ - "### [ASIDE] Identify which NaturalEarth land masses have exposure (pop or capital)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "3d03b678", - "metadata": {}, - "outputs": [], - "source": [ - "# land = gpd.read_parquet(TMPDIR + \"ne_coastline_polys_CIAM_exposure_matches.parquet\")\n", - "# land_exp = land[land.contains_exposure == True]\n", - "# land_exp.to_file(TMPDIR + \"ne_coastline_polys_CIAM_wexp.shp\")\n", - "\n", - "# land_noexp = land[land.contains_exposure == False]\n", - "# land_noexp.to_file(TMPDIR + \"ne_coastline_polys_CIAM_noexp.shp\")" - ] } ], "metadata": {