Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2022-03-22 Thread Joaquim Manuel Freire Luís
Damn it. Can't tell a GTM from a GMT. Sorry. 

-Original Message-
From: Even Rouault  
Sent: Tuesday, March 22, 2022 8:08 PM
To: Joaquim Manuel Freire Luís ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers


Le 22/03/2022 à 20:23, Joaquim Manuel Freire Luís a écrit :
> Even,
>
> Please the vector GMT driver is not to be removed
It is not. The commit you refer to removes the GTM (GPS Track Maker) driver.
>
> https://github.com/OSGeo/gdal/pull/5269/commits/f89bccc10e00ef57312165
> f5ee11f5ee1f1dddc3
>
> it's very much used in GMT. We talked about this before (sorry didn't keep 
> references of it).
> What is to be deprecated is the old netCDF GMT grid format, but not 
> the vector one
I'm in line with that.
> (whose implementation was paid for).
I assume most GDAL drivers, including those in that batch of removal, have been 
paid for at some point. That's not a criterion by itself to keep them 15 years 
after if no one is willing to keep up with their overhead and can justify they 
are still relevant.
>
> Cheers
>
> Joaquim
>
> -Original Message-
> From: gdal-dev  On Behalf Of Even 
> Rouault
> Sent: Tuesday, March 22, 2022 6:58 PM
> To: gdal-dev@lists.osgeo.org
> Subject: Re: [gdal-dev] Motion (V2): remove and deprecate a few 
> drivers
>
> Hi,
>
> I'd appreciate if I could get some approval of
> https://github.com/OSGeo/gdal/pull/5269 (it'll need some trivial adjustment 
> to be applied due to conflicts) that implements the below decision (for some 
> reason people tend to be more generous in adding emojis to pull requests that 
> add new features than ones that remove code).
>
> The removal of the OpenDAP/DODS drivers is not included in that PR since 
> there was apparently some interest in it 
> https://github.com/OSGeo/gdal/issues/5173, but that failed to materialize 
> with concrete elements to be able to support them, so I believe they will 
> ultimately go to the rm -rf road too.
>
> Even
>
> Le 04/03/2021 à 17:32, Even Rouault a écrit :
>> Hi,
>>
>> Updating my yesterday motion with the feedback received (only second 
>> bullet updated with a more restricted set of drivers)
>>
>> Motion:
>>
>> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
>> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
>> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and 
>> I'm not aware of them having been much used or being still in use.
>> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
>> code, doc and tests) have been moved to the 
>> https://github.com/OSGeo/gdal-extra-drivers
>>
>> - deprecate the raster drivers DODS, JPEG2000 (superseded per 
>> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
>> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, 
>> GEOMEDIA, GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK 
>> . They will now be disabled at runtime by default, with an explicit 
>> error message when they are triggered, unless the 
>> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
>> configuration option is set to YES, and will be removed in GDAL 3.5.
>> Implemented in https://github.com/OSGeo/gdal/pull/3505
>>
>> Starting with my +1
>>
>> Even
>>
> --
> http://www.spatialys.com
> My software is free, but my time generally not.
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev

--
http://www.spatialys.com
My software is free, but my time generally not.

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


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2022-03-22 Thread Even Rouault


Le 22/03/2022 à 20:23, Joaquim Manuel Freire Luís a écrit :

Even,

Please the vector GMT driver is not to be removed

It is not. The commit you refer to removes the GTM (GPS Track Maker) driver.


https://github.com/OSGeo/gdal/pull/5269/commits/f89bccc10e00ef57312165f5ee11f5ee1f1dddc3

it's very much used in GMT. We talked about this before (sorry didn't keep 
references of it).
What is to be deprecated is the old netCDF GMT grid format, but not the vector 
one

I'm in line with that.

(whose implementation was paid for).
I assume most GDAL drivers, including those in that batch of removal, 
have been paid for at some point. That's not a criterion by itself to 
keep them 15 years after if no one is willing to keep up with their 
overhead and can justify they are still relevant.


Cheers

Joaquim

-Original Message-
From: gdal-dev  On Behalf Of Even Rouault
Sent: Tuesday, March 22, 2022 6:58 PM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

Hi,

I'd appreciate if I could get some approval of
https://github.com/OSGeo/gdal/pull/5269 (it'll need some trivial adjustment to 
be applied due to conflicts) that implements the below decision (for some 
reason people tend to be more generous in adding emojis to pull requests that 
add new features than ones that remove code).

The removal of the OpenDAP/DODS drivers is not included in that PR since there 
was apparently some interest in it https://github.com/OSGeo/gdal/issues/5173, 
but that failed to materialize with concrete elements to be able to support 
them, so I believe they will ultimately go to the rm -rf road too.

