예제 #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))
예제 #2
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn

deprecation_warn('gdalconst')

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

from osgeo.gdal import *
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #8
0
# import osgeo.gdal_array as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdalnumeric')

from osgeo.gdal_array import *
예제 #9
0
파일: epsg_tr.py 프로젝트: linjing1/gdal
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))
예제 #10
0
# import osgeo.ogr as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('ogr')

from osgeo.ogr import *
예제 #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))
예제 #12
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn

deprecation_warn("gdalconst")

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

from osgeo.osr import *
예제 #14
0
파일: gdal_auth.py 프로젝트: linjing1/gdal
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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #23
0
파일: epsg_tr.py 프로젝트: owenmcgrath/gdal
#!/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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #30
0
파일: gdal2xyz.py 프로젝트: linjing1/gdal
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))
예제 #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))
예제 #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))
예제 #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))
예제 #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))
예제 #35
0
# import osgeo.gdalconst as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdalconst')

from osgeo.gdalconst import *