1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
# SPDX-License-Identifier: MIT # Copyright (c) 2024, Even Rouault """Module exposing GDAL Virtual File Systems (VSI) as a "gdalvsi" fsspec implementation. Importing "osgeo.gdal_fsspec" requires the Python "fsspec" (https://filesystem-spec.readthedocs.io/en/latest/) module to be available. A generic "gdalvsi" fsspec protocol is available. All GDAL VSI file names must be simply prefixed with "gdalvsi://". For example: - "gdalvsi://data/byte.tif" to access relative file "data/byte.tif" - "gdalvsi:///home/user/byte.tif" to access absolute file "/home/user/byte.tif" - "gdalvsi:///vsimem/byte.tif" (note the 3 slashes) to access VSIMem file "/vsimem/byte.tif" - "gdalvsi:///vsicurl/https://example.com/byte.tif (note the 3 slashes) to access "https://example.com/byte.tif" through /vsicurl/ :since: GDAL 3.11 """ from pathlib import PurePath from fsspec.registry import register_implementation from fsspec.spec import AbstractFileSystem from fsspec.utils import stringify_path from osgeo import gdal class VSIFileSystem(AbstractFileSystem): """Implementation of AbstractFileSystem for a GDAL Virtual File System""" @classmethod def _get_gdal_path(cls, path): """Return a GDAL compatible file from a fsspec file name. Remove the leading vsi:// if found (normally, it should be there, but most AbstractFileSystem implementations seem to be ready to remove it if found) """ if isinstance(path, PurePath): path = stringify_path(path) # "vsi://something" just becomes "something" if path.startswith("vsi://"): return path[len("vsi://") :] return path def _open( self, path, mode="rb", block_size=None, autocommit=True, cache_options=None, **kwargs, ): """Implements AbstractFileSystem._open()""" path = self._get_gdal_path(path) return gdal.VSIFile(path, mode) def info(self, path, **kwargs): """Implements AbstractFileSystem.info()""" gdal_path = self._get_gdal_path(path) stat = gdal.VSIStatL(gdal_path) if stat is None: raise FileNotFoundError(path) if stat.IsDirectory(): ret = { "name": self._strip_protocol(path), "size": 0, "type": "directory", } else: ret = { "name": self._strip_protocol(path), "size": stat.size, "type": "file", "mtime": stat.mtime, } if stat.mode: ret["mode"] = stat.mode return ret def modified(self, path): """Implements AbstractFileSystem.modified()""" gdal_path = self._get_gdal_path(path) stat = gdal.VSIStatL(gdal_path) if stat is None: raise FileNotFoundError(path) import datetime return datetime.datetime.fromtimestamp(stat.mtime) def ls(self, path, detail=True, **kwargs): """Implements AbstractFileSystem.ls()""" fs_path = self._strip_protocol(path) gdal_path = self._get_gdal_path(path) ret = [] directory = gdal.OpenDir(gdal_path) if directory is None: stat = gdal.VSIStatL(gdal_path) if stat is None: raise FileNotFoundError(path) return [fs_path] try: while True: entry = gdal.GetNextDirEntry(directory) if entry is None: break ret_entry = { "name": fs_path + "/" + entry.name, "type": ( "file" if (entry.mode & 32768) != 0 else "directory" if (entry.mode & 16384) != 0 else None ), } if ret_entry["type"] == "file": ret_entry["size"] = entry.size if entry.sizeKnown else None if entry.mtimeKnown: ret_entry["mtime"] = entry.mtime ret.append(ret_entry) finally: gdal.CloseDir(directory) return ret def mkdir(self, path, create_parents=True, **kwargs): """Implements AbstractFileSystem.mkdir()""" # Base fs.makedirs() may call us with "/vsimem" if ( path + "/" in gdal.GetFileSystemsPrefixes() or path in gdal.GetFileSystemsPrefixes() ): return gdal_path = self._get_gdal_path(path) if gdal.VSIStatL(gdal_path): raise FileExistsError(path) if create_parents: ret = gdal.MkdirRecursive(gdal_path, 0o755) else: ret = gdal.Mkdir(gdal_path, 0o755) if ret != 0: raise IOError(path) def makedirs(self, path, exist_ok=False): """Implements AbstractFileSystem.makedirs()""" gdal_path = self._get_gdal_path(path) if gdal.VSIStatL(gdal_path): if not exist_ok: raise FileExistsError(path) return self.mkdir(path, create_parents=True) def _rm(self, path): """Implements AbstractFileSystem._rm()""" gdal_path = self._get_gdal_path(path) ret = -1 try: ret = gdal.Unlink(gdal_path) except Exception: pass if ret != 0: if gdal.VSIStatL(gdal_path) is None: raise FileNotFoundError(path) raise IOError(path) def rmdir(self, path): """Implements AbstractFileSystem.rmdir()""" gdal_path = self._get_gdal_path(path) ret = -1 try: ret = gdal.Rmdir(gdal_path) except Exception: pass if ret != 0: if gdal.VSIStatL(gdal_path) is None: raise FileNotFoundError(path) raise IOError(path) def mv(self, path1, path2, recursive=False, maxdepth=None, **kwargs): """Implements AbstractFileSystem.mv()""" old_path = self._get_gdal_path(path1) new_path = self._get_gdal_path(path2) try: if gdal.MoveFile(old_path, new_path) != 0: if gdal.VSIStatL(old_path) is None: raise FileNotFoundError(path1) raise IOError(f"Cannot move from {path1} to {path2}") except Exception: if gdal.VSIStatL(old_path) is None: raise FileNotFoundError(path1) raise def copy( self, path1, path2, recursive=False, maxdepth=None, on_error=None, **kwargs ): """Implements AbstractFileSystem.copy()""" old_path = self._get_gdal_path(path1) new_path = self._get_gdal_path(path2) try: if gdal.CopyFile(old_path, new_path) != 0: if gdal.VSIStatL(old_path) is None: raise FileNotFoundError(path1) raise IOError(f"Cannot copy from {path1} to {path2}") except Exception: if gdal.VSIStatL(old_path) is None: raise FileNotFoundError(path1) raise def register_vsi_implementations(): """Register a generic "gdalvsi" protocol. This method is automatically called on osgeo.gdal_fsspec import. """ register_implementation("gdalvsi", VSIFileSystem) register_vsi_implementations()