SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
27 stars 12 forks source link

`netsvc` package depends on `geo` package #354

Closed jpswinski closed 4 months ago

jpswinski commented 11 months ago

The netsvc package's NetsvcParms class includes a GeoJsonRaster which means it needs the geo package in order to compile. The GeoJsonRaster functionality in the netsvc package should either be conditionally compiled, or there should be some rework of the code so that the dependency is removed.

jpswinski commented 4 months ago

Resolved in #406