Project Instance
Get a list of Project objects. Projects have a 1:1 mapping with Observations.
### Available end points:
- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `status`
- `title`
- `keywords`
### How to use filters:
- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/projects/?title__icontains!=Project details`
- `/projects.json?status=ongoing`
GET /api/v2/projects/19940/?format=api
{ "ob_id": 19940, "uuid": "741e8e4e27284180ac884a621232ecc8", "title": "T MAPP FP7- Multi spectral aerial photo interpretation for the archaeology of the Tiber Valley in Tuscany (Italy): remote sensing applied to the environmental reconstruction of the ancient landscape", "abstract": "This EUFAR project aimed geoarchaeological researches to apply the reconstruction of the palaeo-drainage and the ancient landscape of the Tiber Valley by utilizing multispectral remotely sensed imageries.\r\nThe project is inserted in a wider work in collaboration with public institutions (Soprintendenza archeologica della Toscana, Comunite Montana della Val Tiberina). The goal is to apply geo-technologies in order to increment the knowledge about landscape and its transformations in historical and archaeological contest, specifically the integral reconstruction of the environment and the palaeo-environment of the Tiber valley area in Tuscany. There are many technologies that can help to re-build the settlements and the productive strategies of an archaeological area: among them, the remote sensing, the photogrammetric technique, the geographic information systems (GIS) and the GPS represent widespread surveying tools that gave great realizations.\r\nMulti-spectral airborne data will be used to assess the potential area for locating exposed and known buried archaeological remains, and to delineate subsurface ruins. In addition to mapping, buried archaeology may cause anomalies in the characteristics of the overlying soil and vegetation, which can be detected by remote sensing in the visible and in the near infrared. The presence of buried remains is likely to alter the physical and chemical characteristics of the soil compared with those of the surroundings due to changes in thickness and subsurface water flow.\r\n", "keywords": "EUFAR ", "status": "completed", "publicationState": "published", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9199/?format=api" ], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24223/?format=api" ], "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api", "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75819/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105844/?format=api" ] }