[Arches] Re: Need testing of a python script that converts json to .arches

2017-05-09 Thread Jae Hun Lee
Hi, Adam. I am sorry that I didn't maintain the link and I am grateful if you could save and improve the scripts in your repo. Thank you. Best, Jae On Saturday, May 6, 2017 at 8:24:33 PM UTC+9, Adam Cox wrote: > > Hi Jae, would you mind if I add my edited version of this script to a v3 > uti

[Arches] Re: Need testing of a python script that converts json to .arches

2017-05-06 Thread Adam Cox
Hi Jae, would you mind if I add my edited version of this script to a v3 utilities repo that I have here: https://github.com/mradamcox/arches3_utils? I have a few scripts in there now, for making/validating authority documents, etc. but it would be good to add this one as it is important in 2 w

[Arches] Re: Need testing of a python script that converts json to .arches

2016-05-22 Thread Jae Hun Lee
Hi Adam, I am very sorry for late reply. I was on vocation, lots of work after vacation, and then computer problem. For me, it works fine. I added tree measurement data, and exported as follows: ... { "child_entities": [ { "child_entities": [

[Arches] Re: Need testing of a python script that converts json to .arches

2016-05-09 Thread Adam Cox
Hi Jae, I'm trying to use this script again and I can confirm that the group ids are not being set correctly. In my case, I have three different measurement sets (value/type/dimension, i.e. 3 feet tall) and they are all given the same group id. When I removed these lines from the .arches file,

[Arches] Re: Need testing of a python script that converts json to .arches

2016-04-13 Thread Jae Hun Lee
Hi Darcy, Sorry. The relationship of mergenode and GROUPID is troubled me. I think the script doesn't properly set GROUPID for paired entities. Could you open the file "sample.arches" and find "ADDRESS_TYPE.E55" and "PLACE_ADDRESS.E45" pair, and set same value for their GROUPIDs? and try to loa

[Arches] Re: Need testing of a python script that converts json to .arches

2016-04-12 Thread Darcy Christ
Hi Jae, Thank you for this script. It might help me with a corrupt database. Unfortunately, I have run into an error running the import. I fixed all the issues in the .arches file, but not I am hitting this: LOADING RESOURCES (/home/hkarches/hongkong/hongkong/source_data/business_data/sample.a

[Arches] Re: Need testing of a python script that converts json to .arches

2016-04-04 Thread Edmund Lee
Hi Jae, I always find this site very helpful with python scripts :-) http://www.montypython.net/scriptsidx.php (Sorry - British sense of humour) Ed >> >> On Tuesday, March 29, 2016 at 9:41:54 AM UTC-6, Jae Hun Lee wrote: >>> >>> Hello, >>> >>> I've created a small python script that convert J

[Arches] Re: Need testing of a python script that converts json to .arches

2016-04-01 Thread Jae Hun Lee
Thanks Adam, Much appreciated for your clear explanation. On Wednesday, March 30, 2016 at 4:16:43 AM UTC+5:45, Adam Cox wrote: > > Hi Jae, thanks for posting your code. With a little bit of modification I > was able to use it on my current project, and it ran correctly. For the > big picture,

[Arches] Re: Need testing of a python script that converts json to .arches

2016-03-29 Thread Adam Cox
Hi Jae, thanks for posting your code. With a little bit of modification I was able to use it on my current project, and it ran correctly. For the big picture, this will be a very helpful utility for v3 arches, but in v4 Farallon plans to deprecate the .arches format