Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cumultative removal of driver / driver write side + USGSDEM and ISIS2 write support removal #11737

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd99c62
Remove BLX driver
rouault Jan 28, 2025
badb696
MiraMon: remove useless nullptr check (fixes https://github.com/OSGeo…
rouault Jan 28, 2025
4bfa3f8
Completely remove XPM driver
rouault Jan 28, 2025
0f1098b
ADRG: Test reading dataset with 2 subdataset image
rouault Jan 28, 2025
4961931
ADRG: remove write support
rouault Jan 28, 2025
707e10e
Remove SGI driver
rouault Jan 28, 2025
cdf3675
Remove FIT driver
rouault Jan 28, 2025
4547975
Remove CTable2 driver
rouault Jan 28, 2025
7056ada
Remove R Object Data Store (*.rda) driver
rouault Jan 28, 2025
b958bb6
Remove Golden Software ASCII and old Binary Grid (GS 6.0) drivers. Ke…
rouault Jan 28, 2025
271ef7a
Remove (old) Rasterlite driver
rouault Jan 28, 2025
e6f536c
Fix conflict between removal of RDB and R driver
rouault Jan 28, 2025
b0b4e6e
ELAS: remove write support
rouault Jan 28, 2025
394ee4e
PAux: remove write support
rouault Jan 28, 2025
9766a99
MFF: remove write support
rouault Jan 28, 2025
0b589c0
Fix conflict between removal of ELAS and FIT driver
rouault Jan 28, 2025
d1592b3
Fix conflict between removal of DIPX and CTable2 drivers
rouault Jan 28, 2025
024ada6
MFF2/HKV: remove write support
rouault Jan 28, 2025
f609040
Remove BT driver
rouault Jan 28, 2025
af40fc9
LAN: remove write support
rouault Jan 28, 2025
5116675
Fix conflict between removal of CTable2 driver and write support of NTv2
rouault Jan 28, 2025
586d0c6
BYN: remove write support
rouault Jan 28, 2025
8bd0a08
USGSDEM: remove write support
rouault Jan 28, 2025
6c3167f
Fix conflict between removal of DIPX and CTable2 drivers
rouault Jan 28, 2025
87d3146
ISIS2: remove write support
rouault Jan 28, 2025
0a492a6
webp.rst: remove reference to rasterlite driver
rouault Jan 28, 2025
069dac5
RawDataset: add a enum class Interleave, and use it in CPG and ENVI d…
rouault Jan 28, 2025
449e21d
Update cpl_known_config_options.h
rouault Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BYN: remove write support
  • Loading branch information
rouault committed Jan 28, 2025
commit 586d0c609d1209d4c87e1892aa5684c02adf6fa0
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
KRO -raster- (rw+v): KOLOR Raw (*.kro)
ROI_PAC -raster- (rw+v): ROI_PAC raster
RRASTER -raster- (rw+v): R Raster (*.grd)
BYN -raster- (rw+v): Natural Resources Canada's Geoid (*.byn, *.err)
BYN -raster- (rov): Natural Resources Canada's Geoid (*.byn, *.err)
NOAA_B -raster- (rov): NOAA GEOCON/NADCON5 .b format (*.b)
NSIDCbin -raster- (rov): NSIDC Sea Ice Concentrations binary (.bin) (*.bin)
RIK -raster- (rov): Swedish Grid RIK (.rik) (*.rik)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
KRO -raster- (rw+v): KOLOR Raw (*.kro)
ROI_PAC -raster- (rw+v): ROI_PAC raster
RRASTER -raster- (rw+v): R Raster (*.grd)
BYN -raster- (rw+v): Natural Resources Canada's Geoid (*.byn, *.err)
BYN -raster- (rov): Natural Resources Canada's Geoid (*.byn, *.err)
NOAA_B -raster- (rov): NOAA GEOCON/NADCON5 .b format (*.b)
RIK -raster- (rov): Swedish Grid RIK (.rik) (*.rik)
USGSDEM -raster- (rwv): USGS Optional ASCII DEM (and CDED) (*.dem)
Expand Down
10 changes: 0 additions & 10 deletions autotest/gdrivers/byn.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ def test_byn_1():
#


def test_byn_2():

tst = gdaltest.GDALTest("BYN", "byn/cgg2013ai08_reduced.byn", 1, 64764)
tst.testCreateCopy(new_filename="tmp/byn_test_2.byn")


###############################################################################
#


def test_byn_invalid_header_bytes():

tst = gdaltest.GDALTest("BYN", "byn/test_invalid_header_bytes.byn", 1, 64764)
Expand Down
6 changes: 1 addition & 5 deletions doc/source/drivers/raster/byn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,14 @@ will have variable Data equal to 1 or 3.
Driver capabilities
-------------------

.. supports_createcopy::

.. supports_create::

.. supports_georeferencing::

.. supports_virtualio::

Factor
------

When translating from or into BYN file to or from another formats the
When translating from BYN file to or from another formats the
scale will affect the result profoundly.

Translating to a format that supports Scale (GTIFF for example) will
Expand Down
Loading