Re: [gdal-dev] Spatial references and geometry operations

2023-09-29 Thread adamgutonski via gdal-dev
> 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

[gdal-dev] Spatial references and geometry operations

2023-09-28 Thread adamgutonski via gdal-dev
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

Re: [gdal-dev] Java Binding Versions in GDAL Docker Ubuntu Full

2023-05-01 Thread adamgutonski via gdal-dev
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

[gdal-dev] Java Binding Versions in GDAL Docker Ubuntu Full

2023-05-01 Thread adamgutonski via gdal-dev
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

[gdal-dev] Building distributable files and bindings with CMake

2023-02-26 Thread adamgutonski via gdal-dev
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

[gdal-dev] GDAL bindings support for Java 17

2023-01-03 Thread adamgutonski via gdal-dev
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

[gdal-dev] Creating Feature Classes/Tables with XML_DEFINITION option via FileGDB and OpenFileGDB drivers

2022-08-26 Thread adamgutonski via gdal-dev
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

[gdal-dev] Add FileGDB Driver to GDAL Version 3.5.0

2022-06-29 Thread adamgutonski via gdal-dev
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

[gdal-dev] Anticipated GDAL 3.5.1 Release Date

2022-06-28 Thread adamgutonski via gdal-dev
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

[gdal-dev] Installing drivers on macOS Monterey v12.4

2022-05-22 Thread adamgutonski via 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

[gdal-dev] Normalized/laundered field names

2022-05-13 Thread adamgutonski via gdal-dev
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 '

[gdal-dev] Add coded field domains to file geodatabase

2022-04-11 Thread adamgutonski via gdal-dev
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

[gdal-dev] Followup to Matching ESRI projection/transformations using GDAL/OSR

2022-02-18 Thread adamgutonski via gdal-dev
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

Re: [gdal-dev] Matching ESRI projection/transformations using GDAL/OSR

2022-02-17 Thread adamgutonski via gdal-dev
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

[gdal-dev] Matching ESRI projection/transformations using GDAL/OSR

2022-02-17 Thread adamgutonski via gdal-dev
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