Norman Barker

Results 14 comments of Norman Barker

Lets keep this open, I will get to the changes later this week.

I have run TileDB with fastapi and sqlalchemy (I used to work at TileDB Inc) the easiest way to debug this is to start with `gdal_translate`. I created a `tiledb.config`...

Yes, I can look into this for you. Zipping the whole package is probably best. Either send me the link to my email (norman.barker``gmail.com) or drop it here. Any issues...

A quick work around is to use `sed` before processing to geoparquet. ``` sed -i 's/s3:\/\//\/vsis3\//g' */*.json ``` Then with `AWS_NO_SIGN_REQUEST=YES` and the command `gdalinfo -OO LOCATION_FIELD=assets.level3.href GTI:landcover` works.