Skip to content
Snippets Groups Projects
Commit c00e1103 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update README.md

parent 68b7606a
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,33 @@ The container makes available a MariaDB instance with the full database on sea a ...@@ -17,9 +17,33 @@ The container makes available a MariaDB instance with the full database on sea a
--- ---
## Specifications ## Specifications
```
Table |Size (MB)|Rows (#)|
-----------------+---------+--------+
eu_ports_2009_geo| 0.30| 2201|
eu_ports_2013_geo| 0.34| 2440|
eu_tonnage | 0.58| 10675|
geometry_columns | 0.02| 3|
spatial_ref_sys | 0.02| 2|
us_ports_geo | 0.05| 150|
```
![tables schema](FACT_air.png "Tables")
--- ---
## Notes ## Notes
**Europe**
Ports, worldwide but US not well covered.
https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/transport-networks
Use field PORT_ID for identification.
Tonnage (in thousand tonnes, quarterly, total values)
https://ec.europa.eu/eurostat/databrowser/view/mar_go_qm/default/table?lang=en
**US**
Principal Ports,
The Principal Port dataset contains port codes, port names, geographic locations (longitude, latitude), and commodity tonnage summaries (total tons, domestic, foreign, imports and exports).
https://geodata.bts.gov/datasets/usdot::principal-ports/about
--- ---
### Authors ### Authors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment