-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] JPY-USD exchange rate time series, revenue plot, update plottin…
…g colors, reorganize company_keys.json
- Loading branch information
1 parent
9ff0d60
commit 64ce16c
Showing
11 changed files
with
13,879 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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: | ||
|
@@ -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}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.