摘要:
import shapely.geometry as geometry from shapely.geometry import Polygon import numpy as np # 數據格式轉換 from osgeo import gdal_array, ogr from numpy impo 閱讀全文
posted @ 2023-04-25 20:30
行走的蓑衣客
閱讀(67)
評論(0)
推薦(0)
摘要:
# 根據經度、緯度計算兩地距離: def get_distance2(lat1, lon1, lat2, lon2): """獲取地理坐標系下的兩點間距離""" # GetDistanceInGeographyCoordinate, return two point distance radius_ 閱讀全文
posted @ 2023-04-25 20:28
行走的蓑衣客
閱讀(624)
評論(0)
推薦(0)
摘要:
from osgeo import ogr, osr, gdal ,gdalconst import numpy as np import math import sympy as sy import cv2 #注冊所有驅動 gdal.AllRegister() #解決中文路徑亂碼問題 gdal.S 閱讀全文
posted @ 2023-04-25 20:26
行走的蓑衣客
閱讀(181)
評論(0)
推薦(0)
摘要:
import threading import time import os import tarfile input_path = r"D:\jieyaqian" out = r'D:\jieyahou' classs = os.listdir(input_path) def repress(fo 閱讀全文
posted @ 2023-04-25 17:27
行走的蓑衣客
閱讀(202)
評論(0)
推薦(0)
摘要:
import cv2 import scipy.interpolate import numpy as np from osgeo import gdal def read_img(filename): dataset = gdal.Open(filename) im_width = dataset 閱讀全文
posted @ 2023-04-25 17:22
行走的蓑衣客
閱讀(248)
評論(0)
推薦(0)
浙公網安備 33010602011771號