> and then the result is defined.
>
> On Fri, 29 Sept 2023 at 03:32, adamgutonski via gdal-dev
> wrote:
>
>> Hello,
>>
>> I am using geometry object functions like Buffer and Value. I am wondering
>> if and when it is necessary to assign a spatial reference to
Hello,
I am using geometry object functions like Buffer and Value. I am wondering if
and when it is necessary to assign a spatial reference to an ogr.Geometry
before calling these functions? For example if I want to get a point along the
line using Value is the output affected by whether or not
Amazing Even, thank you!
Sent with [Proton Mail](https://proton.me/) secure email.
--- Original Message ---
On Monday, May 1st, 2023 at 4:08 PM, Even Rouault
wrote:
> Fixed per https://github.com/OSGeo/gdal/pull/7669
>
> Le 01/05/2023 à 19:20, adamgutonski via gdal-de
Hello,
I am setting up a Docker container which copies from the GDAL ubuntu-full
image, and I noticed that the Java bindings with ubuntu-full are for Java
Version 11 only. I am using Java Version 17. Are there any deprecated features
or potential caveats to be aware of when using Java 17 and th
Hello,
I am having trouble with CMake and creating the GDAL configuration that I
desire. My goal is to be able to distribute GDAL to a few colleagues so they
can immediately use the GDAL bindings in Java code without them having to build
and install GDAL directly. The GDAL build should be minim
Hello,
My question is, is it possible to build the GDAL bindings for Java 17? I am
trying to build GDAL with Java bindings for Java temurin-17.jdk when prior I
have been able to build and use the bindings successfully for Java
adoptopenjdk-8.jdk, using the exact same build process. However when
Hello,
I am having trouble when creating a feature class with subtypes and/or coded
domains with the FileGDB or OpenFileGDB drivers, specifically when using the
"XML_DEFINITION" or "DOCUMENTATION" layer creation option. I am simply creating
a dataset and calling on CreateLayer:
lyr = ds.Create
Hello,
I am wondering how to add the ESRI File GDB API .dll to an established conda
environment with GDAL 3.5.0. Previous versions of GDAL allowed me to:
- place FileGDBAPI.dll in C:\Anaconda3\envs\\Library\bin
- place gdalplugins folder containing ogr_FileGDB.dll here
C:\Anaconda3\envs\
Afte
Hello,
When is the anticipated release date for GDAL release 3.5.1?
Thank you,
Adam
Sent with [Proton Mail](https://proton.me/) secure email.___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Hello,
I am having trouble installing gdal with the FileGDB driver in a conda
environment. I believe the issue is the version of macOS.
System specs:
- macOS Monterey v12.4
- Apple M1 Pro chip
- 16gb RAM
Attempts so far:
- Tried using osgeo4mac, the formulae appear to be broken on M1 Mac, not
Hello,
I am attempting to create an ogr.OFTDateTime field named "date", within a file
geodatabase table. However anytime a field definition is created with the name
"date", once the layer tries to create the field, I get receive a warning:
Warning 6: Normalized/laundered field name: 'date' to '
I am wondering how can one add a coded field domain to a file geodatabase using
the FileGDB driver and File GDB API? Anytime I call AddFieldDomain it returns
false:
>>> coded_domain = ogr.CreateCodedFieldDomain("name", "desc", ogr.OFTString,
>>> ogr.OFSTNone, {1:'LOW'})
>>> driver = gdal.GetDri
Hello,
I recently messaged about matching projection/transformations between GDAL/OSR
and ESRI (gdal-dev Digest, Vol 213, Issue 35).
I had two follow-up questions regarding transforming from a geographic CRS to a
projected CRS. When transforming from EPSG:6318 to a projected CRS EPSG:32015,
th
Thank you so much! This appears to have resolved the issue.
Sent with [ProtonMail](https://protonmail.com/) Secure Email.
--- Original Message ---
On Thursday, February 17th, 2022 at 10:36 AM, Even Rouault
wrote:
> Hi,
>
>> I am attempting to project and transform geometry using OSR. T
Hello,
I am attempting to project and transform geometry using OSR. The
projection/transformation is from ITRF2014 via Proj4 string to NAD83(CSRS)v7
(EPSG:8255). My problem is that I need the transformation output to match the
output I receive when transforming the geometry in ESRI using the
g
15 matches
Mail list logo