We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like osmt.country2ISOLookup was moved to country_tools. But it can't find paths when I run it.
osmt.country2ISOLookup
country_tools
paths
OK to import paths at the top of country_tools? If not, best to move this back to osmTools?
osmTools
The text was updated successfully, but these errors were encountered:
What were you running, so I can test the fix? yes, like:
from .cpblUtilities_config import paths
Sorry, something went wrong.
Try:
import osmTools as osmt osmt.country2ISOLookup()
Attempt at #11
6745b15
Sorry; not sure what's going on. I copied it back to osmTools as you suggest.
cpbl
No branches or pull requests
It looks like
osmt.country2ISOLookup
was moved tocountry_tools
. But it can't findpaths
when I run it.OK to import
paths
at the top ofcountry_tools
? If not, best to move this back toosmTools
?The text was updated successfully, but these errors were encountered: