[GRASS-dev] [GRASS GIS] #2788: implement r.export and v.export

#2788: implement r.export and v.export
--------------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: major | Milestone: 7.1.0
Component: Default | Version: svn-trunk
Keywords: r.export, v.export | CPU: Unspecified
Platform: Unspecified |
--------------------------------+-------------------------
It would be nice to implement `r.export` and `v.export` similarly to
G7:r.import and G7:v.export. These modules would call `r.out.gdal`/
`v.out.ogr` and then reproject output files to defined crs. I can see
several scenarious:

  1. add to `r.out.gdal` and `v.out.ogr` new parameter `output_crs`,
reprojection will be done by GDAL
  1. create new temporary location in output crs, reproject data
(`r|v.proj`) and then export
  1. export data to temporary output file and then to reproject by GDAL

It seems that 2) fits in the best way to the current `r.import` and
`v.import` approach. Any options?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2788&gt;
GRASS GIS <https://grass.osgeo.org>

#2788: implement r.export and v.export
--------------------------+--------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: major | Milestone: 7.4.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: r.export, v.export
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------
Changes (by martinl):

* milestone: 7.2.2 => 7.4.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2788#comment:4&gt;
GRASS GIS <https://grass.osgeo.org>

#2788: implement r.export and v.export
--------------------------+--------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: major | Milestone: 7.4.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: r.export, v.export
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------

Comment (by mlennert):

Replying to [ticket:2788 martinl]:
> It would be nice to implement `r.export` and `v.export` similarly to
G7:r.import and G7:v.export. These modules would call `r.out.gdal`/
`v.out.ogr` and then reproject output files to defined crs. I can see
several scenarious:
>
> 1. add to `r.out.gdal` and `v.out.ogr` new parameter `output_crs`,
reprojection will be done by GDAL
> 1. create new temporary location in output crs, reproject data
(`r|v.proj`) and then export
> 1. export data to temporary output file and then to reproject by GDAL
>
> It seems that 2) fits in the best way to the current `r.import` and
`v.import` approach.

+1

I think this option is best as it will allow to use the known v./r.proj
reprojection options.

Moritz

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2788#comment:5&gt;
GRASS GIS <https://grass.osgeo.org>

#2788: implement r.export and v.export
--------------------------+--------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: major | Milestone: 7.6.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: r.export, v.export
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------
Changes (by martinl):

* milestone: 7.4.2 => 7.6.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2788#comment:8&gt;
GRASS GIS <https://grass.osgeo.org>

#2788: implement r.export and v.export
--------------------------+--------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.8.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: r.export, v.export
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------
Changes (by martinl):

* priority: major => normal
* milestone: 7.6.2 => 7.8.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2788#comment:11&gt;
GRASS GIS <https://grass.osgeo.org>