Skip to content

Commit

Permalink
Merge pull request #12 from rohith4444/main
Browse files Browse the repository at this point in the history
Continuing to debug CGAZ - updated builds
  • Loading branch information
DanRunfola authored Sep 11, 2023
2 parents 2f40f60 + 46d368e commit 19d6f59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geoBoundaryBuilder/cgazBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import geopandas
import pandas as pd
import shutil
from shapely.validation import make_valid
from shapely.geometry import shape, mapping

GB_DIR = "/sciclone/geograd/geoBoundaries/database/geoBoundaries/"
LOG_DIR = "/sciclone/geograd/geoBoundaries/logs/gbCGAZ/"
Expand All @@ -14,10 +16,10 @@




# ignore warnings about using '()' in str.contains https://stackoverflow.com/a/39902267/697964
warnings.filterwarnings("ignore", "This pattern has match groups")


class cgazBuilder():
def __init__(self, GB_DIR, LOG_DIR, BOT_DIR, TMP_DIR):
self.stdGeom = BOT_DIR + "dta/usDoSLSIB_Mar2020.geojson"
Expand Down

0 comments on commit 19d6f59

Please sign in to comment.