From e4a5b07d1d941edbc432075e60a40fa217dd960f Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 8 Nov 2024 13:06:43 -0800 Subject: [PATCH] NZNational project type --- .../projectTypeTool/projectTypes.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lib/riverscapes/riverscapes/projectTypeTool/projectTypes.json b/lib/riverscapes/riverscapes/projectTypeTool/projectTypes.json index 9204ce1c5..3909c7d0a 100644 --- a/lib/riverscapes/riverscapes/projectTypeTool/projectTypes.json +++ b/lib/riverscapes/riverscapes/projectTypeTool/projectTypes.json @@ -1132,5 +1132,27 @@ "url": null, "machineName": "IGOScrape", "state": "ACTIVE" + }, + { + "name": "New Zealand National Datasets", + "summary": null, + "description": "National Datasets are containers for nationally available data to be accessed by the [Riverscapes Context model](https://tools.riverscapes.net/rscontext/), to package up for individual catchments. These datsets are not necessarily curated for all inputs to Riverscapes Context. Instead they are produced when national data is not available via a reliable API (e.g. when available only from a FTP server). These datasets are manually downloaded, curated and remain static (unlike datasets made available from a National Government and periodically updated and made availabe via their API.", + "meta": [ + { + "key": "Resolution", + "value": "Reach,Cell" + }, + { + "key": "Extent", + "value": "National" + }, + { + "key": "Riverscapes Project Class", + "value": "Curated Dataset" + } + ], + "url": null, + "machineName": "NZNational", + "state": "ACTIVE" } ] \ No newline at end of file