Even

Le 04/03/2021 à 17:32, Even Rouault a écrit :

Hi,

Updating my yesterday motion with the feedback received (only second
bullet updated with a more restricted set of drivers)

Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA,
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON,
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and
I'm not aware of them having been much used or being still in use.
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver
code, doc and tests) have been moved to the
https://github.com/OSGeo/gdal-extra-drivers

- deprecate the raster drivers DODS, JPEG2000 (superseded per
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME,
GEOMEDIA, GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK
. They will now be disabled at runtime by default, with an explicit
error message when they are triggered, unless the
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5.
Implemented in https://github.com/OSGeo/gdal/pull/3505

Starting with my +1

Even


--
http://www.spatialys.com
My software is free, but my time generally not.

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


--
http://www.spatialys.com
My software is free, but my time generally not.

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


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2022-03-22 Thread Joaquim Manuel Freire Luís
Even,

Please the vector GMT driver is not to be removed

https://github.com/OSGeo/gdal/pull/5269/commits/f89bccc10e00ef57312165f5ee11f5ee1f1dddc3

it's very much used in GMT. We talked about this before (sorry didn't keep 
references of it).
What is to be deprecated is the old netCDF GMT grid format, but not the vector 
one (whose implementation was paid for).

Cheers

Joaquim

-Original Message-
From: gdal-dev  On Behalf Of Even Rouault
Sent: Tuesday, March 22, 2022 6:58 PM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

Hi,

I'd appreciate if I could get some approval of
https://github.com/OSGeo/gdal/pull/5269 (it'll need some trivial adjustment to 
be applied due to conflicts) that implements the below decision (for some 
reason people tend to be more generous in adding emojis to pull requests that 
add new features than ones that remove code).

The removal of the OpenDAP/DODS drivers is not included in that PR since there 
was apparently some interest in it https://github.com/OSGeo/gdal/issues/5173, 
but that failed to materialize with concrete elements to be able to support 
them, so I believe they will ultimately go to the rm -rf road too.

Even

Le 04/03/2021 à 17:32, Even Rouault a écrit :
> Hi,
>
> Updating my yesterday motion with the feedback received (only second 
> bullet updated with a more restricted set of drivers)
>
> Motion:
>
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and 
> I'm not aware of them having been much used or being still in use.
> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
> code, doc and tests) have been moved to the 
> https://github.com/OSGeo/gdal-extra-drivers
>
> - deprecate the raster drivers DODS, JPEG2000 (superseded per 
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, 
> GEOMEDIA, GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK 
> . They will now be disabled at runtime by default, with an explicit 
> error message when they are triggered, unless the 
> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5. 
> Implemented in https://github.com/OSGeo/gdal/pull/3505
>
> Starting with my +1
>
> Even
>
--
http://www.spatialys.com
My software is free, but my time generally not.

___
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] Motion (V2): remove and deprecate a few drivers

2022-03-22 Thread Even Rouault

Hi,

I'd appreciate if I could get some approval of 
https://github.com/OSGeo/gdal/pull/5269 (it'll need some trivial 
adjustment to be applied due to conflicts) that implements the below 
decision (for some reason people tend to be more generous in adding 
emojis to pull requests that add new features than ones that remove code).


The removal of the OpenDAP/DODS drivers is not included in that PR since 
there was apparently some interest in it 
https://github.com/OSGeo/gdal/issues/5173, but that failed to 
materialize with concrete elements to be able to support them, so I 
believe they will ultimately go to the rm -rf road too.


Even

Le 04/03/2021 à 17:32, Even Rouault a écrit :

Hi,

Updating my yesterday motion with the feedback received (only second 
bullet updated with a more restricted set of drivers)


Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and 
I'm not aware of them having been much used or being still in use. 
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
code, doc and tests) have been moved to the 
https://github.com/OSGeo/gdal-extra-drivers


- deprecate the raster drivers DODS, JPEG2000 (superseded per 
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, 
GEOMEDIA, GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK 
. They will now be disabled at runtime by default, with an explicit 
error message when they are triggered, unless the 
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5. 
Implemented in https://github.com/OSGeo/gdal/pull/3505


Starting with my +1

Even


--
http://www.spatialys.com
My software is free, but my time generally not.

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


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-08 Thread Even Rouault


Le 04/03/2021 à 17:32, Even Rouault a écrit :

Hi,

Updating my yesterday motion with the feedback received (only second 
bullet updated with a more restricted set of drivers)


Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and 
I'm not aware of them having been much used or being still in use. 
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
code, doc and tests) have been moved to the 
https://github.com/OSGeo/gdal-extra-drivers


