Traceback (most recent call last):
File "/simrdwn/simrdwn/core/simrdwn.py", line 1936, in <module>
main()
File "/simrdwn/simrdwn/core/simrdwn.py", line 1928, in main
execute(args, train_cmd1, test_cmd_tot, test_cmd_tot2)
File "/simrdwn/simrdwn/core/simrdwn.py", line 1540, in execute
test_add_geo_coords=args.test_add_geo_coords)
File "/simrdwn/simrdwn/core/simrdwn.py", line 1130, in run_test
outProj_str='epsg:3857', verbose=verbose)
File "/simrdwn/simrdwn/core/add_geo_coords.py", line 217, in add_geo_coords_to_df
inProj_str=inProj_str, outProj_str=outProj_str,
File "/simrdwn/simrdwn/core/add_geo_coords.py", line 127, in get_row_geo_coords
gdal_geomTransform=gdal_geomTransform)
File "/simrdwn/simrdwn/core/add_geo_coords.py", line 70, in geomPixel2geomGeo
[affineObject.a,
AttributeError: 'list' object has no attribute 'a'
I never worked with geospatial data, so all these libs are new to me. Seems you were expecting an object and receive a list instead. I try to change this to:
Hey @avanetten, sorry to bother you again, but I'm almost getting the tutorial on COWC running!
I shifted to the Yolt2 framework. While running the test command:
I'm receiving the following error:
It refers to this part of the code:
I never worked with geospatial data, so all these libs are new to me. Seems you were expecting an object and receive a list instead. I try to change this to:
But it trows more errors.
It may be related to https://github.com/mapbox/rasterio/issues/86.
Since this command is used a little early at function _add_geo_coords_todf:
I'll keep trying to solve it, but if it is trivial for you, please let me know!