mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 12:54:19 -07:00
updating pylint
This commit is contained in:
parent
19b3ba24ef
commit
5ff988ab29
25 changed files with 154 additions and 101 deletions
|
@ -21,6 +21,7 @@
|
|||
"source": [
|
||||
"import os\n",
|
||||
"import sys\n",
|
||||
"\n",
|
||||
"module_path = os.path.abspath(os.path.join(\"../..\"))\n",
|
||||
"if module_path not in sys.path:\n",
|
||||
" sys.path.append(module_path)"
|
||||
|
@ -94,9 +95,13 @@
|
|||
"bia_aian_supplemental_geojson = (\n",
|
||||
" GEOJSON_BASE_PATH / \"bia_national_lar\" / \"BIA_AIAN_Supplemental.json\"\n",
|
||||
")\n",
|
||||
"bia_tsa_geojson_geojson = GEOJSON_BASE_PATH / \"bia_national_lar\" / \"BIA_TSA.json\"\n",
|
||||
"bia_tsa_geojson_geojson = (\n",
|
||||
" GEOJSON_BASE_PATH / \"bia_national_lar\" / \"BIA_TSA.json\"\n",
|
||||
")\n",
|
||||
"alaska_native_villages_geojson = (\n",
|
||||
" GEOJSON_BASE_PATH / \"alaska_native_villages\" / \"AlaskaNativeVillages.gdb.geojson\"\n",
|
||||
" GEOJSON_BASE_PATH\n",
|
||||
" / \"alaska_native_villages\"\n",
|
||||
" / \"AlaskaNativeVillages.gdb.geojson\"\n",
|
||||
")"
|
||||
]
|
||||
},
|
||||
|
@ -131,7 +136,9 @@
|
|||
"len(\n",
|
||||
" sorted(\n",
|
||||
" list(\n",
|
||||
" bia_national_lar_df.LARName.str.replace(r\"\\(.*\\) \", \"\", regex=True).unique()\n",
|
||||
" bia_national_lar_df.LARName.str.replace(\n",
|
||||
" r\"\\(.*\\) \", \"\", regex=True\n",
|
||||
" ).unique()\n",
|
||||
" )\n",
|
||||
" )\n",
|
||||
")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue