Example #1
0
import sys
# import osgeo.utils.gdal_sieve as a convenience to use as a script
from osgeo.utils.gdal_sieve import *  # noqa
from osgeo.utils.gdal_sieve import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gdal_sieve', 'utils')
sys.exit(main(sys.argv))
Example #2
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalconst')

from osgeo.gdalconst import *
Example #3
0
# import osgeo.gdal as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdal')

from osgeo.gdal import *
Example #4
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdalimport as a convenience to use as a script
from osgeo.utils.gdalimport import *  # noqa
from osgeo.utils.gdalimport import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalimport', 'utils')
sys.exit(main(sys.argv))
Example #5
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdal_retile as a convenience to use as a script
from osgeo_utils.gdal_retile import *  # noqa
from osgeo_utils.gdal_retile import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_retile')
sys.exit(main(sys.argv))
Example #6
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.pct2rgb as a convenience to use as a script
from osgeo.utils.pct2rgb import *  # noqa
from osgeo.utils.pct2rgb import main
from osgeo.gdal import deprecation_warn


deprecation_warn('pct2rgb', 'utils')
sys.exit(main(sys.argv))
Example #7
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.ogrmerge as a convenience to use as a script
from osgeo_utils.ogrmerge import *  # noqa
from osgeo_utils.ogrmerge import main
from osgeo.gdal import deprecation_warn

deprecation_warn('ogrmerge')
sys.exit(main(sys.argv))
Example #8
0
# import osgeo.gdal_array as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdalnumeric')

from osgeo.gdal_array import *
Example #9
0
import sys
# import osgeo.utils.epsg_tr as a convenience to use as a script
from osgeo.utils.epsg_tr import *  # noqa
from osgeo.utils.epsg_tr import main
from osgeo.gdal import deprecation_warn


deprecation_warn('epsg_tr', 'utils')
sys.exit(main(sys.argv))
Example #10
0
# import osgeo.ogr as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('ogr')

from osgeo.ogr import *
Example #11
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gcps2vec as a convenience to use as a script
from osgeo_utils.gcps2vec import *  # noqa
from osgeo_utils.gcps2vec import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gcps2vec')
sys.exit(main(sys.argv))
Example #12
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn

deprecation_warn("gdalconst")

from osgeo.gdalconst import *
Example #13
0
# import osgeo.osr as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('osr')

from osgeo.osr import *
Example #14
0
import sys
# import osgeo.utils.gdal_auth as a convenience to use as a script
from osgeo.utils.gdal_auth import *  # noqa
from osgeo.utils.gdal_auth import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gdal_auth', 'utils')
sys.exit(main(sys.argv))
Example #15
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdal_proximity as a convenience to use as a script
from osgeo.utils.gdal_proximity import *  # noqa
from osgeo.utils.gdal_proximity import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_proximity', 'utils')
sys.exit(main(sys.argv))
Example #16
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdalmove as a convenience to use as a script
from osgeo_utils.gdalmove import *  # noqa
from osgeo_utils.gdalmove import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalmove')
sys.exit(main(sys.argv))
Example #17
0
import sys
# import osgeo.utils.gdal_edit as a convenience to use as a script
from osgeo.utils.gdal_edit import *  # noqa
from osgeo.utils.gdal_edit import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_edit', 'utils')
sys.exit(main(sys.argv))
Example #18
0
import sys
# import osgeo.utils.gcps2wld as a convenience to use as a script
from osgeo.utils.gcps2wld import *  # noqa
from osgeo.utils.gcps2wld import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gcps2wld', 'utils')
sys.exit(main(sys.argv))
Example #19
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdalmove as a convenience to use as a script
from osgeo.utils.gdalmove import *  # noqa
from osgeo.utils.gdalmove import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalmove', 'utils')
sys.exit(main(sys.argv))
Example #20
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.mkgraticule as a convenience to use as a script
from osgeo.utils.mkgraticule import *  # noqa
from osgeo.utils.mkgraticule import main
from osgeo.gdal import deprecation_warn

