Skip to content

Commit

Permalink
remove old todo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen5 authored Apr 12, 2022
1 parent b19818c commit c87f47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit c87f47b

Please sign in to comment.