[Arches] Re: Signing in

2016-07-07 Thread Vincent Meijer
Hi Roshan,

Welcome to Arches! Your experience with documenting heritage and building 
websites will be a valuable addition to the team. 
Your website looks really good. I especially liked the animations where the 
monument walls are stripped down to show what's behind them.

We both have quite similar jobs: I work for the Center for Virtualization 
and Applied Spatial Technologies (CVAST) at the University of South 
Florida. The center collects GIS and 3D data of (archaeological) heritage 
sites and objects. (No website live yet, but here's our Facebook page: 
https://www.facebook.com/USFCVAST/ ) 
Like you, I am tasked with anything IT, but I also go on field expeditions. 
I just came back from a trip to Spain to scan monuments with terrestrial 
laser scanners and photogrammetry. 

I am also looking for ways of presenting our 3D data on Arches. For now I 
plan on implementing 3DHOP for meshes and Potree for point clouds. I think 
there are more people here interested in that, so I was hoping you could 
start a new thread for us to explain how you integrated 3DHOP in your 
current website. Have you automated anything? How do you store and deploy 
the models? Things like that could be interesting for all of us. 

Thanks and again: welcome to Arches!

Vincent


On Wednesday, 6 July 2016 05:59:35 UTC-4, Roshan Bhurtha wrote:
>
> Hi Ed.
> I am Roshan Bhurtha, from the Zamani Project, Geomatics Division, 
> University of Cape Town. I am an Electrical Engineer/Programmer and I work 
> in a team which documents heritage sites in the Middle East and Africa.
> We have been documenting heritage sites for more than a decade and worked 
> with international institutions, incl. the Getty ( Valley of the Queens 
> Project). My function in the team is: writing code when needed for our 
> laser scan processing pipeline, processing 3D terrestrial lidar, automating 
> processes, teaching programming, fieldwork (the most interesting part), 
> metadata stuff,  and some admin :)
>  
> Arches looks like a very nice way to present our data to the public ( and 
> we have a lot of it ). I want a system that can help me manage users with 
> different access levels, with the possibility to upload download data and 
> present our massive 3D data sets and GIS data on the web. We do that, 
> partially on our web site, but there is lots of room for improvements (
> www.zamaniproject.org) ! 
> I currently use FTP when having to dish out data to people, but starts to 
> be a pain.
>
> We are based at the beautiful University of Cape Town, at the foot of the 
> Devil's Peak. Out of my window is, unfortunately, another set of ugly 
> windows. But a 1 minute walk out of the office building gives me a nice 
> panoramic view of the city.
>
> I look forward to Arches!
> Roshan
>
>
>
>
>
>
>  
>
> On Thursday, 22 August 2013 17:29:37 UTC+2, Edmund Lee wrote:
>>
>> Hello all, ... and welcome in particular to those who have joined the 
>> Arches Discussion Forum recently.
>>
>> This online group was initially set up for the project team, and has just 
>> recently been opened up as the public, so some of us haven't met before. 
>> How about we all share a bit of background, just like we would if we were 
>> meeting in the real world? If that sounds good to you, reply to this thread 
>> and share with the group some or all of the following:
>>
>>- what is your interest in Arches?
>>
>>
>>- where in the world are you working?
>>
>> and, just to make it a bit more fun,
>>
>>- what can you see out of the window? Is there any heritage in your 
>>view?
>>
>> I look forward to getting to know everyone a bit better!
>>
>>
>> Ed
>>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Re: ProgrammingError at /search relation "dates" does not exist

2016-07-07 Thread Piyush Shah
Thank you Vincent for Reply !

I will again perform all the steps with all the suggestion you mention in
your previous post and get back to you.

Regards,

On Thu, Jul 7, 2016 at 7:22 PM, Vincent Meijer  wrote:

