oafuncs 0.0.83__tar.gz → 0.0.85__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 (32) hide show
  1. {oafuncs-0.0.83/oafuncs.egg-info → oafuncs-0.0.85}/PKG-INFO +3 -1
  2. {oafuncs-0.0.83 → oafuncs-0.0.85}/README.md +2 -0
  3. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_draw.py +1 -1
  4. {oafuncs-0.0.83 → oafuncs-0.0.85/oafuncs.egg-info}/PKG-INFO +3 -1
  5. {oafuncs-0.0.83 → oafuncs-0.0.85}/setup.py +1 -1
  6. {oafuncs-0.0.83 → oafuncs-0.0.85}/LICENSE.txt +0 -0
  7. {oafuncs-0.0.83 → oafuncs-0.0.85}/MANIFEST.in +0 -0
  8. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/__init__.py +0 -0
  9. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/data_store/OAFuncs.png +0 -0
  10. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_cmap.py +0 -0
  11. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_data.py +0 -0
  12. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/User_Agent-list.txt +0 -0
  13. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/__init__.py +0 -0
  14. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/hycom_3hourly.py +0 -0
  15. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/literature.py +0 -0
  16. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/test_ua.py +0 -0
  17. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_down/user_agent.py +0 -0
  18. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_file.py +0 -0
  19. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_help.py +0 -0
  20. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_nc.py +0 -0
  21. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_python.py +0 -0
  22. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_sign/__init__.py +0 -0
  23. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_sign/meteorological.py +0 -0
  24. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_sign/ocean.py +0 -0
  25. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_sign/scientific.py +0 -0
  26. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_tool/__init__.py +0 -0
  27. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs/oa_tool/email.py +0 -0
  28. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs.egg-info/SOURCES.txt +0 -0
  29. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs.egg-info/dependency_links.txt +0 -0
  30. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs.egg-info/requires.txt +0 -0
  31. {oafuncs-0.0.83 → oafuncs-0.0.85}/oafuncs.egg-info/top_level.txt +0 -0
  32. {oafuncs-0.0.83 → oafuncs-0.0.85}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.83
3
+ Version: 0.0.85
4
4
  Summary: My short description for my project.
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -89,3 +89,5 @@ oafuncs.oa_help.query
89
89
  ## Structure
90
90
 
91
91
  <img title="" src="./oafuncs/data_store/OAFuncs.png" alt="">
92
+
93
+ <img title="OAFuncs" src="https://raw.githubusercontent.com/Industry-Pays/OAFuncs/main/oafuncs/data_store/OAFuncs.png" alt="OAFuncs">
@@ -56,3 +56,5 @@ oafuncs.oa_help.query
56
56
  ## Structure
57
57
 
58
58
  <img title="" src="./oafuncs/data_store/OAFuncs.png" alt="">
59
+
60
+ <img title="OAFuncs" src="https://raw.githubusercontent.com/Industry-Pays/OAFuncs/main/oafuncs/data_store/OAFuncs.png" alt="OAFuncs">
@@ -155,7 +155,7 @@ def add_cartopy(ax, lon=None, lat=None, projection=ccrs.PlateCarree(), gridlines
155
155
  ax.add_feature(cfeature.LAND, facecolor=landcolor)
156
156
  ax.add_feature(cfeature.OCEAN, facecolor=oceancolor)
157
157
  ax.add_feature(cfeature.COASTLINE, linewidth=cartopy_linewidth)
158
- ax.add_feature(cfeature.BORDERS, linewidth=cartopy_linewidth, linestyle=":")
158
+ # ax.add_feature(cfeature.BORDERS, linewidth=cartopy_linewidth, linestyle=":")
159
159
 
160
160
  # add gridlines
161
161
  if gridlines:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.83
3
+ Version: 0.0.85
4
4
  Summary: My short description for my project.
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -89,3 +89,5 @@ oafuncs.oa_help.query
89
89
  ## Structure
90
90
 
91
91
  <img title="" src="./oafuncs/data_store/OAFuncs.png" alt="">
92
+
93
+ <img title="OAFuncs" src="https://raw.githubusercontent.com/Industry-Pays/OAFuncs/main/oafuncs/data_store/OAFuncs.png" alt="OAFuncs">
@@ -18,7 +18,7 @@ URL = 'https://github.com/Industry-Pays/OAFuncs'
18
18
  EMAIL = 'liukun0312@stu.ouc.edu.cn'
19
19
  AUTHOR = 'Kun Liu'
20
20
  REQUIRES_PYTHON = '>=3.9.0'
21
- VERSION = '0.0.83'
21
+ VERSION = '0.0.85'
22
22
 
23
23
  # What packages are required for this module to be executed?
24
24
  REQUIRED = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes