DHI.Platform.SDK.Spatial 3.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package DHI.Platform.SDK.Spatial --version 3.0.1
NuGet\Install-Package DHI.Platform.SDK.Spatial -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DHI.Platform.SDK.Spatial" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DHI.Platform.SDK.Spatial --version 3.0.1
#r "nuget: DHI.Platform.SDK.Spatial, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DHI.Platform.SDK.Spatial as a Cake Addin
#addin nuget:?package=DHI.Platform.SDK.Spatial&version=3.0.1

// Install DHI.Platform.SDK.Spatial as a Cake Tool
#tool nuget:?package=DHI.Platform.SDK.Spatial&version=3.0.1

Platform SDK

How to work with platform SDK

See documentation on https://develop.mike-cloud.com/Sdk.html

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DHI.Platform.SDK.Spatial:

Package Downloads
DHI.Services.MIKECloud The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

MIKE Cloud Platform provider for Domain Services

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 1,390 5/4/2023
3.0.0 433 3/29/2023
2.3.4 3,023 9/23/2022
2.3.3 816 6/23/2022
2.3.2 1,950 3/25/2022
2.3.1 391 3/22/2022
2.3.0 568 3/10/2022
2.2.2 470 12/6/2021
2.2.0 2,163 11/26/2021
2.1.1 279 11/15/2021
2.0.7 304 11/5/2021
2.0.5 456 11/5/2021

Next release TBD
___________________________________________________________
May 4, 2023 Release 3.0.1

- Fixed failure when passing GIS FeatureClass without any parameters by updating `DHI.WaterData.GIS.Converters` dependency to version 1.1.1

___________________________________________________________
June 22, 2022 Release 2.3.3

- Reworked and fixed means of extracting mesh elements and nodes from mesh domain spatial output

___________________________________________________________
March 8, 2022 Release 2.3.0

- Changes in IGISClient QueryFeatureClassAsync
- GIS Spatial Query with transformation fix
- Support get the nearest geometry in a GIS layer from an input geometry

_______________________________________________________________
November 26, 2021 Release 2.2.0

- Using nuget.org for DHI packages

_______________________________________________________________
November 5, 2021 Release 2.1.0

- Nuget available on nuget.org

___________________________________________________________
August 20, 2021 Release 2.0.0

- SDK is now split into two packages: DHI.Platform.SDK and DHI.Platform.SDK.Spatial. In order to use both packages, install nuget packages and initialize the SDK in your DI container, for example:

   collection.AddPlatformClients(o =>
   {
       /* your initialization code here */
   })
   .AddPlatformSpatialClients();

- The main reason for splitting the packages was to remove dependency on NetTopologySuite package from the main SDK package

- Services covered in DHI.Platform.SDK.Spatial package:
   - IGISClient: exposes the GIS service, see https://develop.mike-cloud.com/docs/API/GIS/GIS-overview/
   - IMultidimensionalService: exposes the multidimensional service, see https://develop.mike-cloud.com/docs/API/Multidimensional-service/MDOverview/