mirror of
https://github.com/nspcc-dev/locode-db.git
synced 2026-03-01 04:28:42 +00:00
Locode DB skips points that do not have continents in presended geojson #2
Labels
No labels
I2
I3
I4
S2
S3
S4
U2
U4
blocked
bug
bug
bug
enhancement
enhancement
feature
go
go
good first issue
help wanted
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/locode-db#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (Oct 8, 2021).
Originally assigned to: @alexvanin on GitHub.
Problem
Presented geojson is a little bit rough: some pieces of land may not belong to any continent. It leads to skipping such places and not including them in our DB, e.g. there is no Stockholm in fixed after #2 DB.
Possible solutions:
IRdoes not know about them.Continentfield(or drop it at all).I tried to find out if point derivation using the airport(one per city) helps much and got such results:
@carpawell commented on GitHub (Oct 8, 2021):
Why Stockholm is so problematic in our case:

@alexvanin commented on GitHub (Oct 14, 2021):
Do nothing. Make it is possible to bootstrap nodes without continent.
@carpawell commented on GitHub (Oct 14, 2021):
Suggest adding
UnknownorUndefinedContinent to our db in problem cases.Should an
IRskip suchContinentSN attributes or it is OK to have an SN in the netmap withContinent:Unknownattribute?