Skip to content

Instantly share code, notes, and snippets.

@Aekschen
Created October 10, 2018 21:54
Show Gist options
  • Select an option

  • Save Aekschen/9c5dbb12d3206a4ee27d57a42904d82d to your computer and use it in GitHub Desktop.

Select an option

Save Aekschen/9c5dbb12d3206a4ee27d57a42904d82d to your computer and use it in GitHub Desktop.
read text file
def read_geojson_array():
with open('/tmp/unicode.txt') as f:
variable=f.read()
print(variable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment