Re: [Arches] Permissions

2020-11-25 Thread Adam Lodge
Hi Elishai, In the Django admin console, you can create users and assign user groups with pre-assigned privileges to them. For what you describe, I think you want to assign "Resource Editor" and "Resource Reviewer" to the user in question. Best, Adam --- Adam Lodg

Re: [Arches] remove ontology

2020-04-28 Thread Adam Lodge
(like a db backup) in case of unintended consequences. Good luck! Adam --- Adam Lodge Geospatial Systems Consultant Farallon Geographics > On Apr 28, 2020, at 10:47 AM, Adam Lodge wrote: > > Hi Lily, > > You are right. There is no Arches command, but I’ve done it before wit

Re: [Arches] remove ontology

2020-04-28 Thread Adam Lodge
Hi Lily, You are right. There is no Arches command, but I’ve done it before with sql. I’ll write something for you and send it your way. Best, Adam --- Adam Lodge Geospatial Systems Consultant Farallon Geographics > On Apr 27, 2020, at 7:08 PM, Lily Pregill wrote: > > Hi, >

Re: [Arches] location data (point data) not displaying on Search page

2020-04-08 Thread Adam Lodge
-management <https://arches.readthedocs.io/en/stable/command-line-reference/#elasticsearch-management> So you know, it may take a few minutes depending on data volume. --- Adam Lodge Geospatial Systems Consultant Farallon Geographics > On Apr 8, 2020, at 4:02 AM, Ashish Karmacharya > wrote

Re: [Arches] How to import Thesauri from csv?

2020-04-06 Thread Adam Lodge
to RDM from a simpler format like csv would be a welcome addition to Arches. Adam --- Adam Lodge Geospatial Systems Consultant Farallon Geographics > On Apr 1, 2020, at 10:11 AM, Leonidas wrote: > > How can batch import Thesauri from csv file (or any other file format)? > > -

Re: [Arches] Re: Error Exporting Business Data from Arches 4.4.2

2019-10-02 Thread Adam Lodge
as node_name, a.nodeid FROM nodes a join graphs b on a.graphid = b.graphid where datatype = 'geojson-feature-collection' order by b.name, a.name With that information, you can search for that uuid in your json to isolate where geometry is stored in the json. --- Adam Lodge Farallon

[Arches] Re: Error Exporting Business Data from Arches 4.4.2

2019-10-01 Thread Adam Lodge
. It’s a kinda manual approach to fixing them, but at least you can sniff them out with this approach. Best, Adam --- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Oct 1, 2019, at 7:10 PM, Martha Selig wrote: Adam, I'm talking about the Arches database, though I am open to any

[Arches] Collector nodes in RDM

2018-10-12 Thread Adam Lodge
Does anyone (maybe @ryan or @adamcox) remember how to flag a given RDM concept as a collector in order to prevent it from actually being picked in a given dropdown field? I cant find any documentation on it, and trying to do it by memory and failing. It might not be supported in 4.3 and if so,

Re: [Arches] Resource Model, already has instances saved.

2018-04-19 Thread Adam Lodge
Hi Anjo, I would use one of two approaches: 1> Make a clone of the resource model that you want to edit. This will create a new resource model (minus the resources themselves) within your arches instance. You can then edit that. 2> There is a command line utility to remove all resources

Re: [Arches] csv import data in node resource-instance

2018-03-06 Thread Adam Lodge
Hi Arnau, Given that the resource-instance datatype is pretty new, I dont think that the code is part of the latest stable release. However, there is currently an open ticket to support this capability here: https://github.com/archesproject/arches/issues/2967

Re: [Arches] What's the meaning of "collector" in authority files?

2016-05-07 Thread Adam Lodge
that you will actually use are of type “index." Hope that helps… Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Friday, May 6, 2016 at 7:36 PM, Cindy Mao wrote: > Hi all, > > I see there are two different kinds of ConceptType in the sample authority > f

Re: [Arches] RE: Problem with saving concepts within E55s in RDM

