On 11-07-01 04:29 PM, Rodolfo Bonnin wrote:
Hello All,
I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying to
add them to the list of drivers.
I've added them to gdal_frmts.h:
void CPL_DLL GDALRegister_PRISM(void)
void CPL_DLL GDALRegister_AVNIR2(void)
...
gdalallregist
A question about the GDAL C# bindings. The overloads for the ReadRaster and
WriteRaster methods in the Band class take several different type of buffers:
ReadRaster(..., byte[] buffer, ...)
ReadRaster(..., short[] buffer, ...)
ReadRaster(..., int[] buffer, ...)
ReadRaster(..., float[] bu
Le mercredi 29 juin 2011 22:37:52, Even Rouault a écrit :
> Motion: Extend GDAL/OGR Commit Access to Antonio Valentino
I declare this motion passed with support from PSC members EvenR, FrankW,
TamasS, AndreyK and HowardB and with non-PSC member AntonK.
Antonio, I'll let Frank deal with the pract
Le vendredi 01 juillet 2011 22:29:45, Rodolfo Bonnin a écrit :
> Hello All,
>
> I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying
> to add them to the list of drivers.
>
> I've added them to gdal_frmts.h:
>
> void CPL_DLL GDALRegister_PRISM(void)
> void CPL_DLL GDALRegist
Le vendredi 01 juillet 2011 10:57:35, Solimyr a écrit :
> Do you know how stretch an image using GDAL? Is this possible? If not, what
> method can I use?
> I need to stretch to Byte but in an equalized mode! I know that there is
> the scale tool in gdal but I don't know how make the stretch!
Are y
Le vendredi 01 juillet 2011 16:16:15, Smith, Michael ERDC-CRREL-NH a écrit :
> All,
>
> I¹m using GDAL (1.9dev r22508) and getting errors only when reprojecting
> (raster or vector) to any of the Google Mercator projections. On a number
> of linux boxes I have, this works fine, but, on a couple i
Hello All,
I'm writing two new drivers ( For ALOS PRISM and AVNIR-2 ) and I'm trying to
add them to the list of drivers.
I've added them to gdal_frmts.h:
void CPL_DLL GDALRegister_PRISM(void)
void CPL_DLL GDALRegister_AVNIR2(void)
And provisionally, I've added them to gdalallregister.cpp, joini
That makes a lot of sense. Perhaps we should use the default values that are
hardcoded in ArcGIS when a new FGDB gets created? If someone uses other
values, then they may get the slight snapping effect, which would be OK in
that case? thoughts?
On Fri, Jul 1, 2011 at 11:13 AM, Paul Ramsey wrote:
Nope, it's the Origin and Scale, which between them form a snapping
grid. Unless your point is on the grid, it'll be snapped to a new
location when inserted into file. So my problem was that in my process
FGDB1>PostGIS>FGDB2
the grid in FGDB2 was different from that of FGDB1. So everything got
sl
Le vendredi 01 juillet 2011 16:29:29, Cole, Derek a écrit :
> Hello,
>
> I have been trying to use the v2 OpenJPEG2000 driver with GDAL to read NITF
> files that have been compressed with jpeg2000.
>
> When I am trying to actually load these files and display them, my software
> sometimes succeed
Paul,
The one line that I think is making the difference is
true
because, if memory serves me right, it kicks in logic for using
64bit-coordinates internally (actually I remember something about the sign
and the mantissa being 53bits - can't recall exactly). ESRI migrated to what
they call high
Frederick,
GDAL considers the position (0.0,0.0) as the top left part of the top left
pixel [1]. So, the center of the top left pixel would be (0.5,0.5). This
could be the cause of the linear shift.
[1]: http://www.gdal.org/gdal_datamodel.html (Affine GeoTransform)
On Thu, Jun 30, 2011 at 7:39 P
Hello,
I have been trying to use the v2 OpenJPEG2000 driver with GDAL to read NITF
files that have been compressed with jpeg2000.
When I am trying to actually load these files and display them, my software
sometimes succeeds, sometimes fails, sometimes gives bogus results. I also
occaisionally
On 07/01/11 16:16, Smith, Michael ERDC-CRREL-NH wrote:
All,
I’m using GDAL (1.9dev r22508) and getting errors only when reprojecting
(raster or vector) to any of the Google Mercator projections.
I don't know if it is related to your problem, but the correct code for
Google Pseudo Mercator is
All,
I¹m using GDAL (1.9dev r22508) and getting errors only when reprojecting
(raster or vector) to any of the Google Mercator projections. On a number
of linux boxes I have, this works fine, but, on a couple its a problem. The
only difference on the problem boxes that I can see is that they have
Do you know how stretch an image using GDAL? Is this possible? If not, what
method can I use?
I need to stretch to Byte but in an equalized mode! I know that there is the
scale tool in gdal but I don't know how make the stretch!
Thx
--
View this message in context:
http://osgeo-org.1803224.n2.na
Ok Andy,
I have re-uploaded them. Please, let me know if you still have any issue.
Regards,
Daniele
On Fri, Jul 1, 2011 at 10:04 AM, Daniele Romagnoli <
daniele.romagn...@geo-solutions.it> wrote:
> Mmm...
> It's the second time users report that some links are broken (not sure why
> since they
17 matches
Mail list logo