grdwindinversion 0.2.2__tar.gz → 0.2.3.post7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. {grdwindinversion-0.2.2/grdwindinversion.egg-info → grdwindinversion-0.2.3.post7}/PKG-INFO +31 -19
  2. grdwindinversion-0.2.3.post7/README.md +50 -0
  3. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/examples/wind-inversion-from-grd.ipynb +1 -0
  4. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/config_RCM.yaml +1 -0
  5. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/config_RS2.yaml +1 -0
  6. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/config_S1.yaml +2 -0
  7. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/config_hy2b.yaml +4 -0
  8. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/config_prod.yaml +4 -0
  9. grdwindinversion-0.2.3.post7/grdwindinversion/config_prod_recal.yaml +28 -0
  10. grdwindinversion-0.2.3.post7/grdwindinversion/inversion.py +637 -0
  11. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/main.py +17 -4
  12. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7/grdwindinversion.egg-info}/PKG-INFO +31 -19
  13. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion.egg-info/SOURCES.txt +2 -1
  14. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/pyproject.toml +2 -7
  15. grdwindinversion-0.2.2/README.rst +0 -38
  16. grdwindinversion-0.2.2/grdwindinversion/inversion.py +0 -533
  17. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/.editorconfig +0 -0
  18. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/.github/dependabot.yml +0 -0
  19. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/.github/workflows/publish.yml +0 -0
  20. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/.gitignore +0 -0
  21. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/.pre-commit-config.yaml +0 -0
  22. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/AUTHORS.rst +0 -0
  23. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/CONTRIBUTING.rst +0 -0
  24. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/HISTORY.rst +0 -0
  25. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/LICENSE +0 -0
  26. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/MANIFEST.in +0 -0
  27. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/Makefile +0 -0
  28. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/ci/requirements/docs.yaml +0 -0
  29. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/ci/requirements/environment.yaml +0 -0
  30. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/Makefile +0 -0
  31. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/_static/css/grdwindinversion.css +0 -0
  32. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/algorithm.rst +0 -0
  33. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/authors.rst +0 -0
  34. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/conf.py +0 -0
  35. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/contributing.rst +0 -0
  36. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/history.rst +0 -0
  37. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/index.rst +0 -0
  38. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/installation.rst +0 -0
  39. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/make.bat +0 -0
  40. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/modules.rst +0 -0
  41. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/readme.rst +0 -0
  42. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/docs/usage.rst +0 -0
  43. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/.github/ISSUE_TEMPLATE.md +0 -0
  44. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/.gitignore +0 -0
  45. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/.travis.yml +0 -0
  46. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/__init__.py +0 -0
  47. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/data_config.yaml +0 -0
  48. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/load_config.py +0 -0
  49. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion/utils.py +0 -0
  50. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion.egg-info/dependency_links.txt +0 -0
  51. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion.egg-info/entry_points.txt +0 -0
  52. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion.egg-info/requires.txt +0 -0
  53. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/grdwindinversion.egg-info/top_level.txt +0 -0
  54. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/requirements_dev.txt +0 -0
  55. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/requirements_doc.txt +0 -0
  56. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/setup.cfg +0 -0
  57. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/tests/__init__.py +0 -0
  58. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/tests/test_grdwindinversion.py +0 -0
  59. {grdwindinversion-0.2.2 → grdwindinversion-0.2.3.post7}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: grdwindinversion
3
- Version: 0.2.2
3
+ Version: 0.2.3.post7
4
4
  Summary: Package to perform Wind inversion from GRD Level-1 SAR images
5
5
  License: MIT
6
6
  Classifier: Development Status :: 2 - Pre-Alpha
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Requires-Python: >=3.9
18
- Description-Content-Type: text/x-rst
18
+ Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
20
  License-File: AUTHORS.rst
21
21
  Requires-Dist: xsar
@@ -28,20 +28,14 @@ Requires-Dist: scipy
28
28
  Requires-Dist: fsspec
29
29
  Requires-Dist: aiohttp
30
30
 
31
- ================
32
- grdwindinversion
33
- ================
34
31
 
32
+ # grdwindinversion
35
33
 
36
- .. image:: https://img.shields.io/pypi/v/grdwindinversion.svg
37
- :target: https://pypi.python.org/pypi/grdwindinversion
38
34
 
39
- .. image:: https://img.shields.io/travis/agrouaze/grdwindinversion.svg
40
- :target: https://travis-ci.com/agrouaze/grdwindinversion
41
35
 
