question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Data about reuse ideas

See original GitHub issue

Now that capsule reuse is a thing and fairing reuse is not far, we should get a better definition of “reused”. My idea would be to have a section like this, depending of the vehicule type:

reuse: {
  booster: true,
  sidebooster1: false,
  sidebooster2: true,
  fairings: true,
  capsule: false,
}

But I’m not sure if it would the best way to do it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
AlbericTrancartcommented, Oct 25, 2017

Congrats for the new tag release! I can’t think of any info to add, the API is very good 👍 👍 👍

1reaction
jakewmeyercommented, Oct 8, 2017

After all the additions, this is what the CRS-12 data would look like, as an example.

{
    "flight_number": 45,
    "launch_year": "2017",
    "launch_date_unix": 1502728260,
    "launch_date_utc": "2017-08-14T16:31:00Z",
    "launch_date_local": "2017-08-14T12:31:00-04:00",
    "rocket": {
      "rocket_id": "falcon9",
      "rocket_name": "Falcon 9",
      "rocket_type": "FT"
    },
    "telemetry": {
      "flight_club": "https://www.flightclub.io/results/?code=CR12"
    },
    "core_serial": "B1039",
    "cap_serial": "C113",
    "reuse": {
        "booster": false,
        "sidebooster1": false,
        "sidebooster2": false,
        "fairings": false,
        "capsule": false
    },
    "launch_site": {
      "site_id": "ksc_lc_39a",
      "site_name": "KSC LC 39A"
    },
    "payloads": [
      {
        "payload_id": "SpaceX CRS-12",
        "customers": [
          "NASA (CRS)"
        ],
        "payload_type": "Dragon 1.1",
        "payload_mass_kg": 3310,
        "payload_mass_lbs": 7298,
        "orbit": "ISS",
        "mass_returned_kg": 1724,
        "mass_returned_lbs": 3800,
        "flight_time_sec": 2842920,
        "cargo_manifest": "https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-12_missionoverview.pdf"

      }
    ],
    "launch_success": true,
    "land_success": true,
    "landing_type": "RTLS",
    "landing_vehicle": "LZ-1",
    "links": {
      "mission_patch": "http://spacexpatchlist.space/images/thumbs/spacex_f9_039_crs_12.png",
      "reddit_campaign": "https://www.reddit.com/r/spacex/comments/6mrga2/crs12_launch_campaign_thread/",
      "reddit_launch": "https://www.reddit.com/r/spacex/comments/6tfcio/welcome_to_the_rspacex_crs12_official_launch/",
      "reddit_recovery": null,
      "reddit_media": "https://www.reddit.com/r/spacex/comments/6th2nf/rspacex_crs12_media_thread_videos_images_gifs/",
      "presskit": "http://www.spacex.com/sites/spacex/files/crs12presskit.pdf",
      "article_link": "https://spaceflightnow.com/2017/08/17/photos-falcon-9-rocket-soars-into-space-lands-back-at-cape-canaveral/",
      "video_link": "https://www.youtube.com/watch?v=vLxWsYx8dbo"
    }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Data Reuse Stories. Some concrete cases involving several ...
Data can be reused by others, for example, to ask different questions or to enrich them and build further applications or new products....
Read more >
Reducing and Reusing Basics | US EPA
Ideas on How to Reduce and Reuse. Think Green Before You Shop. Reduce associated greenhouse gas emissions by thinking green when you shop....
Read more >
Recycling Facts, Games and Crafts
this very “recy-cool” guide of recycling facts, games and crafts. If we all pitch in to recycle, reduce, reuse and close the loop,...
Read more >
Uses and Reuses of Scientific Data: The Data Creators ...
Data reuse is a broader concept that incorporates many different activities, such as returning to one's own data for later comparisons, ...
Read more >
Top 25 recycling facts and statistics for 2022
These 25 recycling facts and statistics show the state of plastic, ... it can be difficult to get an idea of how the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found