<div dir="ltr">Hi all,<div><br></div><div>I've been playing around a bit with the vsimem stuff in gdal using python, works great!  Basically, I'm getting a json response from an ArcServer endpoint and I want to get out of the ESRI world as quick as I can.</div><div><br></div><div>My question is, when I do something like this,</div><div><br></div><div>r = requests.get(url, params=payload, timeout=timeout)<br></div><div>gdal.FileFromMemBuffer('/vsimem/temp', r.content)<br></div><div><br></div><div>does the buffer get copied to the created virtual file?  I know I need to clean up with a gdal.Unlink(('/vsimem/temp'), but does something bad happen when Python frees the r request?</div><div><br></div><div>Thanks a ton!</div><div>-Patrick</div><div><br></div></div>