Re: [Arches] Django not installed message

2017-11-24 Thread Roshan Bhurtha
*An update on this:*

 It seems that there is a hiccup with the command "pip install arches 
--no-binary :all:"

But if I run this command

*pip install arches==4.0b3 --no-binary :all:*

django is installed !

I am not sure why the default version of Arches will not pull the 
dependancies.

regards
Roshan

On Wednesday, 22 November 2017 10:25:18 UTC+2, Roshan Bhurtha wrote:
>
> Dear Adam, 
> Thanks for your reply. 
> I ran  the "pip install arches --no-binary :all:"   command, and it said 
> all "Requirement already satisfied", BUT django was not installed when I 
> imported inside Python!
> Have a look at this screenshot please.
> Any ideas what I am doing wrong ?
> Thanks 
> Roshan
>
>
> 
>
>
> On Friday, 17 November 2017 18:40:22 UTC+2, Adam Cox wrote:
>>
>> Hi Roshan,
>>
>> Any command you run that references the manage.py file must be run with 
>> the virtual environment activated, which will add the (ENV) prefix to your 
>> command prompt.
>>
>> To quickly test that Django (along with all other python dependencies) 
>> has installed correctly, you can activate your virtual environment, then 
>> run python (which will open the python interpreter) then import django. 
>> If you get an error, then something didn't work during the pip install 
>> arches --no-binary :all: process. To exit the python interpreter, use 
>> exit().
>>
>> FYI, I have just finished an overhaul of the installation documentation 
>> that should clear up some issues that have come up, streamline the process, 
>> as well as a command to load an example package that we have made so it is 
>> easier to get up and running. You can find it here: 
>> http://arches4.readthedocs.io/en/latest/installation/ (as before).
>>
>> Adam
>>
>> On Fri, Nov 17, 2017 at 7:05 AM, Roshan Bhurtha  
>> wrote:
>>
>>> Dear all
>>> I am trying to install arches( Windows 64-bit) and I am now at  the 
>>> stage where I have to create a project, with the command *"python 
>>> C:\Projects\ENV\Scripts\arches-project create my_project"*
>>> * , *as given on the arches website.
>>>
>>> I run into a problem here: I am assuming that I have to run the above 
>>> mentioned command OUT of the (*ENV) * that I created ?
>>>
>>> And if I do run this command from a normal windows command line (out of 
>>> the ENV) , i get the  error message  "ImportError: no module named django" 
>>> How do I proceed ? And at what stage was Django supposed to have been 
>>> installed in the process ?
>>> I am trying to do as diligently as possible and follow the steps given 
>>> exactly, but obviously I made am error(s) somewhere. Any help will be much 
>>> appreciated.
>>>
>>> thanks !
>>> Roshan
>>>
>>> -- 
>>> -- To post, send email to arches...@googlegroups.com. To unsubscribe, 
>>> send email to archesprojec...@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 archesprojec...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
-- 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.


[Arches] Re: Is Arches suitable for this project ?

2017-11-24 Thread Roshan Bhurtha
Hi Vincent. Thanks for taking the time to write a detailed answer. It's 
much appreciated.

Regarding the display of 3D models, I am familiar with 3D-HOP and have been 
using it for to display all our 3D models for a while now. Heva  look at 
our website when you can: 
http://www.zamaniproject.org/index.php/3d-model-viewer.html

Thanks a lot for the ideas regarding the documentation of the laser scans. 
It's also good to know that we can import our Dublin Core metadata in 
Arches. This will help a lot.

I will use Arches  V4, definitely. I will start by understanding and 
creating the resource file model, as you suggest. thanks!

Thanks again for your answers and will keep in touch.
regards
Roshan







