We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16b6eb commit add2a0aCopy full SHA for add2a0a
src/main.py
@@ -31,7 +31,7 @@ def main():
31
zip_path = base_dir / "Gazetteer_National_GPKG.zip"
32
33
if not gnis_gpkg.exists():
34
- logger.info("Downloading GNIS GeoPackage; this is large file and may take a while...")
+ logger.info("Downloading GNIS GeoPackage; this is a large file and may take a while...")
35
36
url = (
37
"https://prd-tnm.s3.amazonaws.com/"
0 commit comments