You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about/meetings.rst
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,6 @@ The link to join the weekly community meeting as well as a link to the agenda ar
29
29
30
30
* `SunPy Google Calendar <https://calendar.google.com/calendar/u/0?cid=ZzljOWVha2c5OGI1Y2JvZ2Q3bTV0YTZoOHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`__
31
31
32
-
33
-
SunPy Coordination Meeting 2025
34
-
*******************************
35
-
The SunPy Project is pleased to announce that the next SunPy Coordination Meeting will take place from 18-20 June 2025 at University College London (UCL), London, UK. The meeting will be held in person and online, and is open to everyone.
36
-
Read more about the upcoming :doc:`Coordination Meeting <coordination_meet_2025>`.
Copy file name to clipboardExpand all lines: posts/2022/2022-01-06-aiapy-demo.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@
261
261
"Note that both the `sunpy` and `aiapy` documentation pages include more detailed examples of how to obtain AIA data from the JSOC as well\n",
262
262
"\n",
263
263
"* [sunpy: Querying and Downloading Data from JSOC](https://docs.sunpy.org/en/stable/tutorial/acquiring_data/jsoc.html)\n",
264
-
"* [sunpy: Requesting cutouts of AIA images from the JSOC](https://docs.sunpy.org/en/stable/generated/gallery/acquiring_data/skip_downloading_cutouts.html)\n",
264
+
"* [sunpy: Requesting cutouts of AIA images from the JSOC](https://docs.sunpy.org/en/stable/generated/gallery/acquiring_data/downloading_cutouts.html)\n",
265
265
"* [aiapy: Requesting specific AIA images from the JSOC](https://aiapy.readthedocs.io/en/stable/generated/gallery/skip_download_specific_data.html)\n",
266
266
"\n",
267
267
"More complex queries (e.g. searching by exposure time or quality keyword) can be constructed by searching the JSOC directly via the [drms](https://docs.sunpy.org/projects/drms/en/stable/) package. See the last example listed above for an example of this."
Copy file name to clipboardExpand all lines: posts/2023/2023-05-10-timeseries_sdg.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Having found possible options, in this section I've evaluated them against the c
128
128
| Physical units | 🛑 | No native support ([tracking issue](https://github.com/pydata/xarray/issues/525)), could be possible with [`pint-xarray`](https://pint-xarray.readthedocs.io/en/stable/)|
129
129
| Interop with scientific Python | 🟩 ||
130
130
| Out of memory | 🟩 | Support for [computing using `dask`](https://docs.xarray.dev/en/stable/user-guide/dask.html)|
131
-
| Metadata | 🟩 | Possible to [add metadata](https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#what-is-your-approach-to-metadata) to a DataArray |
131
+
| Metadata | 🟩 | Possible to [add metadata](https://docs.xarray.dev/en/stable/get-help/faq.html#what-is-your-approach-to-metadata) to a DataArray|
132
132
| Observer coordinates | 🟠 | Support for adding ["non-dimensional" coordinates](https://docs.xarray.dev/en/stable/user-guide/data-structures.html#coordinates) (e.g. longitude/latitude), but not clear if storing astropy SkyCoord would work |
133
133
| Easy data manipulation | 🟩 | Many built in methods for manipulating time-like data |
134
134
| I/O | 🟩 |[Lots of I/O options](https://docs.xarray.dev/en/stable/user-guide/io.html)|
0 commit comments