2016-05-03 Thread Adam Lodge
”. Use that value as your concept_id within the business data that you are trying to import to make it link to appropriate concepts in the RDM. Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Tuesday, May 3, 2016 at 9:33 AM, zerbini.eam...@gmail.com wrote

Re: [Arches] Limit on size of gpx, kml or shp uploaded for geometry?

2016-05-01 Thread Adam Lodge
start with reducing precision rather than generalizing. You preserve much more integrity of the data and still likely achieve your goal. Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Sunday, May 1, 2016 at 3:16 PM, Andy Graham wrote: > Thanks for the info Adam.

Re: [Arches] Limit on size of gpx, kml or shp uploaded for geometry?

2016-05-01 Thread Adam Lodge
that gets stored for each vertex) - Generalize the geometry (if that is acceptable.) That reduces the number of vertices in the geometry. If you are able to send the file, I would be happy to take a look at it. Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625

Re: [Arches] Question about getting a sequence number with prefix as a serial number for an heritage.

2016-01-29 Thread Adam Lodge
custom graphs per your requirements. That said, one workaround might be to use the Heritage Resource Group resource type as a stand-in for museum. You can then relate individual heritage resources to that Heritage Resource Group. No stupid questions here. Thanks for asking. Adam -- Adam Lodge

Re: [Arches] collector, minimum dates and definitions: questions about values in the .arches.csv files

2016-01-29 Thread Adam Lodge
der. When the sortorder ValueType is specified, corresponding numeric values can be used to ensure that the concept labels appear in the drop-down in a specific order. * Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Friday, January 29, 2016 at 3:31 PM, Bryan A

Re: [Arches] Best practices for place data not meant for publication

2015-12-08 Thread Adam Lodge
the need. I could suggest a one or two approaches if that would be valuable to you. Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Tuesday, December 8, 2015 at 8:11 AM, Angela Labrador wrote: > Hello all, > > Apologies if this has already been addressed:

Re: [Arches] Need help with concepts localization

2015-12-02 Thread Adam Lodge
Bojan, I love what you did the the .values file to make it work. It sounds like a good use case to argue for adding a languageid column to the .values file. I’ll remember that as we move forward with Arches v4. -- Adam Lodge Geospatial Systems Consultant Farallon Geographics

Re: [Arches] Re: KeyError at /resources/HERITAGE_RESOURCE.E18/default/4f44c909-5aa4-4cab-80e5-69f511f162cc

2015-11-16 Thread Adam Lodge
provide a better starting place: http://arches3.readthedocs.org/en/latest/ http://arches-hip.readthedocs.org/en/latest/ Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Monday, November 16, 2015 at 4:17 PM, Chris CF wrote: > Hi guys, > > I

Re: [Arches] Re: Resource Graphs: Role of merge nodes?

2015-07-15 Thread Adam Lodge
-- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Wednesday, July 15, 2015 at 8:00 AM, H Pirker wrote: Hi Alexej Thanks a lot for your explanations. Your ASCII-Art was very helpful to understand what is going on in terms of *graphs*. But I still have

Re: [Arches] Defining Vocabularies - Diffrences between Arches modeling and fully open modeling

2015-07-13 Thread Adam Lodge
(what we call) “Reference Data” here: http://arches3.readthedocs.org/en/latest/arches-data/#reference-data-graph -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Monday, July 13, 2015 at 4:56 AM, Dominic Oldman wrote: I am just figuring out how the arches node file works

Re: [Arches] POSTGIS template

2015-07-01 Thread Adam Lodge
Dominic, The real test is whether you are able to capture, store, and retrieve geometries. If you can, then it's set up correctly. If not, it is possible that the issue is that you are running the db sans the postgis extension. Adam On Jul 1, 2015 10:21 AM, Dominic Oldman

Re: [Arches] Trouble loading files into Information resource (.arches)

