Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client
The Centre for Environment, Fisheries and Aquaculture Science is an executive agency of the United Kingdom government Department for Environment, Food and Rural Affairs. It carries out a wide range of research, advisory, consultancy, monitoring and training activities for a large number of customers around the world.
https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client
aquaculture cefas dotnet-client environment fisheries united-kingdom
Last synced: about 1 month ago
JSON representation
The Centre for Environment, Fisheries and Aquaculture Science is an executive agency of the United Kingdom government Department for Environment, Food and Rural Affairs. It carries out a wide range of research, advisory, consultancy, monitoring and training activities for a large number of customers around the world.
- Host: GitHub
- URL: https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client
- Owner: mikaeldui
- License: unlicense
- Created: 2022-11-12T00:07:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T01:48:04.000Z (about 2 years ago)
- Last Synced: 2024-08-31T07:45:22.506Z (3 months ago)
- Topics: aquaculture, cefas, dotnet-client, environment, fisheries, united-kingdom
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# United Kingdom CEFAS .NET Client
[![.NET](https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client/actions/workflows/dotnet.yml/badge.svg)](https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client/actions/workflows/dotnet.yml)
[![CodeQL Analysis](https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/mikaeldui/united-kingdom-cefas-dotnet-client/actions/workflows/codeql-analysis.yml)The [Centre for Environment, Fisheries and Aquaculture Science](https://github.com/CefasRepRes) is an executive agency of the United Kingdom government Department for Environment, Food and Rural Affairs.
It carries out a wide range of research, advisory, consultancy, monitoring and training activities for a large number of customers around the world.You can install it using the following **.NET CLI** command:
dotnet add package MikaelDui.UnitedKingdom.Cefas.Client --version *
## Data Portal
API for handling the complete dataset and data life-cycle through the Cefas Data Portal.Namespace: `UnitedKingdom.Cefas.DataPortal`. Main class: `DataPortalClient`.
## Environment
An Environmental Data Retrieval (EDR) API provides a family of lightweight interfaces to access Environmental Data resources, as per the standard defined by the Open Geospatial Consortium.
Only a limited number of Cefas recordsets are available via this API.Namespace: `UnitedKingdom.Cefas.Environment`. Main class: `EnvironmentClient`.