# Vega flight VV13

> 2018 space launch of the Mohammed VI-B satellite

**Wikidata**: [Q59931010](https://www.wikidata.org/wiki/Q59931010)  
**Source**: https://4ort.xyz/entity/vega-flight-vv13

## Summary
Vega flight VV13 was a 2018 space launch that deployed the Mohammed VI-B satellite using the Vega launch vehicle from Ensemble de Lancement Vega.

## Key Facts
- Vega flight VV13 was a space launch conducted on November 21, 2018
- The operator was Arianespace
- The launch vehicle was the Vega expendable orbital launch vehicle
- The payload was the Mohammed VI-B satellite
- The launch site was Ensemble de Lancement Vega
- The payload mass was 1184 kilograms
- The satellite was placed into Sun-synchronous orbit
- It followed Vega flight VV12 and was followed by Vega flight VV14
- The launch occurred at Ensemble de Lancement Vega on 2018-11-21

### Q: What was the primary payload of Vega flight VV13?
A: The primary payload was the Mohammed VI-B satellite.

### Q: When did Vega flight VV13 take place?
A: The launch occurred on November 21, 2018.

### Q: What was the payload mass of the Mohammed VI-B satellite?
A: The payload mass was 1184 kilograms.

### Q: Which launch vehicle was used for Vega flight VV13?
A: The Vega launch vehicle was used for this mission.

## Why It Matters
Vega flight VV13 represents an important milestone in European space launch capabilities, demonstrating the operational readiness of the Vega expendable launch vehicle for satellite deployment. The Mohammed VI-B satellite, likely a Moroccan Earth observation satellite, contributed to regional space capabilities and demonstrated the effectiveness of the Arianespace-operated Vega launch system. This mission exemplifies the European space industry's ability to provide reliable access to space for commercial and governmental satellite missions, particularly in the context of Sun-synchronous orbit applications which are critical for Earth observation and monitoring activities.

## Notable For
- Successfully deployed the Mohammed VI-B satellite, a Moroccan Earth observation spacecraft
- Demonstrated the operational capability of the Vega launch vehicle for Sun-synchronous orbit missions
- Represented the 13th flight in the Vega launch series
- Achieved a payload mass of 1184 kg, highlighting the vehicle's capacity
- Operated from the Ensemble de Lancement Vega site, a dedicated launch complex

### Launch Details
- **Launch Date**: November 21, 2018
- **Launch Vehicle**: Vega (retired European expendable orbital launch vehicle)
- **Operator**: Arianespace
- **Launch Site**: Ensemble de Lancement Vega
- **Payload**: Mohammed VI-B satellite
- **Orbit Type**: Sun-synchronous orbit
- **Payload Mass**: 1184 kg

### Mission Sequence
- Followed by Vega flight VV12
- Followed by Vega flight VV14
- Part of the Vega launch series, specifically flight number 13

### Technical Specifications
- The launch occurred at Ensemble de Lancement Vega on the specified date
- The satellite was placed into Sun-synchronous orbit, which is optimal for Earth observation and monitoring applications
- The mission demonstrated the reliability and effectiveness of the Vega launch system for medium-class satellite deployments

```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "Vega flight VV13",
  "description": "2018 space launch of the Mohammed VI-B satellite",
  "additionalType": "Space launch",
  "instanceOf": "Vega flight",
  "qualifiers": {
    "P1545": "13"
  },
  "launchDate": "2018-11-21",
  "location": {
    "@type": "Place",
    "name": "Ensemble de Lancement Vega"
  },
  "operator": {
    "@type": "Organization",
    "name": "Arianespace"
  },
  "payload": {
    "@type": "ItemList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "item": {
          "@type": "Thing",
          "name": "Mohammed VI-B",
          "description": "Moroccan Earth observation satellite"
        }
      }
    ]
  },
  "sameAs": [
    "https://www.wikidata.org/wiki/Q22682807",
    "https://en.wikipedia.org/wiki/Vega_flight_VV13"
  ]
}