Re: [gdal-dev] Osgeo gdal

2023-05-24 Thread Idan Miara
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

[gdal-dev] Osgeo gdal

2023-05-24 Thread Muhamad Sulton
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

Re: [gdal-dev] [OSGeo/gdal] Add GDT_Int8 support (RFC 87) (PR #6633)

2022-11-08 Thread Even Rouault
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

Re: [gdal-dev] [OSGeo/gdal] Add GDT_Int8 support (RFC 87) (PR #6633)

2022-11-08 Thread Sean Gillies
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

Re: [gdal-dev] [OSGeo/gdal] Add GDT_Int8 support (RFC 87) (PR #6633)

2022-11-08 Thread Even Rouault
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

Re: [gdal-dev] [OSGeo/gdal] Add GDT_Int8 support (RFC 87) (PR #6633)

2022-11-08 Thread Sean Gillies
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?

Re: [gdal-dev] osgeo/gdal Docker Container

2021-10-01 Thread Even Rouault
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

[gdal-dev] osgeo/gdal Docker Container

2021-10-01 Thread Nicholas Olsen
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

Re: [gdal-dev] [OSGeo/gdal] Fix the datadir in gdal.pc. (#609)

2018-05-12 Thread Even Rouault
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

Re: [gdal-dev] [OSGeo/gdal] Fix the datadir in gdal.pc. (#609)

2018-05-12 Thread Ari Jolma
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

Re: [gdal-dev] [OSGeo/gdal] Fix the datadir in gdal.pc. (#609)

2018-05-12 Thread Even Rouault
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

Re: [gdal-dev] [OSGeo/gdal] Fix the datadir in gdal.pc. (#609)

2018-05-12 Thread Ari Jolma
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