<div dir="ltr"><div>Hi,</div><div><br></div><div>Does anyone know how to use <a href="https://gitpod.io">https://gitpod.io</a> to set up a gdal development environment? I'm wondering if that might be an easy path for Windows folk like myself to test changes against linux (e.g. like this one <a href="https://github.com/OSGeo/gdal/pull/5296#issuecomment-1037141210">https://github.com/OSGeo/gdal/pull/5296#issuecomment-1037141210</a>).</div><div><br></div><div>I've tried creating one straight from Github repo using the GitPod browser extension for Firefox. It appears to work quite well but there are errors indicating some dependencies are missing.</div><div><br></div><div>No PROJ_DIR being the first. I attempted to remedy that with:<br><pre>sudo apt-get install proj-bin</pre>

</div><div>which worked well enough, but then "Could not find gdal-config. Make sure you have installed the GDAL native library and development headers." and so on when attempting to install python wheel.<br></div><div><br></div><div>-matt<br></div></div>