temporary update
This commit is contained in:
8
rogaining_env_py310/bin/rio
Executable file
8
rogaining_env_py310/bin/rio
Executable file
@ -0,0 +1,8 @@
|
||||
#!/home/sumasen/rogaining_srv/rogaining_env_py310/bin/python3.10
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from rasterio.rio.main import main_group
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main_group())
|
||||
Reference in New Issue
Block a user