-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8417464
commit 9837265
Showing
8 changed files
with
408 additions
and
3 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
28 changes: 28 additions & 0 deletions
28
public/data/hierarchie_destinations_des_navires_partant_de_la_region/README.md
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
`hierarchie_destinations_des_navires_partant_de_la_region.csv` documentation | ||
=== | ||
|
||
# What is the original data ? | ||
|
||
Navigo pointcalls from pointcalls API endpoint | ||
|
||
# What does a line correspond to ? | ||
|
||
A specific destination port for boats coming from the region to foreign destinations. | ||
|
||
# Filters | ||
|
||
- year : 1789 | ||
- pointcall_function : 'O' | ||
- poincall_action: 'In' | ||
- source_subset == "Poitou_1789" | ||
|
||
# Aggregation/computation info | ||
|
||
- aggregation is done by number of pointcalls and cumulated tonnage | ||
- an additional custom geographic grouping is added for visualization purposes | ||
- France homeports are divided between "France (région PASA)" and "France (hors région PASA)" | ||
|
||
# Notes/warning | ||
|
||
/ |
28 changes: 28 additions & 0 deletions
28
...erarchie_destinations_des_navires_partant_de_la_region_vers_letranger/README.md
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
`hierarchie_destinations_des_navires_partant_de_la_region_vers_letranger.csv` documentation | ||
=== | ||
|
||
# What is the original data ? | ||
|
||
Navigo pointcalls from pointcalls API endpoint | ||
|
||
# What does a line correspond to ? | ||
|
||
A specific destination port for boats coming from the region to foreign destinations. | ||
|
||
# Filters | ||
|
||
- year : 1789 | ||
- pointcall_function : 'O' | ||
- poincall_action: 'In' | ||
- pointcall_state_1789 != France | ||
- source_subset == "Poitou_1789" | ||
|
||
# Aggregation/computation info | ||
|
||
- aggregation is done by number of pointcalls and cumulated tonnage | ||
- an additional custom geographic grouping is added for visualization purposes | ||
|
||
# Notes/warning | ||
|
||
/ |
28 changes: 28 additions & 0 deletions
28
public/data/hierarchie_ports_dattache_des_navires_partant_de_la_region/README.md
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
`hierarchie_ports_dattache_des_navires_partant_de_la_region.csv` documentation | ||
=== | ||
|
||
# What is the original data ? | ||
|
||
Navigo pointcalls from pointcalls API endpoint | ||
|
||
# What does a line correspond to ? | ||
|
||
A specific homeport for PASA departures and related metrics | ||
|
||
# Filters | ||
|
||
- year : 1789 | ||
- pointcall_function : 'O' | ||
- admiralty in ['La Rochelle', "Marennes", "Sables-d’Olonne"] | ||
- poincall_action: 'Out' | ||
|
||
# Aggregation/computation info | ||
|
||
- aggregation is done by number of pointcalls and cumulated tonnage | ||
- an additional custom geographic grouping is added for visualization purposes | ||
- France homeports are divided between "France (région PASA)" and "France (hors région PASA)" | ||
|
||
# Notes/warning | ||
|
||
/ |
27 changes: 27 additions & 0 deletions
27
public/data/origines_bateaux_etrangers_partant_de_la_region/README.md
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
`origines_bateaux_etrangers_partant_de_la_region.csv` documentation | ||
=== | ||
|
||
# What is the original data ? | ||
|
||
Navigo pointcalls from pointcalls API endpoint | ||
|
||
# What does a line correspond to ? | ||
|
||
A specific state appartenance for boats getting out of PASA | ||
|
||
# Filters | ||
|
||
- year : 1789 | ||
- pointcall_function : 'O' | ||
- homeport_state_1789_fr != 'France' | ||
- admiralty in ['La Rochelle', "Marennes", "Sables-d’Olonne"] | ||
- poincall_action: 'Out' | ||
|
||
# Aggregation/computation info | ||
|
||
- aggregation is done by number of pointcalls and cumulated tonnage | ||
|
||
# Notes/warning | ||
|
||
/ |
Oops, something went wrong.