> Hi Piyush,
>
> Sorry for getting back to you so late. I was scanning monuments in Spain :)
>
> Your problem may lie in the name of your virtualenv: the software seems to
> expect the folder to be called "ENV".
> (See installation guide:
> http://arches-hip.readthedocs.io/en/latest/getting-started/#installating-arches-hip
> )
>
> The other thing might be the location of your arches_hip customization
> folder (champ_hip), although I'm not sure if that matters.
> The folder structure described in the installation guide is this:
>
> /Projects
>   /ENV
>   /my_hip_app (your "champ_hip")
>
> While what you have is:
>
> /C:
>   /champv2(should be ENV)
>   /champ_hip  (should be on the same level as ENV)
>
> With installations like these, it is often very important to follow the
> installation guide exactly :)
>
> Let me know if this solves the problem!
>
> Vincent
>
>
> On Saturday, 2 July 2016 01:56:37 UTC-4, Piyush Shah wrote:
>
>> Hi Vincent,
>>
>> Thank you for your reply!
>>
>> I am sharing you all the commands I had performed for installing Arches
>> from virtual environment creation with screenshots.
>>
>> Step 1) Create a virtual environment
>> [image: Inline image 1]
>>
>> Step 2) Activated virtual environment
>> [image: Inline image 2]
>>
>> Step 3) Installed the arches_hip module (I had attached
>> arches_install_log.txt with this post)
>> [image: Inline image 3]
>>
>> Step 4) Create the folder for HIP customization
>> [image: Inline image 5]
>>
>> Step 5) Changing the settings.py
>> [image: Inline image 6]
>>
>> Step 6) Installed the ElasticSearch
>> [image: Inline image 7]
>>
>> Step 7) Started ElasticSearch:
>> [image: Inline image 8]
>>
>> Step 8) Created Database
>> [image: Inline image 9]
>> [image: Inline image 10]
>>
>> Step 9) Run arches
>> [image: Inline image 11]
>>
>> Step 10) Open the search page (http://localhost:8000/search) into the
>> browser
>> [image: Inline image 12]
>>
>> Regards,
>>
>> On Wed, Jun 29, 2016 at 8:38 PM, Vincent Meijer  wrote:
>>
>>> Hello Piyush,
>>>
>>> Could you please confirm that you activated your virtual environment
>>> before you ran the command (as Alexei suggested)?
>>> That would make a big difference in how to approach this issue.
>>>
>>> Also, it would make it easier for us to help if you if you could post
>>> the exact commands that you used from the start. That way we can see if
>>> anything went wrong along the way.
>>>
>>>
>>> Thanks!
>>> Vincent
>>>
>>>
>>> On Saturday, 25 June 2016 07:56:40 UTC+2, Piyush Shah wrote:

 Hi Adam,

 I had run the command which you mention in your previous mail but No
 success, still I am facing same issue.

 I am sharing you the output text file.

 Thanks & Regards,

 On Tue, Jun 21, 2016 at 9:45 AM, Piyush Shah 
 wrote:

> Thank you Adam!
>
> Surely I will do it and revert you back.
>
> Regards,
>
> On Tue, Jun 21, 2016 at 12:08 AM, Adam Cox  wrote:
>
>> Hi Piyush, I suspect you may need to upgrade pip.  The permissions
>> error with that txt file has been fixed for me before after upgrading 
>> pip.
>> With your ENV activated, use this command
>>
>> python -m pip install -U pip
>>
>> And then try pip installing Arches and Arches-HIP again.  Write the 
>> output to the text file as before, so that we can see the results.
>>
>>
>> Good luck!
>>
>> Adam
>>
>>
>> On Sat, Jun 18, 2016 at 4:55 PM, Alexei Peters 
>> wrote:
>>
>>> Hi Piyush,
>>> I'm suspect that you might not have activated your virtual
>>> environment before you ran that command.
>>> Try that and see if it fixes things.
>>> Cheers,
>>> Alexei
>>>
>>>
>>> Director of Web Development - Farallon Geographics, Inc. -
>>> 971.227.3173
>>>
>>> On Fri, Jun 17, 2016 at 10:59 PM, Piyush Shah 
>>> wrote:
>>>
 Thank you Adam for your reply !

 As per your suggestion I had written entire output of the pip
 install arches_hip command to a text file.

 Please find enclosed attachment.

 Regards,
 Piyush

 On Mon, Jun 13, 2016 at 9:04 PM, Adam Cox 
 wrote:

> Hi Piyush, one thing I've suggested on a couple of other threads
> is to write the entire output of the pip install arches command to a 
> text
> file.  Start with a new virtual environment, and try this command:
>
> (ENV): pip install arches > arches_install_log.txt 2>&1
>
>  Please 

Re: [Arches] Re: ProgrammingError at /search relation "dates" does not exist

2016-07-07 Thread Vincent Meijer
Hi Piyush,

Sorry for getting back to you so late. I was scanning monuments in Spain :)

