From e1fbfa2e924cca1c23b78574be6ff77281bf2127 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 22 Aug 2023 14:54:48 -0600 Subject: [PATCH 1/3] Move compatibility guide to contributor reference This belongs here. --- doc/{user => contributor}/reference/data-compatibility-guide.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/{user => contributor}/reference/data-compatibility-guide.md (100%) diff --git a/doc/user/reference/data-compatibility-guide.md b/doc/contributor/reference/data-compatibility-guide.md similarity index 100% rename from doc/user/reference/data-compatibility-guide.md rename to doc/contributor/reference/data-compatibility-guide.md From ac516a9395684ee12ad8151a569d79c9df99f27f Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 22 Aug 2023 16:06:16 -0600 Subject: [PATCH 2/3] Add admonition to data compatibility guide obsoleting current content --- .../reference/data-compatibility-guide.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/contributor/reference/data-compatibility-guide.md b/doc/contributor/reference/data-compatibility-guide.md index 62e6fafe..e5d113cb 100644 --- a/doc/contributor/reference/data-compatibility-guide.md +++ b/doc/contributor/reference/data-compatibility-guide.md @@ -1,5 +1,21 @@ # Dataset Compatibility Guide +```{attention} +QGreenland v3 marks the final release under the original QGreenland NSF award. Future +releases of QGreenland will be funded by a new NSF award, and we will be transitioning +to new methods of transforming and accessing source data when building the QGreenland +QGIS project. + +The current guidelines on this page are therefore obsolete. We will update them when we +have more concrete advice. For now, we advise anyone who wants to add data to QGreenland +to strive to make their data [FAIR](https://www.go-fair.org/fair-principles/) and to +publish it to [DataONE](https://www.dataone.org/)! + +Read our page on [what's next for +QGreenland](/user/discussion/what-is-next-qgreenland.md) to learn more about our future +and how to keep up-to-date! +``` + While QGreenland provides a curated base package of data on a variety of topics, the options for adding additional data are nearly unlimited. We offer different guidelines for data compatibility depending on what your goals are: From 34faa032dd97419b6d6618ee31d3333b7f67e63e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 22 Aug 2023 16:13:49 -0600 Subject: [PATCH 3/3] Add mention of GitHub as a way to keep up-to-date --- doc/user/discussion/what-is-next-qgreenland.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/user/discussion/what-is-next-qgreenland.md b/doc/user/discussion/what-is-next-qgreenland.md index 71fbe273..46207e12 100644 --- a/doc/user/discussion/what-is-next-qgreenland.md +++ b/doc/user/discussion/what-is-next-qgreenland.md @@ -25,5 +25,11 @@ for data customization that QGreenland and other communities can leverage to create consistent geospatial data packages. Learn more [here](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2324765). -Subscribe to the [QGreenland newsletter](http://eepurl.com/gQ7VCr) to receive -updates! +You can keep up-to-date by: + +* Subscribing to the [QGreenland newsletter](http://eepurl.com/gQ7VCr) +* Following our activity in [GitHub](https://github.com/nsidc/qgreenland), where we do + our work in the open. Our [GitHub + Discussions](https://github.com/nsidc/qgreenland/discussions) space may be of + particular interest to follow or participate in discussions about our future + direction.