ELF>P@g@8 @@@@888lClC hMhM hM  MM M @@TTTDDPtdp?p?p?QtdRtdhMhM hM /lib64/ld-linux-x86-64.so.2GNU GNU}>| ]}ć8WH1 $@!, 125689;<>?@Aʎ4/YVqX2|gwCE\- 'A:E+A:c=XP>}B4Zh I/X) U]"oE |4T %|p7l*k"33" 3="2e hQ "2pQ G"2"62~hQ "2"B3"D2n("D2n"2&"03libgdal.so.20_ITM_registerTMCloneTable_ITM_deregisterTMCloneTable__gmon_start___Jv_RegisterClassesGetGDALDriverManager_ZN17GDALDriverManager15GetDriverByNameEPKcGDALCheckVersionCPLTestBoolGDALDestroyDriverManagerGDALOpenExOGRGeometryTypeToNameVSIFreeCSLFetchNameValueDefCPLDebug_ZNK16OGRGeomFieldDefn7GetTypeEv_ZNK12OGRFieldDefn8GetWidthEv_initGDALGeneralCmdLineProcessorGDALVersionInfoEarlySetConfigOptions_ZN12OGRFieldDefn19GetFieldSubTypeNameE15OGRFieldSubTypeCPLStrdupCSLAddNameValueCPLPopErrorHandler_ZN11OGREnvelopeC1Ev_ZN11OGREnvelopeC2Ev_ZNK12OGRFieldDefn7GetTypeEvCPLQuietErrorHandlerCSLAddStringCPLprintf_ZNK12OGRFieldDefn10GetDefaultEv_ZNSt14numeric_limitsIdE8infinityEv_ZNK16OGRGeomFieldDefn10GetNameRefEv_ZNK12OGRFieldDefn10GetNameRefEv_ZNK12OGRFieldDefn12GetPrecisionEvGDALClose_ZNK19OGRSpatialReference17exportToPrettyWktEPPciCSLFindName_ZNK10OGRFeature12DumpReadableEP8_IO_FILEPPcGDALAllRegister_ZNK12OGRFieldDefn10GetSubTypeEv_ZNK16OGRGeomFieldDefn10IsNullableEvCPLPushErrorHandler_ZNK12OGRFieldDefn10IsNullableEv_ZN10OGRFeature14DestroyFeatureEPS__ZN12OGRFieldDefn16GetFieldTypeNameE12OGRFieldType_ZN10GDALDriver6CreateEPKciii12GDALDataTypePPcCPLSPrintf_finiCSLDestroyCPLErrorResetlibstdc++.so.6libm.so.6libgcc_s.so.1libpthread.so.0libc.so.6exitputsputcharstrcasecmpstderrfwriteatoifprintf__cxa_finalize__libc_start_main_edata__bss_start_end/usr/local/gdal/libGLIBC_2.2.5ui hM PpM `Q `Q O O  O O O O O "O ,P  P (P 0P 8P @P HP PP  XP  `P  hP  pP xP P P P P P P P P P P P P P  P !P #P $Q %Q &Q 'Q ( Q )(Q *0Q +8Q -@Q .HQ /PQ 0HHE; HtH5R; %T; @%R; h%J; h%B; h%:; h%2; h%*; h%"; h%; hp%; h`% ; h P%; h @%: h 0%: h %: h %: h%: h%: h%: h%: h%: h%: h%: h%: h%: hp%: h`%: hP%: h@%z: h0%r: h %j: h%b: h%Z: h%R: h %J: h!%B: h"%:: h#%2: h$%*: h%%": h&%: h'p%8 f1I^HHPTLzH H=b ~8 DH=9 H9 UH)HHvH68 Ht ]fD]@f.H=9 H59 UH)HHHH?HHtH7 Ht ]f]@f.=Q9 u'H=7 UHt H=29 H](9 @f.H=!5 H?u ^fDH7 HtUH]@UHHH}uH=e}t?H=SH}t"H7 HHUH5HǸJH=H}t"H6 HHUH5^HǸ aUHH}EƿGUHH@H}HuЉUHMH}t HEH]6 HmHEHHHHMHUHHHEEH}tnHEHHHHUHЉEEE;E}3HEHHHMHU؉HHEHEH;EtEƐE;EuHEH}ti}tcHEHHHMHU؉HЅt4Hh5 HH/H= H}t HEHHXHHUHMHHH}t HEH4EUH ]UHHH}fH~HEHf( fWHE@fH~HEHPf( fWHE@UHH}HEH]ÐUHH}HE@]ÐUHH}HE@$]ÐUHH}HE@]ÐUHH}HE@]ÐUHH}HE@(]ÐUHH}HEH@]UHH}HE@]ÐUHH}HE@$]UHH}HE]f.DAWAVAAUATL% UH- SIIL)HHHt 1LLDAHH9uH[]A\A]A^A_Ðf.HH$Id: gnmanalyse.cpp 5da1c4d1b6c7e38f7f5917fff3ddbc8ad42af7aa 2018-03-30 21:59:13 +0200 Even Rouault $Usage: gnmanalyse [--help][-q][-quiet][--long-usage] [dijkstra start_gfid end_gfid [[-alo NAME=VALUE] ...]] [kpaths start_gfid end_gfid k [[-alo NAME=VALUE] ...]] [resource [[-alo NAME=VALUE] ...]] [-ds ds_name][-f ds_format][-l layer_name] [[-dsco NAME=VALUE] ...][-lco NAME=VALUE] gnm_name Note: gnmanalyse --long-usage for full help. FAILURE: %s dijkstra start_gfid end_gfid: calculates the best path between two points using Dijkstra algorithm from start_gfid point to end_gfid point kpaths start_gfid end_gfid k: calculates k (up to 10) best paths between two points using Yen's algorithm (which internally uses Dijkstra algorithm for single path calculating) from start_gfid point to end_gfid point resource: calculates the "resource distribution". The connected components search is performed using breadth-first search and starting from that features which are marked by rules as 'EMITTERS' -ds ds_name: the name&path of the dataset to save the layer with resulting paths. Not need to be existed dataset -f ds_format: define this to set the format of newly created dataset -l layer_name: the name of the resulting layer. If the layer exists already - it will be rewritten. For K shortest paths several layers are created in format layer_nameN, where N - is number of the path (0 - is the most shortest one) -dsco NAME=VALUE: Dataset creation option (format specific) -lco NAME=VALUE: Layer creation option (format specific) -alo NAME=VALUE: Algorithm option (format specific) gnm_name: the network to work with (path and name)DeleteLayer() failed when overwrite requested. %s driver not available FALSEDCAP_CREATE%s driver does not support data source creation. %s driver failed to create %s FAILURE: Can not copy path to %s Path successfully copied and added to the network at %s Layer name: %s Geometry (%s): %s Geometry: %s Feature Count: %lld Extent (%s): (%f, %f) - (%f, %f) Extent: (%f, %f) - (%f, %f) (unknown)SRS WKT (%s): %s Layer SRS WKT: %s FID Column = %s Geometry Column %d NOT NULL = %s %s(%s)%s: %s (%d.%d) NOT NULL DEFAULT %sESRI Shapefile--utility_versionRELEASE_NAME2.4.0%s was compiled against GDAL %s and is running against GDAL %s --help--long-usage-q-quietdijkstra%s option requires %d argument(s)kpathsresource-ds-f-of-l-dsco-lco-aloUnknown option name '%s'No network dataset providedInvalid input from or to identificators Failed to open network at %s num_pathsNo K in options, add %d valueGNM%d Need an operation. See help what you can do with gnmanalyse:;@8#Q0fXPpBTfx0PpxpzRx +zRx $(FJ w?;*3$"D\nAC I |\nAC i AC L AC L AC L AC L rAC L <dAC L \VAC M |HAC L :AC L XAC AC X WAC R  .AC ) $<AC J d` AC [ cAC I D`eBBE B(H0H8M@r8A0A(B BBBP   3hM pM op @  P  oooo&oM &6FVfv&6FVfv&6`Q GCC: (Debian 6.3.0-18+deb9u1) 6.3.0 201705168Tt@p &     @P34p?8@hM pM xM M O P XQ hQ  xM .DhQ SpM zPhM  4$4(4 )4@4f&4?<Wx.hCxM P M pM hM -p?@J$` TP+3O_s"S3pQ "29L`"03p3e"D2n P XQ #+`Q 8N} "24" 3'ZjhQ "2 3"32"NXQ [hQ gt"D2n hQ  %/P\"2 }"B3 #"62Gc"2crtstuff.c__JCR_LIST__deregister_tm_clones__do_global_dtors_auxcompleted.6972__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entrygnmanalyse.cpp_ZStL19piecewise_construct_ZN9__gnu_cxxL21__default_lock_policyE_ZStL13allocator_arg_ZStL6ignore_ZL9cpl_cvsid_ZL5UsagePKci_ZL5Usagei_ZL31GetLayerAndOverwriteIfNecessaryP11GDALDatasetPKciPi_ZL26CreateAndFillOutputDatasetP8OGRLayerPKcS2_S2_PPcS4_i_ZL13ReportOnLayerP8OGRLayeri__FRAME_END____JCR_END___GLOBAL_OFFSET_TABLE__DYNAMIC__init_array_end__init_array_start__GNU_EH_FRAME_HDRCPLStrdupmainGDALVersionInfoCPLPushErrorHandler_ZN3cpl9down_castIP10GNMNetwork11GDALDatasetEET_PT0_atoi@@GLIBC_2.2.5_ZNK19OGRSpatialReference17exportToPrettyWktEPPci_ZN17GDALDriverManager15GetDriverByNameEPKc_ZNK12OGRFieldDefn10GetNameRefEvCPLPopErrorHandlerstderr@@GLIBC_2.2.5_ZNK16OGRGeomFieldDefn7GetTypeEv__libc_csu_initCSLDestroyCPLErrorReset_ZN10OGRFeature14DestroyFeatureEPS__ZN11OGREnvelopeC2EvCPLQuietErrorHandlerGetGDALDriverManagerOGRGeometryTypeToNameVSIFree__dso_handleEarlySetConfigOptions_ZN10GDALDriver6CreateEPKciii12GDALDataTypePPc_ITM_registerTMCloneTable_ZNK12OGRFieldDefn8GetWidthEvfwrite@@GLIBC_2.2.5putchar@@GLIBC_2.2.5_IO_stdin_used_ZNK12OGRFieldDefn10IsNullableEvGDALDestroyDriverManager_ZN12OGRFieldDefn16GetFieldTypeNameE12OGRFieldTypeCSLAddNameValue_ZN12OGRFieldDefn19GetFieldSubTypeNameE15OGRFieldSubType__TMC_END___ZNK12OGRFieldDefn7GetTypeEv_ITM_deregisterTMCloneTable__libc_csu_fini_ZNK16OGRGeomFieldDefn10GetNameRefEvfprintf@@GLIBC_2.2.5__cxa_finalize@@GLIBC_2.2.5__data_start__bss_startCSLAddString_ZN11OGREnvelopeC1Ev__gmon_start__GDALOpenEx_ZNK10OGRFeature12DumpReadableEP8_IO_FILEPPc_edataGDALClose_Jv_RegisterClassesCPLDebugexit@@GLIBC_2.2.5CSLFetchNameValueDefCPLprintf_ZNK12OGRFieldDefn10GetDefaultEvCSLFindName_ZNK12OGRFieldDefn10GetSubTypeEvstrcasecmp@@GLIBC_2.2.5GDALAllRegisterGDALCheckVersion_ZNK16OGRGeomFieldDefn10IsNullableEv__libc_start_main@@GLIBC_2.2.5puts@@GLIBC_2.2.5CPLTestBoolCPLSPrintf_ZNSt14numeric_limitsIdE8infinityEvGDALGeneralCmdLineProcessor_ZNK12OGRFieldDefn12GetPrecisionEv.symtab.strtab.shstrtab.interp.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.got.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.dynamic.got.plt.data.bss.comment88#TT 1tt$DoN @@0Vp p ^o&&ko zB@@PP33 44p p?p?8@8@4hM hMpM pMxM xMM M@O O@P PXXQ XQhQ hQ0hQ-Q` 9 ]~f