-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exposure code works for polygon but not for lines and points #1
Comments
AttributeError Traceback (most recent call last) 9 frames /usr/local/lib/python3.7/dist-packages/RiskChangesDesktop/Exposure.py in Exposure(input_zone, input_value_raster, Ear_Table_PK, agg_col) /usr/local/lib/python3.7/dist-packages/RiskChangesDesktop/Exposure.py in zonalPoint(lyr, input_value_raster, Ear_Table_PK, agg_col) /usr/local/lib/python3.7/dist-packages/geopandas/io/file.py in _read_file(filename, bbox, mask, rows, **kwargs) /usr/local/lib/python3.7/dist-packages/fiona/env.py in wrapper(*args, **kwargs) /usr/local/lib/python3.7/dist-packages/fiona/init.py in open(fp, mode, driver, schema, crs, encoding, layer, vfs, enabled_drivers, crs_wkt, **kwargs) /usr/local/lib/python3.7/dist-packages/fiona/path.py in parse_path(path) /usr/local/lib/python3.7/dist-packages/osgeo/ogr.py in (self, name) /usr/local/lib/python3.7/dist-packages/osgeo/ogr.py in _swig_getattr(self, class_type, name) /usr/local/lib/python3.7/dist-packages/osgeo/ogr.py in _swig_getattr_nondynamic(self, class_type, name, static) AttributeError: type object 'object' has no attribute 'getattr' |
The text was updated successfully, but these errors were encountered: