I'm working on getting some very basic data into arches (I figure I should 
start with a very simple data set at first).  I've read through the 
documentation, but can't seem to get the data to load.  My config file 
looks like this:

{
        "RESOURCE_TYPE": "Historical_Event.E5",
        "GEOM_TYPE": "perimeter polygon.E55",
        "FIELD_MAP": [
                ["name","NAME.E41"] 
        ]
}



the error I continue getting relates to the geom_type- I've tried many 
variations, but can't seem to get anything to work

entity.create_from_mapping(row.resourcetype, schema[row.attributename]['step
s'], row.attributename, row.attributevalue)
KeyError: u'perimeter polygon.E55'



I don't quite understand what I'm supposed to have as a value in that 
section.
Any help is much appreciated
Thanks,
Cat

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to