Platform Instance
Get a list of Platform objects. Platforms have a 1:1 mapping with Observations.
### Available end points:
- `/platforms/` - Will list all Platforms in the database
- `/platforms.json` - Will return all Platforms in json format
- `/platforms/<object_id>/` - Returns Platforms object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `platformType`
### How to use filters:
- `/platforms/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/platforms/?uuid=ca06054a34a6f4a72a87e3390a8136492`
- `/platforms.json?instrumentType=radiometer`
GET /api/v2/platforms/6394/?format=api
{ "ob_id": 6394, "uuid": "d2c5c36981824b71a98a2906394d61f3", "title": "NERC ARSF Dornier Do228-101 D-CALM Aircraft", "abstract": "NERC leased Dornier 228 twin prop converted airliner\r\n\r\nDornier 228 D-CALM is a medium tropospheric research aircraft operated by NERC, UK. It has a twin turbo-prop powered non-pressurised shoulder-wing monoplane with rectangular-section fuselage and a double passenger/cargo door. The aircraft is used in the fields of optical remote sensing, oceanography, atmospheric and earth science research. A range of sensors may be installed.\r\n\r\nDimensions:\r\n\r\n Length: 15.04 m; Height: 4.86 m; Wingspan: 16.87 m; \r\n\r\n\r\nFlying performances:\r\n\r\n Speed:\r\n Min speed: 62 m/s\r\n Max speed: 83 m/s\r\n Usual speed during measurements: 65 m/s\r\n Usual speed during transit flights: 98 m/s\r\n Ascent rate: 1000 m/s\r\n\r\n Altitude:\r\n (1 ft = 0.31 m)\r\n Min altitude:\r\n Above sea: 200 ft\r\n Above ground: 500 ft\r\n Max ceiling: 22000 ft\r\n Usual ceiling during measurements: 15000 ft\r\n Ceiling limitations:\r\n The service ceiling for our normal operational science is 15 000ft. However, our maximum service ceiling is 22 000ft, dependent on crew oxygen and specific instrument hard-drive specifications. \r\n\r\n Payload:\r\n Empty weight: 3596 kg\r\n Max take-off weight: 5980 kg\r\n Max payload: 1595 kg\r\n Usual scientific payload during measurements: 500 kg\r\n Endurance:\r\n Max endurance: 7 h (at min scientific payload and max fuel) (Y-coordinate of 1st point)\r\n Endurance at max scientific payload: 5 h ... (Y-coordinate of 2nd point)\r\n \t\r\n Range:\r\n Max range: 2600 km (at min scientific payload and max fuel)\r\n Conditions for max range:\r\n FL150 at max fuel, speed = 180 KTAS\r\n Range at max scientific payload: 1800 km\r\n Usual range during measurement flight: 1500 km\r\n\r\n Other:\r\n Weather conditions limitations:\r\n VFR/IFR Approved Certified to fly in known icing conditions\r\n Take-off runway length: 625 m\r\n Engines:\r\n twin turbo-prop: Garrett TPE 331-5A-252 D with 533 kW (715 SHP) take-off power.;\r\n Avionics:\r\n INS, GPS, Transponder, DME, Weather radar, radio-altimeter \r\n\r\nCrew and scientists on board:\r\n\r\n Crew (pilots + operators): VFR: 1 pilotIFR: 2 pilots;\r\n Seats available for scientists: 1 operator seat, 3 potentially\r\n\r\nCabin:\r\n\r\n\r\n Apertures:\r\n Cargo door:\r\n Width : 1.28 m\r\n Height : 1.34 m;\r\n Cabin pressurized:\r\n none\r\n More information:\r\n Flexible accommodation for standard 19-inch racking, secured via the seat-rails.\r\n\r\n See below for additional information; \r\n\r\nAircraft modifications:\r\n\r\n Nose boom:\r\n none\r\n Windows:\r\n 2 Bubble-window with operator position and floor-opening for navigation-sight at the right forward side of the cabin\r\n Openings:\r\n Cabin floor, Back. One 2060 mm x 515 mm (frame 20 to 25) and one approx. 425mm diam (frame 25 to 27).\r\n Covered openings in the cabin roof - 400 mm diam back (between frame 23 and 24) - 150 mm diam fromt (frame 12/13) - 150 mm diam back(frame 22/23)\r\n Hard points:\r\n Six hardpoints below the cockpit-area for external loads up to 200 Kg- Each fuselage side (cockpit area) has three hardpoint\r\n -pairs to carry a load of 50 Kg (e.g. SLAR-antennae).\r\n -On both wings (outside of propwash) two wing-stations for external loads up to 100kg\r\n Inlets:\r\n One, installed on cabin roof aperture (frame 12/13), to accommodate Aerosol and/or whole-air inlets\r\n Additional systems:\r\n From the wing-stations to the cabin there are tubes for cables (power and data lines) pylons/pods to carry four Particle Measurement Systems (PMS) type probes. \r\n\r\nAcquisition systems:\r\n\r\n Leica ALS 50-II Lidar\r\n Leica RCD-105 39 Mega Pixel Digital Camera\r\n Specim Eagle & Hawk Hyperspectral Scanner\r\n Applanix POS and IPAS - Attitude and position\r\n\r\nElectrical power:\r\n\r\n Aircraft total electrical power (kW):\r\n 28V DC, 8.4 kW , 220 V AC, 2kW, 50 Hz \r\n Electrical power (kW) and voltages (V) available for scientists:\r\n DC 28 V – 6.3 kW of 28 volt DC total power, including a permanently installed 1.6kW / 220 V / 50 Hz inverter ", "keywords": "ARSF, Dornier, Aircraft, remote sensing, airborne", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4190/?format=api" ], "platformType": "aircraft", "parentPlatform": [], "childPlatform": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27951/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/27952/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55195/?format=api" ] }