You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-sarpy
|
|
version 1.3.64
|
|
revision 0
|
|
|
|
categories-append graphics science
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description Tools to read, write, and process complex SAR data and associated data.
|
|
long_description SarPy is a basic Python library to read, write, \
|
|
and do simple processing of complex SAR data using \
|
|
the NGA SICD format (standards linked below). It \
|
|
has been released by NGA to encourage the use of \
|
|
SAR data standards throughout the international \
|
|
SAR community. SarPy complements the SIX library \
|
|
(C++) and the MATLAB SAR Toolbox, which are implemented \
|
|
in other languages but have similar goals.
|
|
|
|
homepage https://github.com/ngageoint/sarpy
|
|
|
|
checksums rmd160 231a829de0fcea399b7b53bc9f1158d63c6f7634 \
|
|
sha256 b80a9fd927512fc5e8162ccead78d13a7525d3b8e5832a2cba5c47be0d3f3a44 \
|
|
size 1290881
|
|
|
|
python.versions 310 311 312 313 314
|