Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Airports and Traffic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Data Services
FACT Airports and Traffic
Commits
0defecdd
Commit
0defecdd
authored
5 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Updated reference to US airports data.
parent
71155147
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
New branch with fixed history
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
inputs/load_vector_data.sh
+1
-1
1 addition, 1 deletion
inputs/load_vector_data.sh
with
4 additions
and
4 deletions
README.md
+
3
−
3
View file @
0defecdd
...
...
@@ -74,13 +74,13 @@ Relevant data in aviation facilities Shapefile (annual operations + ICOA ref):
**Europe**
Data source:
https://ec.europa.eu/eurostat/web/gisco/geodata/transport-networks
Air passenger transport by main airports in each reporting country, Monthly from 1993 to 2023, passengers + flights
-
Airports:
https://ec.europa.eu/eurostat/web/gisco/geodata/transport-networks
-
Air passenger transport by main airports in each reporting country, Monthly from 1993 to 2023, passengers + flights
[
doi:10.2908/AVIA_PAOA
](
https://doi.org/10.2908/AVIA_PAOA
)
**US**
Aviation facilities:
https://
opendata
.arcgis.com/
api/v3/
datasets/
c3ca6a6cdcb242698f1eadb7681f6162_0/downloads/data?format=shp&spatialRefId=3857&where=1%3D1
-
https://
hub
.arcgis.com/datasets/
fedmaps::aviation-facilities
---
...
...
This diff is collapsed.
Click to expand it.
inputs/load_vector_data.sh
+
1
−
1
View file @
0defecdd
...
...
@@ -24,7 +24,7 @@ rm -r ./temp
# US
echo
"*** Downloading and loading US airports location and operations."
# expected number of records in DB:
mkdir
-p
./temp
wget
-O
./temp/airports.zip
-N
'https://
opendata.arcgis.com/api/v3/datasets/c3ca6a6cdcb242698f1eadb7681f6162_0/downloads/data?format=shp&spatialRefId=3857&where=1%3D1
'
-P
./temp
wget
-O
./temp/airports.zip
-N
'https://
stg-arcgisazurecdataprod.az.arcgis.com/exportfiles-273-10926/NTAD_Aviation_Facilities_2374095481045315526.zip?sv=2018-03-28&sr=b&sig=ni%2FThJr4jd2dJWOMcf0rZEwMMtIu%2F8q9m5lM7ZGKkyE%3D&se=2024-10-01T08%3A44%3A27Z&sp=r
'
-P
./temp
unzip
-d
./temp/ ./temp/airports.zip
ogr2ogr
-f
MySQL MySQL:FACT_air,host
=
$HOST
,user
=
$ROOT
,password
=
$PASSWORD
./temp/Aviation_Facilities.shp
-nln
us_airports
-update
-overwrite
-lco
engine
=
Aria
-t_srs
EPSG:4326
rm
-r
./temp
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment