You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also starting to feel that we should support a more REPL friendly version of ArchGDAL.read(filename) that just reads and copies the original dataset into an in-memory dataset for exploration. Expert users can still use the do-block version for out-of-core processing.
The text was updated successfully, but these errors were encountered:
Yeah I think that's a good idea as well. Very often all I need is a short running (maybe even throwaway) script and don't care so much about the cleanup.
An example in http://geoexamples.blogspot.com/2012/01/creating-files-in-ogr-and-gdal-with.html.
I'm also starting to feel that we should support a more REPL friendly version of
ArchGDAL.read(filename)
that just reads and copies the original dataset into an in-memory dataset for exploration. Expert users can still use the do-block version for out-of-core processing.The text was updated successfully, but these errors were encountered: