Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 628 Bytes

File metadata and controls

29 lines (18 loc) · 628 Bytes

Introduction

Tools for remote sensing images (RSIs) processing and visualization.

遥感图像与标签处理工具箱,主要用于存储个人常用切图、格式转换、可视化等代码。

Installation

python setup.py build develop # or `pip install -v -e .`

Usage

from rstools.func import *
from rstools.utils import *
# ......

Ref

pycocotools

DOTA_devkit

GDAL

opencv-python