Norman Barker

Results 14 issues of Norman Barker

this is just f.y.i for now I have created a C API to you library which I have then wrapped in Python. https://github.com/normanb/PyBTSerialPort Do you have a good way of...

If you create an attribute that includes a directory specifier in the name, e.g. `/`, then you get the following error; ``` [TileDB::IO] Error: Cannot open file '/MyArray/__518d0e886c764f4480fb7d457a1f4e4c_1552425763728/path/myattr.tdb'; No such...

missing check
error message

@rmislam As I was working through the code I refactored the library slightly and added a packaging script (`setup.py`). If you are interested in this PR then I can expand...

The build fails on dev (and master) because of ``` example.cpp:36:10: fatal error: test_multiprocess.h: No such file or directory #include "test_multiprocess.h" ``` Commenting out the include fixes the issue but...

I have upgraded the existing spatialite to 4.2.0. The existing tests pass however I don't seem to be able to call any of the geopackage functionality. This PR is f.y.i....

[`zLiDAR 1.0`](https://jblindsay.github.io/zLidar_spec/section3.html) is a beautifully written clear specification. I see in the code there is a `1.1` format, is this documented?

It is useful when working with non-geojson documents to be able to emit more than one spatial key per document since you are not always working with geometry collections. Currently...

now

Are there any examples of fuzzy queries with JSON fields? I wondering if I can do a fuzzy query over the entire JSON doc as I would with a text...

help wanted
question

I am processing DEMs at zoom level 14. I print the following in my processing function; ``` print(f"res {dem.tile.transform}") ``` with a definition of ``` zoom_levels: 14 pyramid: grid: mercator...

## Description Add support for STAC assets from other cloud object store providers, Azure and Google. Also add support for other cloud optimized data types, e.g. JPEG2000, TileDB and others....