This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
windows:export:export_revamp_2018_desktop [2018/03/28 00:43] mikeclapp [The Gory details of File types] |
windows:export:export_revamp_2018_desktop [2019/05/10 18:04] (current) mikeclapp [The Gory details of File types] |
||
---|---|---|---|
Line 141: | Line 141: | ||
=== PhotoModeler === | === PhotoModeler === | ||
- | Photomodeler appears like it's going to be the biggest issue. They appear to use Lat, Long instead of NE specified in decimal degrees and the default delimiter is a space. | + | Photomodeler appears like it's going to be the most difficult because LL is neither required or necessarily accurate depending on the source. They appear to use Lat, Long instead of NE specified in decimal degrees and the default delimiter is a space. We'll need to error check that we actually have LL on the benchmarks before allowing export but it does nothing to ensure they are correct. We could take it a step further and calculate LL on those BM based on what we know but I'm hesitant to do so. |
Line 173: | Line 173: | ||
<code> | <code> | ||
- | 6208986.530,2060782.351,686.085 | + | label1, 6208986.530,2060782.351,686.085 |
- | 6209378.817,2060876.751,685.938 | + | label2,6209378.817,2060876.751,685.938 |
- | 6209349.729,2060784.468,686.458 | + | label3,6209349.729,2060784.468,686.458 |
- | 6209105.127,2060758.539,687.446 | + | label4,6209105.127,2060758.539,687.446 |
- | 6209069.614,2060990.909,683.929 | + | label5,6209069.614,2060990.909,683.929 |
- | 6208603.695,2060976.870,682.760 | + | label6,6208603.695,2060976.870,682.760 |
- | 6208258.803,2061015.191,662.535 | + | label7,6208258.803,2061015.191,662.535 |
- | 6208451.338,2060830.730,667.460 | + | label8,6208451.338,2060830.730,667.460 |
</code> | </code> | ||
+ | |||
+ | In the event there is no label, start numbering as the label | ||