Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
318 stars 85 forks source link

Any sample UI client or library based on .NET for viewing/streaming i3s services? #72

Closed gisfromscratch closed 4 years ago

gisfromscratch commented 4 years ago

We are doing a kind of proof of concept using .NET and Unity for viewing/streaming i3s services, Is there any known library which is able to render/extract the i3s geometries based on .NET. We cannot use ArcGIS Runtime for .NET because of the underlying native C++ Runtime Core.

We only found PDAL based on C++ (points only) and CesiumJS based on JavaScript.

Here is a sample i3s scene and service: Scene View Scene Layer

Any help would be appreciated. @hobu @tfili

Ivonne-S commented 4 years ago

We are working on i3s SDK right now to create and work with i3s. It will be available for different OS and languages. The SDK will be open source to make it possible to integrated it better in existing pipe lines. The release schedule is set for end of march. Our goal is to make it easier for developers to work with i3s. If you have have specific workflows in mind would be happy to discuss them in more detail.