Alan D. Snow

Results 400 comments of Alan D. Snow

I am having a similar issue in https://github.com/okteto/okteto/issues/3459. Did you add this to your dev file or something else: `command: yum update && yum install -y openssh-client && bash`

Looks like you need to install the SSH server on the remote machine. References: - https://code.visualstudio.com/docs/remote/ssh - https://code.visualstudio.com/docs/remote/troubleshooting#_installing-a-supported-ssh-server

Adding this to the okteto yaml fixed the issue: ``` command: yum update && yum install -y openssh-server && systemctl start sshd.service && systemctl enable sshd.service && bash ```

> @vincentsarago I'm going to rename OverviewResampling to _OverviewResampling for 1.2.3. We'll use it internally but won't make it a part of the "public" API until 1.3.0. Should we do...

Related: https://github.com/corteva/rioxarray/issues/119

That is a few years old. I don't think that I am using that anymore, but I don't remember what project I was using that for to verify. Current projects...

I am wondering if this makes more sense here? https://github.com/rasterio/affine/

I think this is resolved. If something is missing still, please comment.