Skip to content

Commit

Permalink
[ADD] JPY-USD exchange rate time series, revenue plot, update plottin…
Browse files Browse the repository at this point in the history
…g colors, reorganize company_keys.json
  • Loading branch information
hollydinkel committed Jul 24, 2024
1 parent 9ff0d60 commit 64ce16c
Show file tree
Hide file tree
Showing 11 changed files with 13,879 additions and 32 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Business Innovation in Commercial Space: Culture and Trends in Earth Observation

This repository contains the data and analysis code to support methods in our paper, *Business Innovation in Commercial Space: Culture and Trends in Earth Observation*, by Giulia Cambone*, Holly Dinkel*, Luca Ferrone*, Antonio Stark*, Shinsuke Kito*, Chawalwat Martkamjan*, and Delphine Urbah*. This work was conducted within the framework of the 2024 International Astronautical Federation (IAF) International Programme/Project Management Committee (IPMC) Young Professionals' Workshop.
This repository contains the data and analysis code to support methods in our paper, *Business Innovation in Commercial Space: Culture and Trends in Earth Observation*, by Giulia Cambone*, Holly Dinkel*, Luca Ferrone*, Antonio Stark*, Shinsuke Kito*, Chawalwat Martkamjan*. This work was conducted within the framework of the 2024 International Astronautical Federation (IAF) International Programme/Project Management Committee (IPMC) Young Professionals' Workshop.

*Denotes equal contribution.

Expand All @@ -16,7 +16,7 @@ This repository contains the data and analysis code to support methods in our pa
Clone the repository:

```bash
git clone --recurse-submodules [email protected]:hollydinkel/space_econometrics.git
git clone [email protected]:hollydinkel/space_econometrics.git
```

To run the script and generate results on existing data in the repository, run:
Expand All @@ -30,7 +30,7 @@ python src/data_loading.py
```bash
@ARTICLE{
iafipmc2024innovation,
author={Cambone, Giulia and Dinkel, Holly and Ferrone, Luca and Kim, KangSan and Kito, Shinsuke and Martkamjan, Chawalwat and Urbah, Delphine},
author={Cambone, Giulia and Dinkel, Holly and Ferrone, Luca and Kim, KangSan and Kito, Shinsuke and Martkamjan, Chawalwat},
journal={IAF International Astronautical Congress},
title={Business Innovation in Commercial Space: Culture and Trends in Earth Observation},
year={2024},
Expand Down
40 changes: 20 additions & 20 deletions financial_data/company_keys.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"iQPS":
{"file" : "iQPS.xlsx",
"start_date" : "2019-08-31",
"end_date" : "2023-05-31",
"sheet" : ["consolidated"],
"color" : [0, 96, 176],
"style" : ":"
},
"planet":
{"file" : "planet.xlsx",
"start_date" : "2021-01-31",
"end_date" : "2024-04-30",
"sheet" : ["consolidated"],
"color" : [166, 55, 166],
"color" : [139, 60, 103],
"style" : "-"
},
"synspective":
{"file" : "synspective.xlsx",
"start_date" : "2018-12-31",
"end_date" : "2022-12-31",
"sheet" : ["consolidated"],
"color" : [0, 0, 178],
"style" : "--"
},
"iQPS":
{"file" : "iQPS.xlsx",
"start_date" : "2019-08-31",
"end_date" : "2024-02-29",
"sheet" : ["consolidated"],
"color" : [244, 183, 0],
"style" : "-."
},
"satellogic":
{"file" : "satellogic.xlsx",
"start_date" : "2021-12-31",
"end_date" : "2023-12-31",
"sheet" : ["consolidated"],
"color" : [233, 0, 233],
"style" : "dotted"
}
"color" : [6, 32, 92],
"style" : "--"
},
"synspective":
{"file" : "synspective.xlsx",
"start_date" : "2018-12-31",
"end_date" : "2022-12-31",
"sheet" : ["consolidated"],
"color" : [245, 167, 6],
"style" : "dotted"
}
}
Loading

0 comments on commit 64ce16c

Please sign in to comment.