Releases: Terradue/DotNetStac.Api
Releases · Terradue/DotNetStac.Api
v1.0.0-beta.5
fixed
Removed Stars dep
v1.0.0-beta.4
Changed
Improvements
- new converters
- serialization improved
- better filter abstraction
v1.0.0-beta.3
Better naming + cql fixes
v1.0.0-beta.2
ready to release 1.0.0-beta.2
v1.0.0-beta.1
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: