Hi!
If you are trying to install GDAL on Python, did you try `python -m pip
install gdal` ?
If you did and it failed, are you using Windows ? If yes, try to download
the binary whl file from:
https://github.com/cgohlke/geospatial-wheels/releases
(Note your Python version and win32/64, i.e. If you
Hi, I'm Sulton from Indonesia. I'm sorry to bother you. I have a problem
with installation osgeo library from my resources code. I want to install
it by terminal IDE but it can't. And then I want to install it from tar.gz.
I search how to install library by tar.gz, but in GDAL I haven't idea to
ins
Sean,
Le 09/11/2022 à 01:08, Sean Gillies a écrit :
Argh, I typed "unsigned char" when I meant "signed". Changing GDT_Byte
to *signed char* is too big of a change, I guess?
I don't believe that would be something reasonable to consider. The
impact of such a change would be huge on the GDAL
Even,
Argh, I typed "unsigned char" when I meant "signed". Changing GDT_Byte to
*signed char* is too big of a change, I guess?
I like the plan for PIXELTYPE.
Sorry about the noise, everybody!
On Tue, Nov 8, 2022 at 5:04 PM Even Rouault
wrote:
> Sean,
>
>
> Changing GDT_Byte to unsigned char i
Sean,
Changing GDT_Byte to unsigned char is too big of a change, I guess? I
can work with that.
GDT_Byte semantic is already unsigned char / uint8. What did you mean?
Is there any advantage to a GDT_UInt8 type that can't be changed by a
PIXELTYPE option?
That would be super confusing if w
Sorry, please disregard my previous email (from my phone at lunch). I had a
poor recollection of the GDALDataType enum.
Changing GDT_Byte to unsigned char is too big of a change, I guess? I can
work with that.
Is there any advantage to a GDT_UInt8 type that can't be changed by a
PIXELTYPE option?
This error message suggests that you're using a not super recent Docker
image. "docker pull osgeo/gdal" to refresh it
Le 01/10/2021 à 19:19, Nicholas Olsen a écrit :
Hello,
I'm trying to use the osgeo/gdal docker container and when I'm in the
container I'm unable to successfully run gdalwarp t
Hello,
I'm trying to use the osgeo/gdal docker container and when I'm in the
container I'm unable to successfully run gdalwarp the way I would if I were
running it through OSGEO4Win or conda. It's returning this error:
gdalwarp -multi -wo NUM_THREADS=val/ALL_CPUS -t_srs EPSG:4326 DEM.tif
warped.ti
On samedi 12 mai 2018 11:37:36 CEST Ari Jolma wrote:
> Even Rouault kirjoitti 12.05.2018 klo 11:18:
> > > Now I did it by creating a local clone of OSGeo/gdal and
> > >
> > > editing/committing/pushing its release/2.3 branch.
> >
> > You can use a single clone for all branches and uses git checko
Even Rouault kirjoitti 12.05.2018 klo 11:18:
>
> Now I did it by creating a local clone of OSGeo/gdal and
> editing/committing/pushing its release/2.3 branch.
You can use a single clone for all branches and uses git checkout to
switch branches.
I know that but the issue here was that I h
Ari,
> >
> > How do I merge a PR into another branch than master?
>
> I made a try to -- PR #614 -- which was a mistake.
It is possible to do a PR against a non-master branch, but you need to apply
the commit in
that branch, and in the GitHub UI make sure the base branch it selects is that
b
Ari Jolma kirjoitti 12.05.2018 klo 10:18:
Even Rouault kirjoitti 11.05.2018 klo 23:19:
cherry-pick in release/2.3
How do I merge a PR into another branch than master?
I made a try to -- PR #614 -- which was a mistake.
Now I did it by creating a local clone of OSGeo/gdal and
editing/commi
12 matches
Mail list logo