Skip to content

Faulted Earth Django API

kpanic edited this page May 19, 2011 · 11 revisions

The Faulted Earth django server application exposes the following set of api endpoints for use by the GeoExt client.

  • observations/
  • obsform/

connects an existing observation to a selected fault

  • GET obsform/**id**/

observation/obsform

POST

Allows the user to upload the contents of the observations form that describes a set of atributes for a fault section.

Form parameters:

  • user manually enters observation attributes into Django form. There are 5 observation type forms, for the current demo releas the tool will only include the Slip observation form. Currently the only slip type defined is 'normal'.
Clone this wiki locally