42
- .. image:: https://readthedocs.org/projects/grdwindinversion/badge/?version=latest
43
- :target: https://grdwindinversion.readthedocs.io/en/latest/?version=latest
44
- :alt: Documentation Status
36
+ [![Python Version](https://img.shields.io/pypi/pyversions/grdwindinversion.svg)](https://pypi.org/project/grdwindinversion/)
37
+ [![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)
38
+
45
39
 
46
40
 
47
41
 
@@ -53,16 +47,34 @@ Package to perform Wind inversion from GRD Level-1 SAR images
53
47
  * Documentation: https://grdwindinversion.readthedocs.io.
54
48
 
55
49
 
56
- Features
57
- --------
50
+ ## Usage
58
51
 
59
- This Python library (based on `xarray`) allows to perform wind inversion from level-1 GRD (projected magnitude image).
60
52
 
53
+ ```python
54
+
55
+ SAR_L1-to-L2_wind_processor -h
56
+ usage: SAR_L1-to-L2_wind_processor [-h] --input_file INPUT_FILE [--config_file CONFIG_FILE] --outputdir OUTPUTDIR [--verbose] [--overwrite]
57
+
58
+ Perform inversion from S1(L1-GRD) SAFE, L1-RCM, L1-RS2 ; using xsar/xsarsea tools
61
59
 
62
- Credits
63
- -------
60
+ options:
61
+ -h, --help show this help message and exit
62
+ --input_file INPUT_FILE
63
+ input file path
64
+ --config_file CONFIG_FILE
65
+ config file path [if not provided will take config file based on input file]
66
+ --outputdir OUTPUTDIR
67
+ --verbose
68
+ --overwrite overwrite existing .nc files [default is False]
69
+ ```
64
70
 
65
- This package was created with Cookiecutter_.
66
71
 
67
- .. _Cookiecutter: https://github.com/audreyr/cookiecutter
72
+ ## Features
73
+
74
+ This Python library (based on `xarray`) allows to perform wind inversion from level-1 GRD (projected magnitude image).
75
+ Mission supported:
76
+ * Sentinel-1
77
+ * RCM
78
+ * RadarSat-2
79
+
68
80
 
@@ -0,0 +1,50 @@
1
+
2
+ # grdwindinversion
3
+
4
+
5
+
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
+
9
+
10
+
11
+
12
+
13
+ Package to perform Wind inversion from GRD Level-1 SAR images
14
+
15
+
16
+ * Free software: MIT license
17
+ * Documentation: https://grdwindinversion.readthedocs.io.
18
+
19
+
20
+ ## Usage
21
+
22
+
23
+ ```python
24
+
25
+ SAR_L1-to-L2_wind_processor -h
26
+ usage: SAR_L1-to-L2_wind_processor [-h] --input_file INPUT_FILE [--config_file CONFIG_FILE] --outputdir OUTPUTDIR [--verbose] [--overwrite]
27
+
28
+ Perform inversion from S1(L1-GRD) SAFE, L1-RCM, L1-RS2 ; using xsar/xsarsea tools
29
+
30
+ options:
31
+ -h, --help show this help message and exit
32
+ --input_file INPUT_FILE
33
+ input file path
34
+ --config_file CONFIG_FILE
35
+ config file path [if not provided will take config file based on input file]
36
+ --outputdir OUTPUTDIR
37
+ --verbose
38
+ --overwrite overwrite existing .nc files [default is False]
39
+ ```
40
+
41
+
42
+ ## Features
43
+
44
+ This Python library (based on `xarray`) allows to perform wind inversion from level-1 GRD (projected magnitude image).
45
+ Mission supported:
46
+ * Sentinel-1
47
+ * RCM
48
+ * RadarSat-2
49
+
50
+
@@ -33,6 +33,7 @@
33
33
  "metadata": {},
34
34
  "outputs": [],
35
35
  "source": [
36
+ "# test on an dummy GRD IW product\n",
36
37
  "input_file = xsar.get_test_file('S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE')\n"
37
38
  ]
38
39
  },
@@ -3,3 +3,4 @@ RCM:
3
3
  GMF_VH_NAME: "gmf_rcm_noaa"
4
4
  dsig_VH_NAME: "gmf_s1_v2"
5
5
  apply_flattening: True
6
+ recalibration: False
@@ -3,3 +3,4 @@ RS2:
3
3
  GMF_VH_NAME: "gmf_rs2_v2"
4
4
  dsig_VH_NAME: "gmf_rs2_v2"
5
5
  apply_flattening: False
6
+ recalibration: False
@@ -3,8 +3,10 @@ S1A:
3
3
  GMF_VH_NAME: "gmf_s1_v2"
4
4
  dsig_VH_NAME: "gmf_s1_v2"
5
5
  apply_flattening: True
6
+ recalibration: False
6
7
  S1B:
7
8
  GMF_VV_NAME: "cmod5n"
8
9
  GMF_VH_NAME: "gmf_s1_v2"
9
10
  dsig_VH_NAME: "gmf_s1_v2"
10
11
  apply_flattening: True
12
+ recalibration: False
@@ -3,18 +3,22 @@ S1A:
3
3
  GMF_VH_NAME: "gmf_hy2B"
4
4
  dsig_VH_NAME: "gmf_s1_v2"
5
5
  apply_flattening: True
6
+ recalibration: False
6
7
  S1B:
7
8
  GMF_VV_NAME: "cmod5n"
8
9
  GMF_VH_NAME: "gmf_hy2B"
9
10
  dsig_VH_NAME: "gmf_s1_v2"
10
11
  apply_flattening: True
12
+ recalibration: False
11
13
  RS2:
12
14
  GMF_VV_NAME: "cmod5n"
13
15
  GMF_VH_NAME: "gmf_hy2B"
14
16
  dsig_VH_NAME: "gmf_s1_v2"
15
17
  apply_flattening: False
18
+ recalibration: False
16
19
  RCM:
17
20
  GMF_VV_NAME: "cmod5n"
18
21
  GMF_VH_NAME: "gmf_hy2B"
19
22
  dsig_VH_NAME: "gmf_s1_v2"
20
23
  apply_flattening: True
24
+ recalibration: False
@@ -3,18 +3,22 @@ S1A:
3
3
  GMF_VH_NAME: "gmf_s1_v2"
4
4
  dsig_VH_NAME: "gmf_s1_v2"
5
5
  apply_flattening: True
6
+ recalibration: False
6
7
  S1B:
7
8
  GMF_VV_NAME: "cmod5n"
8
9
  GMF_VH_NAME: "gmf_s1_v2"
9
10
  dsig_VH_NAME: "gmf_s1_v2"
10
11
  apply_flattening: True
12
+ recalibration: False
11
13
  RS2:
12
14
  GMF_VV_NAME: "cmod5n"
13
15
  GMF_VH_NAME: "gmf_rs2_v2"
14
16
  dsig_VH_NAME: "gmf_rs2_v2"
15
17
  apply_flattening: False
18
+ recalibration: False
16
19
  RCM:
17
20
  GMF_VV_NAME: "cmod5n"
18
21
  GMF_VH_NAME: "gmf_rcm_noaa"
19
22
  dsig_VH_NAME: "gmf_s1_v2"
20
23
  apply_flattening: True
24
+ recalibration: False
@@ -0,0 +1,28 @@
1
+ S1A:
2
+ GMF_VV_NAME: "cmod5n"
3
+ GMF_VH_NAME: "gmf_s1_v2"
4
+ dsig_VH_NAME: "gmf_s1_v2"
5
+ apply_flattening: True
6
+ recalibration: True
7
+ aux_config_name: "v_IPF_36"
8
+ S1B:
9
+ GMF_VV_NAME: "cmod5n"
10
+ GMF_VH_NAME: "gmf_s1_v2"
11
+ dsig_VH_NAME: "gmf_s1_v2"
12
+ apply_flattening: True
13
+ recalibration: True
14
+ aux_config_name: "v_IPF_36"
15
+ RS2:
16
+ GMF_VV_NAME: "cmod5n"
17
+ GMF_VH_NAME: "gmf_rs2_v2"
18
+ dsig_VH_NAME: "gmf_rs2_v2"
19
+ apply_flattening: False
20
+ recalibration: True
21
+ aux_config_name: "v_IPF_36"
22
+ RCM:
23
+ GMF_VV_NAME: "cmod5n"
24
+ GMF_VH_NAME: "gmf_rcm_noaa"
25
+ dsig_VH_NAME: "gmf_s1_v2"
26
+ apply_flattening: True
27
+ recalibration: True
28
+ aux_config_name: "v_IPF_36"