File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 1- ================
2- grdwindinversion
3- ================
41
2+ # grdwindinversion
53
6- .. image :: https://img.shields.io/pypi/v/grdwindinversion.svg
7- :target: https://pypi.python.org/pypi/grdwindinversion
84
9- .. image :: https://img.shields.io/travis/agrouaze/grdwindinversion.svg
10- :target: https://travis-ci.com/agrouaze/grdwindinversion
115
12- .. image :: https://readthedocs .org/projects /grdwindinversion/badge/?version=latest
13- :target: https://grdwindinversion.readthedocs .io/en/latest/?version=latest
14- :alt: Documentation Status
6+ [ ![ Python Version ] ( https://img.shields.io/pypi/pyversions/grdwindinversion.svg )] ( https://pypi .org/project /grdwindinversion/ )
7+ [ ![ Dependencies Status ] ( https://img.shields .io/badge/dependencies-up%20to%20date-brightgreen.svg )] ( https://github.com/umr-lops/grdwindinversion/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot )
8+
159
1610
1711
@@ -23,10 +17,10 @@ Package to perform Wind inversion from GRD Level-1 SAR images
2317* Documentation: https://grdwindinversion.readthedocs.io .
2418
2519
26- Usage
27- ------
20+ ## Usage
21+
2822
29- .. code-block :: python
23+ ``` python
3024
3125 SAR_L1 - to- L2_wind_processor - h
3226 usage: SAR_L1 - to- L2_wind_processor [- h] -- input_file INPUT_FILE [-- config_file CONFIG_FILE ] -- outputdir OUTPUTDIR [-- verbose] [-- overwrite]
@@ -42,11 +36,10 @@ Usage
4236 -- outputdir OUTPUTDIR
4337 -- verbose
4438 -- overwrite overwrite existing .nc files [default is False ]
39+ ```
4540
4641
47-
48- Features
49- --------
42+ ## Features
5043
5144This Python library (based on ` xarray ` ) allows to perform wind inversion from level-1 GRD (projected magnitude image).
5245Mission supported:
Original file line number Diff line number Diff line change 22name = " grdwindinversion"
33requires-python = " >= 3.9"
44description = " Package to perform Wind inversion from GRD Level-1 SAR images"
5- readme.file = " README.rst"
6- readme.content-type = " text/x-rst"
5+ readme = " README.md"
76license = {text = " MIT" }
87dependencies = [
98 " xsar" ,
You can’t perform that action at this time.
0 commit comments