Your problem may lie in the name of your virtualenv: the software seems to 
expect the folder to be called "ENV". 
(See installation guide: 
http://arches-hip.readthedocs.io/en/latest/getting-started/#installating-arches-hip
) 

The other thing might be the location of your arches_hip customization 
folder (champ_hip), although I'm not sure if that matters. 
The folder structure described in the installation guide is this:

/Projects
  /ENV
  /my_hip_app (your "champ_hip")

While what you have is:

/C:
  /champv2(should be ENV)
  /champ_hip  (should be on the same level as ENV)

With installations like these, it is often very important to follow the 
installation guide exactly :)

Let me know if this solves the problem!

Vincent


On Saturday, 2 July 2016 01:56:37 UTC-4, Piyush Shah wrote:
>
> Hi Vincent,
>
> Thank you for your reply!
>
> I am sharing you all the commands I had performed for installing Arches 
> from virtual environment creation with screenshots.
>
> Step 1) Create a virtual environment
> [image: Inline image 1]
>
> Step 2) Activated virtual environment
> [image: Inline image 2]
>
> Step 3) Installed the arches_hip module (I had attached 
> arches_install_log.txt with this post)
> [image: Inline image 3]
>
> Step 4) Create the folder for HIP customization
> [image: Inline image 5]
>
> Step 5) Changing the settings.py 
> [image: Inline image 6]
>
> Step 6) Installed the ElasticSearch
> [image: Inline image 7]
>
> Step 7) Started ElasticSearch:
> [image: Inline image 8]
>
> Step 8) Created Database
> [image: Inline image 9]
> [image: Inline image 10]
>
> Step 9) Run arches
> [image: Inline image 11]
>
> Step 10) Open the search page (http://localhost:8000/search) into the 
> browser
> [image: Inline image 12]
>
> Regards,
>
> On Wed, Jun 29, 2016 at 8:38 PM, Vincent Meijer  > wrote:
>
>> Hello Piyush,
>>
>> Could you please confirm that you activated your virtual environment 
>> before you ran the command (as Alexei suggested)? 
>> That would make a big difference in how to approach this issue.
>>
>> Also, it would make it easier for us to help if you if you could post the 
>> exact commands that you used from the start. That way we can see if 
>> anything went wrong along the way.
>>
>>
>> Thanks!
>> Vincent
>>
>>
>> On Saturday, 25 June 2016 07:56:40 UTC+2, Piyush Shah wrote:
>>>
>>> Hi Adam,
>>>
>>> I had run the command which you mention in your previous mail but No 
>>> success, still I am facing same issue.
>>>
>>> I am sharing you the output text file.
>>>
>>> Thanks & Regards,
>>>
>>> On Tue, Jun 21, 2016 at 9:45 AM, Piyush Shah  wrote:
>>>
 Thank you Adam!

 Surely I will do it and revert you back.

 Regards,

 On Tue, Jun 21, 2016 at 12:08 AM, Adam Cox  wrote:

> Hi Piyush, I suspect you may need to upgrade pip.  The permissions 
> error with that txt file has been fixed for me before after upgrading 
> pip.  
> With your ENV activated, use this command
>
> python -m pip install -U pip
>
> And then try pip installing Arches and Arches-HIP again.  Write the 
> output to the text file as before, so that we can see the results.
>
>
> Good luck!
>
> Adam
>
>
> On Sat, Jun 18, 2016 at 4:55 PM, Alexei Peters  
> wrote:
>
>> Hi Piyush,
>> I'm suspect that you might not have activated your virtual 
>> environment before you ran that command.
>> Try that and see if it fixes things.
>> Cheers,
>> Alexei
>>
>>
>> Director of Web Development - Farallon Geographics, Inc. - 
>> 971.227.3173
>>
>> On Fri, Jun 17, 2016 at 10:59 PM, Piyush Shah  
>> wrote:
>>
>>> Thank you Adam for your reply !
>>>
>>> As per your suggestion I had written entire output of the pip 
>>> install arches_hip command to a text file.
>>>
>>> Please find enclosed attachment.
>>>
>>> Regards,
>>> Piyush
>>>
>>> On Mon, Jun 13, 2016 at 9:04 PM, Adam Cox  
>>> wrote:
>>>
 Hi Piyush, one thing I've suggested on a couple of other threads is 
 to write the entire output of the pip install arches command to a text 
 file.  Start with a new virtual environment, and try this command:

 (ENV): pip install arches > arches_install_log.txt 2>&1

  Please share the resulting file and we can try to find where the 
 installation went wrong.

 Cheers,
 Adam


 On Saturday, June 11, 2016 at 12:17:13 AM UTC-6, Piyush Shah wrote:
>
> Thank you Alexei for your reply !
>
> I had perform all the steps using a command prompt as 
> administrator but still I am facing 

[Arches] UK-based Call for Open Source Project Competition Applications

2016-07-07 Thread Lee, Edmund
For any Arches contacts based in the UK, I thought this might be useful to hear 
about.

All good wishes,

Ed


-Original Message-
From: BCS Knowledge, Information and Metadata Management 
[mailto:bcs-ki...@jiscmail.ac.uk] On Behalf Of Cornelia Boldyreff
Sent: 06 July 2016 23:03
To: bcs-ki...@jiscmail.ac.uk
Subject: Call for Open Source Project Competition Applications

Please circulate to any interested parties whose students or apprentices may 
wish to enter based on their project work with open source.
Thank you.
Cornelia (posted at the suggestion of Conrad) 
±

The BCS OSSG desires to support and encourage students and apprentices to use 
and develop open source software and hardware in their project work.

All students and apprentices are invited to enter one of the project contests 
sponsored by the BCS Open Source Specialist Group. The project contests are as 
follows:

*Best school project *for students who are still at secondary school or sixth 
form college.

Best* first year project *for students who are in their first year of study at 
a UK Higher Education Institution (HEI).

B*est second year project *for students in their second year of study at a UK 
HEI (also those on an industrial year or 3rd year of a 4 year degree – 
basically this is for students between their first and final years).

*Best final year undergraduate* *project* for students in their final year of 
study for a BA, BSc, BEng, or in the penultimate year of an MEng (this will 
often be the 3rd year, but may be the fourth or fifth year, if the student has 
taken a year abroad, year in industry, or is studying for a 4 year Scottish 
degree).

*Best apprentice project *completed by an apprentice working in a UK company on 
an approved apprenticeship scheme.

The winner in each category will be awarded a cash prize of £100; application 
must be submitted by 15th August 2016.

More information at http:// 
ossg.bcs.org /student-project-2016
.
We are the public body that looks after England's historic environment. We 
champion historic places, helping people to understand, value and care for 
them, now and for the future. 
Sign up to our enewsletter to keep up to date with our latest news, advice and 
listings.

HistoricEngland.org.uk   Twitter: @HistoricEngland

This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of Historic England unless specifically stated. 
If you have received it in error, please delete it from your system and notify 
the sender immediately. Do not use, copy or disclose the information in any way 
nor act in reliance on it. Any information sent to Historic England may become 
publicly available.

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.