Opened 9 years ago
Last modified 5 years ago
#2788 new enhancement
implement r.export and v.export
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | Default | Version: | svn-trunk |
Keywords: | r.export, v.export | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
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:
- add to
r.out.gdal
andv.out.ogr
new parameteroutput_crs
, reprojection will be done by GDAL - create new temporary location in output crs, reproject data (
r|v.proj
) and then export - 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?
Change History (15)
comment:1 by , 8 years ago
Milestone: | 7.1.0 → 7.2.0 |
---|
comment:3 by , 7 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:4 by , 7 years ago
Milestone: | 7.2.2 → 7.4.0 |
---|
comment:5 by , 7 years ago
Replying to martinl:
It would be nice to implement
r.export
andv.export
similarly to G7:r.import and G7:v.export. These modules would callr.out.gdal
/v.out.ogr
and then reproject output files to defined crs. I can see several scenarious:
- add to
r.out.gdal
andv.out.ogr
new parameteroutput_crs
, reprojection will be done by GDAL- create new temporary location in output crs, reproject data (
r|v.proj
) and then export- 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
andv.import
approach.
+1
I think this option is best as it will allow to use the known v./r.proj reprojection options.
Moritz
comment:7 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
comment:11 by , 5 years ago
Milestone: | 7.6.2 → 7.8.0 |
---|---|
Priority: | major → normal |
comment:15 by , 5 years ago
Milestone: | → 7.8.3 |
---|
Milestone renamed