You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "converter.py", line 300, in <module>
converter = Converter(paramsJson)
File "converter.py", line 49, in __init__
args.update(config)
ValueError: dictionary update sequence element #1 has length 3; 2 is required
This looks like a great tool, if I could only figure out the right configuration for the environment to run it.
The text was updated successfully, but these errors were encountered:
I attempted using the converter on some US Census Tiger Line shape files. I was using python 2.7, 3.6, & 3.7 with Anaconda.
I'm running OS X 10.15.
On python 3.7 there were some syntax errors print "message" vs. print("message").
My most recent progress gets me here:
Here is my configuration file:
If I add []'s around my config file like this:
My result is as follows:
This looks like a great tool, if I could only figure out the right configuration for the environment to run it.
The text was updated successfully, but these errors were encountered: