morpc 0.2.7__tar.gz → 0.2.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {morpc-0.2.7/morpc.egg-info → morpc-0.2.8}/PKG-INFO +1 -1
- {morpc-0.2.7 → morpc-0.2.8}/morpc/__init__.py +1 -1
- {morpc-0.2.7 → morpc-0.2.8}/morpc/morpc.py +1 -1
- {morpc-0.2.7 → morpc-0.2.8/morpc.egg-info}/PKG-INFO +1 -1
- {morpc-0.2.7 → morpc-0.2.8}/.gitattributes +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/.github/workflows/python-publish.yml +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/.gitignore +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/README.md +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/demo/morpc-py-demos.ipynb +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc/census/__init__.py +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc/census/census.py +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc/frictionless/__init__.py +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc/frictionless/frictionless.py +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc.egg-info/SOURCES.txt +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc.egg-info/dependency_links.txt +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc.egg-info/requires.txt +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/morpc.egg-info/top_level.txt +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/pyproject.toml +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/release_new_package.md +0 -0
- {morpc-0.2.7 → morpc-0.2.8}/setup.cfg +0 -0
|
@@ -1038,7 +1038,7 @@ def assign_geo_identifiers(points, geographies):
|
|
|
1038
1038
|
raise RuntimeError
|
|
1039
1039
|
|
|
1040
1040
|
# Read the polygon data
|
|
1041
|
-
r = requests.get(filePath,
|
|
1041
|
+
r = requests.get(filePath, headers = {"User-Agent": "Firefox"})
|
|
1042
1042
|
polys = pyogrio.read_dataframe(BytesIO(r.content))
|
|
1043
1043
|
# polys = gpd.read_file(filePath, layer=layerName, driver=driverName) # Return 403 due to changes in Census website
|
|
1044
1044
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|