Commit 612c926
authored
* Add `pixel_ratio` to `.to_raster`
* Really float
* Add a way to pass in known pixel mapping
if plotting same scene again, say
or tweaking a plot
* Add some geoax annotations
* Doc new parameters in the public docstring
* Add example
* Fix numba source
* fmt
* Remove extent prints
* Add Cartopy intersphinx
* Ignore more files generated in the docs build
* Add a few exclude patterns
mainly for temporary notebook files that may be around
* Add some cross refs
* Add pixel ratio test
* Expand mapping description
* Add DPI note
* Update internal docstrings
* Test consistent nan frac
* Simplify gallery gitignore a bit
* sp
* Update caution note
* More intersphinx etc.
* Fix the PolyCollection example for now
. #1356
* More gitignore
* Add subset -> PolyCollection example
* flatnonzero applies ravel
* Move the degenerate poly filter into the polycollection func
* Set up API
* Ensure passing ndarray; check pixel_ratio
* cleanup
* Add example
* Add some tests
* TypeError seems more appropriate
* Fix ref
* Update Cartopy intersphinx
* stable intersphinx
what the majority of users (and devs, I would think), would want
the redirects are not followed, for example:
intersphinx inventory 'https://numba.readthedocs.io/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://numba.readthedocs.io/objects.inv
* Validate the pixel mapping for usage with ax
and encapsulate
note that `ccrs.CRS(str(ax.projection))` can recover the proj
in many cases, but not all
* Move some comparison code to the class
* Add some docstrings; test attr recovery
1 parent e7ce266 commit 612c926
File tree
8 files changed
+567
-123
lines changed- docs
- user-guide
- test
- uxarray
- core
- grid
- plot
8 files changed
+567
-123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments