-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up and enhance reading from (and writing to) a GRASS GIS database #93
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 682c7fc - Browse repository at this point
Copy the full SHA 682c7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa88cb - Browse repository at this point
Copy the full SHA afa88cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f0525b - Browse repository at this point
Copy the full SHA 0f0525bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4389249 - Browse repository at this point
Copy the full SHA 4389249View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06e782 - Browse repository at this point
Copy the full SHA a06e782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5162ec4 - Browse repository at this point
Copy the full SHA 5162ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9a0ea - Browse repository at this point
Copy the full SHA cd9a0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0831f - Browse repository at this point
Copy the full SHA ff0831fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc6744 - Browse repository at this point
Copy the full SHA 7bc6744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5806568 - Browse repository at this point
Copy the full SHA 5806568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7991839 - Browse repository at this point
Copy the full SHA 7991839View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4aa9be3 - Browse repository at this point
Copy the full SHA 4aa9be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93f7ca - Browse repository at this point
Copy the full SHA e93f7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ccf56 - Browse repository at this point
Copy the full SHA 31ccf56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc303c - Browse repository at this point
Copy the full SHA 0bc303cView commit details -
read_VECT(): allow missing layer arg with GDAL-GRASS driver *
vect() supports a missing layer argument, so supporting this too for GDAL-GRASS driver. Also, for efficiency reasons, this commit only requests layer names in case of polygons, to work around OSGeo/gdal-grass#46.
Configuration menu - View commit details
-
Copy full SHA for bce663a - Browse repository at this point
Copy the full SHA bce663aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de5da4d - Browse repository at this point
Copy the full SHA de5da4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f026d - Browse repository at this point
Copy the full SHA e1f026dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f712436 - Browse repository at this point
Copy the full SHA f712436View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32588d - Browse repository at this point
Copy the full SHA c32588dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02dd46 - Browse repository at this point
Copy the full SHA f02dd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a40b38 - Browse repository at this point
Copy the full SHA 6a40b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64ef0e - Browse repository at this point
Copy the full SHA a64ef0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87adff0 - Browse repository at this point
Copy the full SHA 87adff0View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c749ce - Browse repository at this point
Copy the full SHA 3c749ceView commit details -
readRAST.Rd exmpl: take control of mapsets; only write to a custom one *
In the course of this fiddling with mapsets, it was seen (by accident) that the mapset region settings are not respected by the GDAL driver. This only affects raster. This is a no-go for the GDAL-GRASS raster driver as long as it doesn't expose an option to respect the mapset's current region, or at least to set a region. A feature request will be made at the driver's repo, but as long as it's not implemented, we cannot consider using the driver for rasters since results with and without using the driver must of course have the same extent and resolution. For sake of completeness, this commit takes control of the region too, in order to guarantee that things always work. But this will be dropped from the examples in a next commit, followed by dropping driver-related code from read_RAST() and write_RAST().
Configuration menu - View commit details
-
Copy full SHA for 7eab282 - Browse repository at this point
Copy the full SHA 7eab282View commit details -
readRAST.Rd exmpl: don't control region; should work with any region *
It was seen (by accident) that the mapset region settings are not respected by the GDAL driver. This only affects raster. This is a no-go for the GDAL-GRASS raster driver as long as it doesn't expose an option to respect the mapset's current region, or at least to set a region. A feature request will be made at the driver's repo, but as long as it's not implemented, we cannot consider using the driver for rasters since results with and without using the driver must of course have the same extent and resolution. So next is dropping driver-related code from read_RAST() and write_RAST().
Configuration menu - View commit details
-
Copy full SHA for 0775029 - Browse repository at this point
Copy the full SHA 0775029View commit details -
read_RAST(), write_RAST(): drop GDAL-driver use (revert e1f026d, a06e782
, 4389249) * In the course of this fiddling with mapsets, it was seen (by accident) that the mapset region settings are not respected by the GDAL driver. This only affects raster. This is a no-go for the GDAL-GRASS raster driver as long as it doesn't expose an option to respect the mapset's current region, or at least to set a region. A feature request has been made at the driver's repo (OSGeo/gdal-grass#49). As long as it's not implemented, we cannot consider using the driver for rasters since results with and without using the driver must of course have the same extent and resolution.
Configuration menu - View commit details
-
Copy full SHA for a828acf - Browse repository at this point
Copy the full SHA a828acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed41230 - Browse repository at this point
Copy the full SHA ed41230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c33cc - Browse repository at this point
Copy the full SHA 94c33ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3738dd7 - Browse repository at this point
Copy the full SHA 3738dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e7251 - Browse repository at this point
Copy the full SHA b1e7251View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c21f4 - Browse repository at this point
Copy the full SHA b4c21f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020fabc - Browse repository at this point
Copy the full SHA 020fabcView commit details