Brian M Hamlin

Results 11 comments of Brian M Hamlin

existing installer uses ``` 2022-06-08 19:30:03 (68.6 KB/s) - ‘t-rex-v0.14.3-x86_64-linux-gnu.tar.gz’ saved [7572633/7572633] ol15$ tar xf t-rex-x86_64-linux-gnu.tar.gz -C /usr/bin ol15$ file t_rex t_rex: ELF 64-bit LSB shared object, x86-64, version 1...

somehow osgeolive **alpha1** build shows this: ``` user@osgeolive:~$ ldd t_rex linux-vdso.so.1 (0x00007ffe3c1b6000) libssl.so.1.1 => not found libcrypto.so.1.1 => not found libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff647bea000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff647be5000) libm.so.6 =>...

kalxas intends to use these : https://packages.ubuntu.com/jammy-updates/amd64/libssl-dev/filelist Is it possible to build **t-rex** in a way that will find them ? We can test on the next #osgeolive build

_bump_ 01 july 2022

review of MSFT **azure-sdk-for-python** that includes examples like [this](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/samples/blob_samples_walk_blob_hierarchy.py). Second view of the `azcopy` tool. python is preferred for `torchGeo` ; not clear how portable dependency management would work for...

this file appears to implement basic functionality https://github.com/kartAI/kartAI/blob/master/azure/blobstorage.py

ref to https://github.com/microsoft/torchgeo/issues/1830

with pg10/sfcgal 1.3x, open a postgis database `SELECT postgis_full_version(); SELECT postgis_sfcgal_version();` to load libs, then `SELECT pg_backend_pid()` to get a **pid** ; next, in a root terminal invoke gdb; `(gdb)...

_gdb break fixed_: rebuilt postgis 2.4.3 with `./configure --enable-debug CFLAGS='-Og'`; Repeat the steps for **pid**. > (gdb) info sharedlibrary > (gdb) br sfcgal_version() > (gdb) continue then in the target...

debug log: (gdb) br SFCGAL::algorithm::straightSkeleton Breakpoint 1 at 0x7f29def30450 (8 locations) (gdb) continue Continuing. Breakpoint 1, 0x00007f29def53190 in SFCGAL::algorithm::straightSkeleton(SFCGAL::Geometry const&, bool, bool, bool)@plt () from /usr/local/lib/libSFCGALd.so.1 (gdb) bt #0 0x00007f29def53190...