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/10566/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 10566,
    "uuid": "4044f8061942a61b7783c3e3289f5104",
    "title": "ARSF - Flight IPY07/12: Iceland, Skaftafell",
    "abstract": "ARSF project IPY07/12: An evaluation of VIS-SWIR reflectance correction approaches for high latitude glaciated environments. Led by Dr. Meredith Willams, Geomatics and Water Resources Research Group (GWRRG), School of Civil Engineering & Geosciences, Newcastle University, Cassie Building, Newcastle upon Tyne, NE1 7RU. Location: SE Iceland\r\n\r\nCost and time-effective reflectance correction is an important issue for multispectral and hyperspectral imagery from both airborne and spaceborne platforms. In high latitude glaciated environments data acquisition conditions often fall outside the range of illumination levels and solar elevations considered acceptable for mid latitude deployments. System performance can also be compromised by the wide range of target brightness levels encountered around glacial margins. This project hasl directly compared the performance and appropriateness of a range of simple VIS-SWIR reflectance correction procedures for airborne sensors such as CASI-2, ATM, Eagle and Hawk under varying conditions, utilising a small test site that falls within the well established and resourced EarthWatch Institute long-term monitoring project site in Skaftafell, SE Iceland. \r\n\r\nThe approaches that have been adopted have included radiative transfer modelling from FSF sunphotometer derived parameters and a variety of empirical line based methodologies using a range of ground calibration targets. The results have been directly compared with those achieved with ARSF imagery acquired during the 2006 NCAVEO Chilbolton experiment and the HY05/03 ARSF deployment. The final results have been used to provide recommendations on the optimal choice of reflectance correction methodologies for future airborne remote sensing campaigns in high latitude glaciated environments.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/6993/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/6994/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144607/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145062/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145063/?format=api"
    ]
}