摘要:
import shapely.geometry as geometry from shapely.geometry import Polygon import numpy as np # 數(shù)據(jù)格式轉(zhuǎn)換 from osgeo import gdal_array, ogr from numpy impo 閱讀全文
posted @ 2023-04-25 20:30
行走的蓑衣客
閱讀(67)
評(píng)論(0)
推薦(0)
摘要:
# 根據(jù)經(jīng)度、緯度計(jì)算兩地距離: def get_distance2(lat1, lon1, lat2, lon2): """獲取地理坐標(biāo)系下的兩點(diǎn)間距離""" # GetDistanceInGeographyCoordinate, return two point distance radius_ 閱讀全文
posted @ 2023-04-25 20:28
行走的蓑衣客
閱讀(624)
評(píng)論(0)
推薦(0)
摘要:
from osgeo import ogr, osr, gdal ,gdalconst import numpy as np import math import sympy as sy import cv2 #注冊(cè)所有驅(qū)動(dòng) gdal.AllRegister() #解決中文路徑亂碼問(wèn)題 gdal.S 閱讀全文
posted @ 2023-04-25 20:26
行走的蓑衣客
閱讀(181)
評(píng)論(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)
評(píng)論(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
行走的蓑衣客
閱讀(249)
評(píng)論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號(hào)