Re: [gdal-dev] Motion: add Javier Jiménez Shaw to GDAL PSC

2023-09-18 Thread Daniel Morissette

+1

Daniel

On 2023-09-16 07:31, Even Rouault wrote:

Hi,

I would like to nominate Javier Jiménez Shaw for GDAL PSC membership. 
Javier has been involved with GDAL for quite a time now, as a responsive 
user & ticket reporter, and has occasionally contributed fixes. Javier 
is well anchored in our ecosystem, with deep knowledge of CRS topics and 
PROJ (I've also nominated him for PROJ membership), contributing to PDAL 
as well. As part of his job, he's involved in orthomosaic/raster 
generation out of images and photogrammetry pipelines. His perspective 
would be most welcome.


Starting with my +1

Even



--
Daniel Morissette
Mapgears Inc
T: +1 418-696-5056 #201

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] layer.GetSpatialRef() fails on linux for shapefiles

2023-09-18 Thread Jonathan Moules

Hi Javier,

I don't recall there being any exception message exposed. It was simply 
a RuntimeError.


I guessed it's probably installation/configuration, but surely GDAL 
should Just Work? Especially if it's coming via Conda? (I don't live in 
the Linux world; I just used a wheel).


Cheers,

Jonathan

On 18/09/2023 12:51, Javier Jimenez Shaw wrote:

Hi Jonathan

Which exact RuntimeError are you getting? It can be for several 
reasons (probably an installation or configuration issue).


Best,
Javier


On Mon, 18 Sept 2023 at 11:06, Jonathan Moules 
 wrote:


Hi List,

I'm trying to get vector layer information via OGR and Python:

```

layer.GetSpatialRef()

```

This works fine for me on Windows with GDAL 3.7.1 on various
different
types of files (Shapefile, GPKG, GML, KML, GDB).

But for my colleague on Ubuntu 22.0.4.3, also on GDAL 3.7.1 (via
Conda),
they get a Python RuntimeError for all shapefiles (the exact same
shapefiles that work fine for me). It works for Geopackages for them.

Anyone have any thoughts?
Thanks,
Jonathan

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] layer.GetSpatialRef() fails on linux for shapefiles

2023-09-18 Thread Javier Jimenez Shaw
Hi Jonathan

Which exact RuntimeError are you getting? It can be for several reasons
(probably an installation or configuration issue).

Best,
Javier


On Mon, 18 Sept 2023 at 11:06, Jonathan Moules 
wrote:

> Hi List,
>
> I'm trying to get vector layer information via OGR and Python:
>
> ```
>
> layer.GetSpatialRef()
>
> ```
>
> This works fine for me on Windows with GDAL 3.7.1 on various different
> types of files (Shapefile, GPKG, GML, KML, GDB).
>
> But for my colleague on Ubuntu 22.0.4.3, also on GDAL 3.7.1 (via Conda),
> they get a Python RuntimeError for all shapefiles (the exact same
> shapefiles that work fine for me). It works for Geopackages for them.
>
> Anyone have any thoughts?
> Thanks,
> Jonathan
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


[gdal-dev] layer.GetSpatialRef() fails on linux for shapefiles

2023-09-18 Thread Jonathan Moules

Hi List,

I'm trying to get vector layer information via OGR and Python:

```

layer.GetSpatialRef()

```

This works fine for me on Windows with GDAL 3.7.1 on various different 
types of files (Shapefile, GPKG, GML, KML, GDB).


But for my colleague on Ubuntu 22.0.4.3, also on GDAL 3.7.1 (via Conda), 
they get a Python RuntimeError for all shapefiles (the exact same 
shapefiles that work fine for me). It works for Geopackages for them.


Anyone have any thoughts?
Thanks,
Jonathan

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev