stgeorges / gismo

Gismo is a free Grasshopper plugin for GIS environmental analysis
Other
80 stars 22 forks source link

Gismo_Address To Location (utf-8 ) #4

Closed AntonelloDN closed 7 years ago

AntonelloDN commented 7 years ago

Hi @Alliages,

I suggest that you add 'utf-8 encode' to your location component. I like to think people can write also special characters of their own language.

timeZone = 0; elevation = 0 # default. These two inputs are not important for OSM and terrain components url = "http://nominatim.openstreetmap.org/search" address = urllib.quote_plus(address.encode('utf-8')) format="jsonv2 [...]

Antonello

stgeorges commented 7 years ago

Hi @AntonelloDN ,

This would be a great addition!! Thank you!! @Alliages can we implement this to your "Address to Location" component?

Alliages commented 7 years ago

yes off course... If you have'nt done it since then, i'll do it next week

stgeorges commented 7 years ago

Hi @Alliages , It's better if author of the component does the implementations. Unless there is some urgent bug. We are eager to see the implementation next week! Thank you! @AntonelloDN , hey thank you too!!