- deprecate the raster drivers DODS, JPEG2000 (superseded per 
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, 
GEOMEDIA, GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK 
. They will now be disabled at runtime by default, with an explicit 
error message when they are triggered, unless the 
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5. 
Implemented in https://github.com/OSGeo/gdal/pull/3505


Starting with my +1
I declare this motion passed with +1 from PSC members HowardB, FrankW, 
JukkaR, SeanG, KurtS, DanielM and myself


Even


--
http://www.spatialys.com

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


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-06 Thread Daniel Morissette

+1

Daniel


On 2021-03-04 11:32, Even Rouault wrote:

Hi,

Updating my yesterday motion with the feedback received (only second 
bullet updated with a more restricted set of drivers)


Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm 
not aware of them having been much used or being still in use. 
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
code, doc and tests) have been moved to the 
https://github.com/OSGeo/gdal-extra-drivers


- deprecate the raster drivers DODS, JPEG2000 (superseded per 
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, 
GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will 
now be disabled at runtime by default, with an explicit error message 
when they are triggered, unless the 
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5. 
Implemented in https://github.com/OSGeo/gdal/pull/3505


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] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread thomas bonfort
FWIW +1 from a non PSC member

Thomas


Le jeu. 4 mars 2021 à 17:33, Even Rouault  a
écrit :

> Hi,
>
> Updating my yesterday motion with the feedback received (only second
> bullet updated with a more restricted set of drivers)
>
> Motion:
>
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA,
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON,
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm
> not aware of them having been much used or being still in use.
> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver
> code, doc and tests) have been moved to the
> https://github.com/OSGeo/gdal-extra-drivers
>
> - deprecate the raster drivers DODS, JPEG2000 (superseded per
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector
> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA,
> GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will
> now be disabled at runtime by default, with an explicit error message
> when they are triggered, unless the
> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5.
> Implemented in https://github.com/OSGeo/gdal/pull/3505
>
> Starting with my +1
>
> Even
>
> --
> http://www.spatialys.com
>
> ___
> 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] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Jeff McKenna

+1 (wrong thread)


(I think we should also list the 3.5.0 milestone at 
https://github.com/OSGeo/gdal/milestones so packagers/community can make 
adjustments in time for that date)


-jeff



On 2021-03-04 12:32 p.m., Even Rouault wrote:

Hi,

Updating my yesterday motion with the feedback received (only second 
bullet updated with a more restricted set of drivers)


Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm 
not aware of them having been much used or being still in use. 
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
code, doc and tests) have been moved to the 
https://github.com/OSGeo/gdal-extra-drivers


- deprecate the raster drivers DODS, JPEG2000 (superseded per 
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, 
GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will 
now be disabled at runtime by default, with an explicit error message 
when they are triggered, unless the 
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5. 
Implemented in https://github.com/OSGeo/gdal/pull/3505


Starting with my +1

Even




--
Jeff McKenna
GatewayGeo: Developers of MS4W, MapServer Consulting and Training
co-founder of FOSS4G
http://gatewaygeo.com/
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Kurt Schwehr
+1 KurtS

On Thu, Mar 4, 2021 at 8:33 AM Even Rouault 
wrote:

> Hi,
>
> Updating my yesterday motion with the feedback received (only second
> bullet updated with a more restricted set of drivers)
>
> Motion:
>
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA,
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON,
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm
> not aware of them having been much used or being still in use.
> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver
> code, doc and tests) have been moved to the
> https://github.com/OSGeo/gdal-extra-drivers
>
> - deprecate the raster drivers DODS, JPEG2000 (superseded per
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector
> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA,
> GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will
> now be disabled at runtime by default, with an explicit error message
> when they are triggered, unless the
> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5.
> Implemented in https://github.com/OSGeo/gdal/pull/3505
>
> Starting with my +1
>
> Even
>
> --
> http://www.spatialys.com
>
> ___
> 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] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Sean Gillies via gdal-dev
+1

On Thu, Mar 4, 2021 at 9:33 AM Even Rouault 
wrote:

> Hi,
>
> Updating my yesterday motion with the feedback received (only second
> bullet updated with a more restricted set of drivers)
>
> Motion:
>
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA,
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON,
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm
> not aware of them having been much used or being still in use.
> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver
> code, doc and tests) have been moved to the
> https://github.com/OSGeo/gdal-extra-drivers
>
> - deprecate the raster drivers DODS, JPEG2000 (superseded per
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector
> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA,
> GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will
> now be disabled at runtime by default, with an explicit error message
> when they are triggered, unless the
> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5.
> Implemented in https://github.com/OSGeo/gdal/pull/3505
>
> Starting with my +1
>
> Even
>
> --
> http://www.spatialys.com
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>


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


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread jratike80
+1

-Jukka Rahkonen-


Even Rouault-2 wrote
> Hi,
> 
> Updating my yesterday motion with the feedback received (only second 
> bullet updated with a more restricted set of drivers)
> 
> Motion:
> 
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm 
> not aware of them having been much used or being still in use. 
> Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
> code, doc and tests) have been moved to the 
> https://github.com/OSGeo/gdal-extra-drivers
> 
> - deprecate the raster drivers DODS, JPEG2000 (superseded per 
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
> driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, 
> GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will 
> now be disabled at runtime by default, with an explicit error message 
> when they are triggered, unless the 
> GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5. 
> Implemented in https://github.com/OSGeo/gdal/pull/3505
> 
> Starting with my +1
> 
> Even
> 
> -- 
> http://www.spatialys.com
> 
> ___
> gdal-dev mailing list

> gdal-dev@.osgeo

> https://lists.osgeo.org/mailman/listinfo/gdal-dev





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Frank Warmerdam
+1


On Thu, Mar 4, 2021 at 11:40 AM Howard Butler  wrote:

>
>
> > On Mar 4, 2021, at 10:32 AM, Even Rouault 
> wrote:
> >
> > Hi,
> >
> > Updating my yesterday motion with the feedback received (only second
> bullet updated with a more restricted set of drivers)
> >
> > Motion:
> >
> > - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA,
> SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON,
> IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm
> not aware of them having been much used or being still in use. Implemented
> in https://github.com/OSGeo/gdal/pull/3373. They (driver code, doc and
> tests) have been moved to the https://github.com/OSGeo/gdal-extra-drivers
> >
> > - deprecate the raster drivers DODS, JPEG2000 (superseded per
> JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector driver
> ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, GTM,
> INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will now be
> disabled at runtime by default, with an explicit error message when they
> are triggered, unless the GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> > configuration option is set to YES, and will be removed in GDAL 3.5.
> Implemented in https://github.com/OSGeo/gdal/pull/3505
> >
> > Starting with my +1
>
> +1
>
> Howard
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>


-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam,
warmer...@pobox.com
light and sound - activate the windows | +1 650-701-7823
and watch the world go round - Rush| Geospatial Software Developer
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Howard Butler



> On Mar 4, 2021, at 10:32 AM, Even Rouault  wrote:
> 
> Hi,
> 
> Updating my yesterday motion with the feedback received (only second bullet 
> updated with a more restricted set of drivers)
> 
> Motion:
> 
> - remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, SEGY, 
> SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, IGNFHeightASCIIGrid, 
> NTv1. They have all been authored by myself and I'm not aware of them having 
> been much used or being still in use. Implemented in 
> https://github.com/OSGeo/gdal/pull/3373. They (driver code, doc and tests) 
> have been moved to the https://github.com/OSGeo/gdal-extra-drivers
> 
> - deprecate the raster drivers DODS, JPEG2000 (superseded per JP2OpenJPEG), 
> JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector driver ARCGEN, 
> ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, GTM, INGRES, MONGODB 
> (superserded per MongoDBV3), REC, WALK . They will now be disabled at runtime 
> by default, with an explicit error message when they are triggered, unless 
> the GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
> configuration option is set to YES, and will be removed in GDAL 3.5. 
> Implemented in https://github.com/OSGeo/gdal/pull/3505
> 
> Starting with my +1

+1

Howard

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


[gdal-dev] Motion (V2): remove and deprecate a few drivers

2021-03-04 Thread Even Rouault

Hi,

Updating my yesterday motion with the feedback received (only second 
bullet updated with a more restricted set of drivers)


Motion:

- remove the vector drivers BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, 
SEGY, SUA, XPlane and raster drivers BPG, E00GRID, EPSILON, 
IGNFHeightASCIIGrid, NTv1. They have all been authored by myself and I'm 
not aware of them having been much used or being still in use. 
Implemented in https://github.com/OSGeo/gdal/pull/3373. They (driver 
code, doc and tests) have been moved to the 
https://github.com/OSGeo/gdal-extra-drivers


- deprecate the raster drivers DODS, JPEG2000 (superseded per 
JP2OpenJPEG), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector 
driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, 
GTM, INGRES, MONGODB (superserded per MongoDBV3), REC, WALK . They will 
now be disabled at runtime by default, with an explicit error message 
when they are triggered, unless the 
GDAL_ENABLE_DEPRECATED_DRIVER_{drivername}
configuration option is set to YES, and will be removed in GDAL 3.5. 
Implemented in https://github.com/OSGeo/gdal/pull/3505


Starting with my +1

Even

--
http://www.spatialys.com

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