Brian Osborn

Results 18 comments of Brian Osborn

Also worth noting [Android 12 API 31](https://developer.android.com/studio/releases/platforms#12) ([October 4, 2021](https://en.wikipedia.org//wiki/Android_version_history#Android_12)) is the first version with [SQLite >= 3.31.0](https://developer.android.com/reference/android/database/sqlite/package-summary). Any GeoPackage with generated columns would most likely be incompatible with devices...

For iOS using bundled SQLite, iOS Version 14.1 ([October 20, 2020](https://en.wikipedia.org/wiki/IOS_version_history#14.1), support on [iPhone 6S or later](https://en.wikipedia.org/wiki/IOS_version_history#Hardware_support)) uses SQLite [3.32.3](https://github.com/yapstudios/YapDatabase/wiki/SQLite-version-(bundled-with-OS)).

FWIW, our libraries and software currently attempt to parse the WKT first (`definition_12_063` if provided). A lookup using `organization`/`organization_coordsys_id` is done as a backup. Suggesting `organization` and `organization_coordsys_id` be modified...

I can't seem to reproduce the log using the README code in an Android test or through our Android tiff usage. Did you try a strict mode policy yet to...

https://github.com/ngageoint/tiff-ios/blob/6aae8c36bafbb8c0b7feaf40f440cf4968fdefdc/tiff-ios/compression/TIFFDeflateCompression.m#L14 https://github.com/ngageoint/tiff-ios/blob/6aae8c36bafbb8c0b7feaf40f440cf4968fdefdc/tiff-ios/compression/TIFFDeflateCompression.m#L23

It was a [pull request](https://github.com/ngageoint/tiff-java/pull/17/files) we pulled into the Java library which is why the libraries aren't synched for deflate compression. It could probably be implemented on iOS using [ZLIB...

I don't think there currently is a way to catch exceptions when calling Swift to Objective-C. The library would need to be updated to support Cocoa's error pattern. https://developer.apple.com/documentation/swift/handling-cocoa-errors-in-swift `In...

There are no near term plans to implement this at the moment, but open to pull requests if someone wants to take a shot.