On Sunday, 19 November 2017 21:35:38 UTC+2, Vincent Meijer wrote:
>
> Hello Roshan,
>
> Until recently I worked for CVAST and set up an initial (albeit 
> unfinished) first version of Arches for our 3D cultural heritage data. 
> What I did for our 3D models was set up the 3D web viewer called 3D HOP as 
> a plugin in Arches reports (a.k.a. detail page for heritage resource). 
> I am currently quite busy (moving oversees back to Europe), but I plan to 
> create a more detailed write-up of how I did that.
>
> In the meantime: 
> 3D HOP: http://vcg.isti.cnr.it/3dhop/ 
> For the best results, convert your 3D models to the Nexus (.nxs) format: 
> http://vcg.isti.cnr.it/nexus/ 
> I read (but have not tested) that the .nxs format can also handle point 
> clouds, which will come in handy for your heritage site models.
>
> Our Arches project source code: https://github.com/cvast/cvast-arches
> In particular:
>  - Html templates: 
> https://github.com/cvast/cvast-arches/tree/master/cvast_arches/cvast_arches/templates/views
>  - Javascript: 
> https://github.com/cvast/cvast-arches/tree/master/cvast_arches/cvast_arches/media/js
>  
>  - Django migration: 
> https://github.com/cvast/cvast-arches/blob/master/cvast_arches/cvast_arches/migrations/0001_report_template.py
>
>
>
> For documenting the 3D scans I had the following in mind:
> - Activity Resource: Describes the project in general (e.g. a field trip 
> of a month or a long-term project of scanning in a particular 
> area/country). 
> - Digitization Event: More detailed, short-term documentation of the 'how' 
> and 'when' of the scan sessions. With this you can e.g. document settings 
> in your scanners (to show how you created your 3D models) and also when 
> exactly you made the scan (mostly useful for yourself).
> - Architectural Resource: Documents sites, buildings, etc.
> - Heritage Object: Documents 'portable' heritage objects
> - File (set): The actual 3D model. This is where you upload the file and 
> record e.g. the file type and if it's a mesh or a point cloud. 
>
>
> 
>
>
>
>
> As for your first question: yes I think Arches is definitely worth your 
> while. 
> I would *strongly* recommend, though, to use Arches v4 instead of v3.
>  
> Regarding importing: it is definitely possible to import your data. 
> The process is described here: 
> http://arches4.readthedocs.io/en/latest/import-export/
> Personally I prefer to do a migration like this manually, ie. without 
> import scripts, just entering the data through the web frontend. 
> It gives more control and when the dataset is not too large it can be 
> faster than learning how to prepare the automated import.
>
> Regarding Dublin Core, it can definitely be mapped to CIDOC CRM. The 
> latter is quite more complex, but here is a useful article on how to map 
> the two:
> dcpapers.dublincore.org/pubs/article/download/3779/1969 
> More details (if required, but might make things overly complicated): 
> http://www.cidoc-crm.org/Resources/the-dublin-core-element-set
>
>
> And finally: suggestions. My pitfall was that I wanted to make things too 
> perfect and complete right from the start. 
> It's important here to take things in small steps, otherwise it can be 
> overwhelming. For example: start with creating just the File (set) resource 
> model. 
> This is the bare minimum to publish your 3D models to the world. The 
> metadata describing the site (e.g. Architectural Resource) and the scanning 
> process (Digitization Event) can follow later. 
>
>
> I hope this helps and I'll be in touch soon with a more detailed write-up 
> regarding 3D HOP!
>
> Vincent
>
>
> On Friday, 17 November 2017 07:54:02 UTC-5, Roshan Bhurtha wrote:
>>
>> Thanks Dennis.  I already had a look at the CVAST project. Impressive. 
>>
>> Warm regards
>> Roshan
>>
>> On Wednesday, 15 November 2017 19:47:31 UTC+2, Dennis Wuthrich wrote:
>>>
>>> Hi Roshan,
>>>
>>> I'm aware of at least 2 projects that use Arches in a way very similar 
>>> to your description:
>>> http://www.earlywatercraft.org/index.htm (using Arches v3)
>>> CVAST (https://cvast.usf.edu/news/)
>>>
>>> Hope this points you in the