Skip to content
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

Laravel output for geojson processing #249

Open
KHardern opened this issue Aug 15, 2022 · 0 comments
Open

Laravel output for geojson processing #249

KHardern opened this issue Aug 15, 2022 · 0 comments
Assignees

Comments

@KHardern
Copy link
Contributor

For the geojson processing on laravel:

  • Parses the FIR.geojson file
  • For each FIR, deletes if 'ICAOCODE' not present in our FIR list
  • If found, updates FIRname to the name we have on file for the FIR
  • sets new parameter flight_information_regions_name to "Name\n(ICAO)"
  • Sets FIRstatus (integer). See below
  • Can filter/drop the properties 'REGION', 'StateCode', 'StateName'

1 = is owner of active flow measure;
2 = is owner of notified flow measure active in next hour, but no active flow measures,
3 = neither 1 or 2 applies, but has an FAO tag for an active flow measure
4 = neither 1, 2 or 3 applies, but has an FAO tag for a notified flow measure active in the next hour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants