Skip to content

Releases: Terradue/DotNetStac.Api

v1.0.0-beta.5

02 Nov 21:59
Compare
Choose a tag to compare

fixed

Removed Stars dep

v1.0.0-beta.4

02 Nov 21:44
Compare
Choose a tag to compare

Changed

Improvements

  • new converters
  • serialization improved
  • better filter abstraction

v1.0.0-beta.3

30 Oct 12:52
Compare
Choose a tag to compare
Better naming + cql fixes

v1.0.0-beta.2

18 Oct 09:42
Compare
Choose a tag to compare
ready to release 1.0.0-beta.2

v1.0.0-beta.1

20 Apr 09:54
Compare
Choose a tag to compare

Beta 1 Release of DotNetStac.Api.

DotNetStac.Api is a Software Development Kit (SDK) for .NET and ASP.NET Core to build and query STAC API compliant services. It is based on the STAC API specification and uses the DotNetStac library for the STAC data model.

Features:

  • Access all STAC API endpoints from a single client or via specific clients
  • Serve a full STAC API compliant service from a single app or via specific controllers
  • Customize API controllers with specific business logic
  • Implement your own STAC catalog data services and serve it with the default STAC API controllers
  • Every layer can be extended and customized with additional services
  • User the .NET queryable data model to query your STAC catalogs using expression tree

Ways to use the SDK:

  • In your C# code, via NuGet packages
  • In Stars CLI tool using the API commands
  • Starting the docker image Terradue/DotNetStac.Api with a file system or in memory catalog.

Getting Started: