-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Airport Data #1235
Custom Airport Data #1235
Conversation
Super @GbotemiB! Thank you for the implementation. On the first glance, looks perfectly reasonable. Would be great to discuss the details tomorrow, also with the experts on sector-coupled modeling |
@@ -0,0 +1,2 @@ | |||
,ident,type,airport_size_nr,name,y,x,elevation_ft,continent,country,iso_region,municipality,scheduled_service,iata_code,length_ft,width_ft,surface,lighted,closed,Total_airport_size_nr,fraction | |||
0,5A8,medium_airport,1,Aleknagik / New Airport,59.2826004028,-158.617996216,66.0,,US,US-AK,Aleknagik,yes,WKK,2040.0,80.0,GRVL-DIRT-F,0.0,0.0,633,0.001579778830963665 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @GbotemiB. Was the second line given as a example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you are right, the second line is supposed to be as an example.
Good work @GbotemiB . Thank you for implementing that. Sadly,I could not find passenger information for all airports globally. But for now, this is a good solution for countries who have such more realistic data for consumption. I will merge now. |
@GbotemiB @Eddy-JV @yerbol-akhmetov perfect 😄 Great work!! 🎉 |
Closes #1225 .
Changes proposed in this Pull Request
This PR aims to address the use of custom data for airports data. This PR is a follow-up from #1225
Checklist
envs/environment.yaml
anddoc/requirements.txt
.config.default.yaml
andconfig.tutorial.yaml
.test/
(note tests are changing the config.tutorial.yaml)doc/configtables/*.csv
and line references are adjusted indoc/configuration.rst
anddoc/tutorial.rst
.doc/release_notes.rst
is amended in the format of previous release notes, including reference to the requested PR.