We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like version V is missing mappings?
Command I ran: ls -d /da?_data/basemaps/gz/*FullV*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u Produces these maps:
ls -d /da?_data/basemaps/gz/*FullV*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u
A2P A2c A2mnc P2A P2a P2c P2core P2g P2mnc P2tac a2P a2a a2c a2p c2P c2acp c2cc c2dat c2p c2pc p2a p2c
Also different from the tutorial:
$ echo $(ls /da?_data/basemaps/gz/*FullV0.s| sed 's|.*/||;s|FullV0.s||') A2P A2c A2mnc P2A P2a P2c P2core P2g P2mnc P2tac a2P a2c a2p c2P c2acp c2cc c2dat c2p c2pc p2a p2c A2b A2f A2fb A2tPc A2tPlPkg A2tspan P2b P2binf P2f P2fb P2nfb P2tAlPkg P2tspan Pkg2tPA Pt2Ptb Ptb2Pt a2f a2fb b2P b2def b2fA b2f b2fa b2ob b2ptf b2tA b2tP b2ta b2tk b bb2cf c2PtAbflDef c2PtAbflPk g c2PtabflDef c2PtabflPkg c2b c2f c2fbb lb2f lc2Pdat ob2b obb2cf t2all t2ptf tk2b
For version U, I ran this command: ls -d /da?_data/basemaps/gz/*FullU*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u
ls -d /da?_data/basemaps/gz/*FullU*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u
A2P A2b A2c A2f A2fPc A2fb A2mnc A2tspan Def2tPA P2A P2a P2b P2c P2core P2fb P2g P2mnc P2tac Pkg2tPA PtL a2P a2c a2f a2p b2P b2def b2f b2fA b2fLICENSE b2fa b2ob b2s b2slf b2tA b2ta bL2nP bb2cf c2P c2PtAbflDef c2PtAbflPkg c2acp c2b c2cc c2ch c2dat c2f c2fbb c2p c2pc ob2b obb2cf p2a p2c
The text was updated successfully, but these errors were encountered:
loconous
No branches or pull requests
It looks like version V is missing mappings?
Command I ran:
ls -d /da?_data/basemaps/gz/*FullV*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u
Produces these maps:
Also different from the tutorial:
For version U, I ran this command:
ls -d /da?_data/basemaps/gz/*FullU*.s | cut -d/ -f2,5 | sed 's/Full.*//' | cut -d \/ -f2 | sort -u
The text was updated successfully, but these errors were encountered: