[open-location-code] Re: is there a (linux) batch script to convert from latitude/longitude to plus code ?

2020-01-14 Thread River Mersey
TBH, python isn't my language and I've just had a quick look at the 
attached script.

>From what I understand of pluscodes, there are 2 parts to the algorithm. 
First part steps through generating pairs of char codes. Second part then 
gives a single char code for increasingly smaller grids of 20 sections. 

Python script given here seems to just repeatedly apply the first part of 
the algorithm - which I don't think is correct.

As I say, python isn't my language, and I've just quickly looked at it, so 
I'll happily accept that I'm likely to be wrong!

On Monday, June 3, 2019 at 3:07:24 PM UTC+1, Marc Meurrens wrote:
>
> Hello,
> I extract latitude/longitude from exif data of photos.
> I want to rename (and organize them) introducing the plus code in their 
> name.
> Thanks for your help.
> Marc
>
>

-- 
Public site: http://www.openlocationcode.com/
Github project: https://github.com/google/open-location-code
Demo site: http://plus.codes/
--- 
You received this message because you are subscribed to the Google Groups "Plus 
Codes Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-location-code+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/open-location-code/9d20701a-ec8b-43f0-a98c-7a4e7c3d6979%40googlegroups.com.


Re: [open-location-code] universal pluscode to local postcode/zopcode converter?

2019-10-18 Thread River Mersey
Many thanks for your reply, Barry.

Using various web resources, I think I've found a solution to what I was 
hoping to do! Yes, you are correct that this may only be possible using a 
rather large lookup table - and that is what I've done. Luckyly, we in the 
UK already have a public database of postcodes vs geolocation coordinates. 
So, using the GitHub description of the specification of pluscodes, I've 
written a prototype VBA script for MSAccess to convert lon/lat to plus 
codes. Given that the postcode list contained around 1.77m records, my 
script did well in generating that many pluscodes in about 120seconds!

Please look on GitHub for my prototype script 
( https://github.com/google/open-location-code/issues/364 )

>
>>

-- 
Public site: http://www.openlocationcode.com/
Github project: https://github.com/google/open-location-code
Demo site: http://plus.codes/
--- 
You received this message because you are subscribed to the Google Groups "Plus 
Codes Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-location-code+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/open-location-code/9e1ddda2-9f14-4586-b211-31c72a8f44e1%40googlegroups.com.


[open-location-code] Re:

2019-10-05 Thread River Mersey
huh?

On Saturday, October 5, 2019 at 12:33:09 PM UTC+1, SS Gaming wrote:
>
>

-- 
Public site: http://www.openlocationcode.com/
Github project: https://github.com/google/open-location-code
Demo site: http://plus.codes/
--- 
You received this message because you are subscribed to the Google Groups "Plus 
Codes Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-location-code+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/open-location-code/bf2f7e0d-82c4-47e8-b209-67712fd167e0%40googlegroups.com.


[open-location-code] universal pluscode to local postcode/zopcode converter?

2019-10-04 Thread River Mersey
[Just had a quick search or previous threads and couldn't find anything on 
this.]

Does anyone know how to use either lat/long or pluscodes to generate a 
postcode for the specified location?

Possibly a lookup table to be used in a database or spreadsheet?

Many thanks

-- 
Public site: http://www.openlocationcode.com/
Github project: https://github.com/google/open-location-code
Demo site: http://plus.codes/
--- 
You received this message because you are subscribed to the Google Groups "Plus 
Codes Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-location-code+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/open-location-code/28d066e4-bebd-403a-aac5-6162f3c85186%40googlegroups.com.