deprecation_warn('mkgraticule', 'utils')
sys.exit(main(sys.argv))
Example #21
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdal2xyz as a convenience to use as a script
from osgeo_utils.gdal2xyz import *  # noqa
from osgeo_utils.gdal2xyz import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal2xyz')
sys.exit(main(sys.argv))
Example #22
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.mkgraticule as a convenience to use as a script
from osgeo_utils.mkgraticule import *  # noqa
from osgeo_utils.mkgraticule import main
from osgeo.gdal import deprecation_warn


deprecation_warn('mkgraticule')
sys.exit(main(sys.argv))
Example #23
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.epsg_tr as a convenience to use as a script
from osgeo_utils.epsg_tr import *  # noqa
from osgeo_utils.epsg_tr import main
from osgeo.gdal import deprecation_warn


deprecation_warn('epsg_tr')
sys.exit(main(sys.argv))
Example #24
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdal_polygonize as a convenience to use as a script
from osgeo.utils.gdal_polygonize import *  # noqa
from osgeo.utils.gdal_polygonize import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_polygonize', 'utils')
sys.exit(main(sys.argv))
Example #25
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdalimport as a convenience to use as a script
from osgeo_utils.gdalimport import *  # noqa
from osgeo_utils.gdalimport import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gdalimport')
sys.exit(main(sys.argv))
Example #26
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdal_calc as a convenience to use as a script
from osgeo_utils.gdal_calc import *  # noqa
from osgeo_utils.gdal_calc import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_calc')
sys.exit(main(sys.argv))
Example #27
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdalchksum as a convenience to use as a script
from osgeo.utils.gdalchksum import *  # noqa
from osgeo.utils.gdalchksum import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalchksum', 'utils')
sys.exit(main(sys.argv))
Example #28
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gdal_calc as a convenience to use as a script
from osgeo.utils.gdal_calc import *  # noqa
from osgeo.utils.gdal_calc import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal_calc', 'utils')
sys.exit(main(sys.argv))
Example #29
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.gdal_fillnodata as a convenience to use as a script
from osgeo_utils.gdal_fillnodata import *  # noqa
from osgeo_utils.gdal_fillnodata import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gdal_fillnodata')
sys.exit(main(sys.argv))
Example #30
0
import sys
# import osgeo.utils.gdal2xyz as a convenience to use as a script
from osgeo.utils.gdal2xyz import *  # noqa
from osgeo.utils.gdal2xyz import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gdal2xyz', 'utils')
sys.exit(main(sys.argv))
Example #31
0
#!/usr/bin/env python3

import sys
# import osgeo.utils.gcps2vec as a convenience to use as a script
from osgeo.utils.gcps2vec import *  # noqa
from osgeo.utils.gcps2vec import main
from osgeo.gdal import deprecation_warn

deprecation_warn('gcps2vec', 'utils')
sys.exit(main(sys.argv))
Example #32
0
import sys
# import osgeo.utils.ogrmerge as a convenience to use as a script
from osgeo.utils.ogrmerge import *  # noqa
from osgeo.utils.ogrmerge import main
from osgeo.gdal import deprecation_warn

deprecation_warn('ogrmerge', 'utils')
sys.exit(main(sys.argv))
Example #33
0
import sys
# import osgeo.utils.gdal_fillnodata as a convenience to use as a script
from osgeo.utils.gdal_fillnodata import *  # noqa
from osgeo.utils.gdal_fillnodata import main
from osgeo.gdal import deprecation_warn


deprecation_warn('gdal_fillnodata', 'utils')
sys.exit(main(sys.argv))
Example #34
0
#!/usr/bin/env python3

import sys
# import osgeo_utils.rgb2pct as a convenience to use as a script
from osgeo_utils.rgb2pct import *  # noqa
from osgeo_utils.rgb2pct import main
from osgeo.gdal import deprecation_warn

deprecation_warn('rgb2pct')
sys.exit(main(sys.argv))
Example #35
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdalconst')

from osgeo.gdalconst import *