Damien Ayers

Results 61 comments of Damien Ayers

OpenSSH >= 6.7 can use [Unix domain socket forwarding](https://www.openssh.com/txt/release-6.7) That means the reverse tunnel endpoint will be an [UNIX listening socket](http://man7.org/linux/man-pages/man7/unix.7.html) instead of a traditional TCP listening socket. For shared...

This has been bugging me lately too! The docset alias is defined in the dataset, although it appears the value can come from one of several places. Information about a...

I'm not aware of anything particularly solving this yet, I'm going to reopen.

I think the original intention was that `grid_spatial -> projection` is always a projected coordinate system. It would be `grid_spatial -> ` for non projected bounds. That said, it's still...

On YAMLs: - Multi-document YAMLs add significant complexity to several of our operations - They are useful for storing related resources together, - but, they can be confusing when editing...

Thanks for the awesome write up Kirill! If we're going to store time as a range, we need to fix this. Ingestion shouldn't be throwing away data. Can @jeremyh or...

Thanks for the write up. I think we can definitely remove the code for doing this. It sounds like a huge maintenance burden for minimal or no benefit. This "feature"...

> Can we also add support postgis support? That would be great! And is something we would love to be working on, but is a much larger job than changing...

Lets expand the scope of this to cover documenting how ODC finds it's configuration and determines which Database to connect to. The only existing documentation is [Installing & Managing ->...

The current behaviour is complicated and confusing, involving many possible environment variables and configuration files, on top of flags to CLI applications and arguments passed to `datacube.Datacube()` when using the...