On mardi 21 janvier 2020 17:09:07 CET Even Rouault wrote:
> Brian,
>
> > I am trying to go from (this is the .prj from an ESRI shapefile)
> > PROJCS["USA_Contiguous_Albers_Equal_Area_Conic_USGS_version",GEOGCS["GCS_N
> > or
> > th_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",63
Brian,
> I am trying to go from (this is the .prj from an ESRI shapefile)
> PROJCS["USA_Contiguous_Albers_Equal_Area_Conic_USGS_version",GEOGCS["GCS_Nor
> th_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.
> 0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453
I am trying to go from (this is the .prj from an ESRI shapefile)
PROJCS["USA_Contiguous_Albers_Equal_Area_Conic_USGS_version",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJE
Thank you, using gdal.reprojectimage(..) brought the expected result.
> Am 02.03.2015 um 18:43 schrieb David Strip :
>
> This result is not entirely unexpected, though it depends on the two
> projections. A square box in one projection will map onto something entirely
> different in many cases
This result is not entirely unexpected, though it depends on the two
projections. A square box in one projection will map onto something
entirely different in many cases, often introducing skew which will
change the aspect ratio and size of the resulting raster. If you
vi
Hi,
I’m developing a raster library using GDAL. I use the Java bindings.
I would like to do a reprojection of an image which I have in memory.
I’m using an in-memory driver to create a dataset. I fill it with the
properties of the image and its data.
Now I’m doing
Dataset warped = gdal.AutoCr
What method in Gdal 1.6 should i use for reprojecting the image ?
Case 1(Working case):
1. Opened a tif image which has native coordinate system in ArcEditor 10.
The raster image displayed in map window with its native coordinate
system.
/GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_19