2015-06-17 Thread Adam Lodge
.arches format, thumbnails are treated just like regular image files - and not automatically generated. Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Wednesday, June 17, 2015 at 6:11 AM, Bojan Kastelic wrote: Hi, I'm having trouble loading files

Re: [Arches] Gephi graph issues

2014-12-18 Thread Adam Lodge
Adam, We find that Gephi is most stable on Windows. Are you running it on Windows or some other OS? Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics On Thursday, December 18, 2014 at 8:14 AM, Adam Cox wrote: Hello all, I'm beginning to work on graphs, and would

Re: [Arches] coordinate format used in Arches

2014-10-17 Thread Adam Lodge
Hi Eloise, It should be in this order: (Longitude, Latitude) Also, remember that Arches expects all of the coordinates to be in latitude/longitude WGS84. Adam On Oct 17, 2014 9:14 AM, Eloise Stancioff cestanci...@gmail.com (mailto:cestanci...@gmail.com) wrote: Hello, I was wondering if

Re: [Arches] loading CDS package with your own data

2014-10-13 Thread Adam Lodge
the torch to Alexei though on next steps if it doesn't work. Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Monday, October 13, 2014 at 9:29 AM, Eloise Stancioff wrote: Hi Adam Thank you so much for getting back to me so quickly! I really appreciate

Re: [Arches] uncertain information in Arches

2014-04-01 Thread Adam Lodge
Tobias, Could you send me a the COMPONENT CERTAINTY TYPE AUTHORITY DOCUMENT.CSV file and the ENTITY_TYPE_X_AUTHDOC.csv file? With those, I can probably tell you what the issue is. Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Tuesday, April 1

Re: [Arches] uncertain information in Arches

2014-04-01 Thread Adam Lodge
AUTHORITY DOCUMENT.CSV and we'll start there. -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Tuesday, April 1, 2014 at 7:57 AM, Tobias Kohr wrote: Hi, I feel a little stupid asking this, but which file do you mean with ENTITY_TYPE_X_AUTHDOC.csv

Re: [Arches] uncertain information in Arches

2014-04-01 Thread Adam Lodge
? Thanks! -Tobias 2014-04-01 17:02 GMT+02:00 Adam Lodge alo...@fargeo.com: Tobias, No such thing as a stupid question. Assuming that you are running v2 of Arches, the file should exist in this folder: source_data\concepts\authority_files , and its name is actually ENTITY_TYPE_X_ADOC.csv

Re: [Arches] uncertain information in Arches

2014-04-01 Thread Adam Lodge
It would be better, and thanks for pointing it out. I'm surprised it's not set up that way already. I'll that as a ticket on bitbucket. Dennis should be getting back to you on setting up a time to chat via Skype. Best, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics

Re: [Arches] Re: Handling complex geometries - maybe 3D?

2014-03-19 Thread Adam Lodge
. The key will (again) be to not duplicate the desktop GIS workflows - which are built for people with GIS in their job title - but instead develop workflows that are possible for a non-GIS expert to execute in a web browser. -- Adam Lodge Geospatial Systems Consultant Farallon Geographics

Re: [Arches] Re: Entity Relationship Diagram

2014-03-18 Thread Adam Lodge
data) the source data input file called resource_info. That will get you much further toward understanding how to actually use the Arches platform to meet a need. Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Tuesday, March 18, 2014 at 12:02 PM

Re: [Arches] Entity Relationship Diagram

2014-03-17 Thread Adam Lodge
resources' attributes. For further information, check out the chapter in the install documentation title The Core Data Standard (CDS) Package. Cheers, Adam -- Adam Lodge Geospatial Systems Consultant Farallon Geographics 415.317.6625 On Monday, March 17, 2014 at 12:41 PM, Brian Crane wrote

[Arches] Re: Handling complex geometries

2014-03-12 Thread Adam Lodge
Utsav, We dont think that creating an ability to add, edit, and display 3D geometries is likely to be successful in the timeframe of the GSoC. To help you zero in to what our idea is really about, look at the Multipart Geometries (2D) table shown on this wikipedia page: