Hi Gabriel, I am not sure which Sedona version you are referring to. org/datasyslab/sernetcdf/SerNetCDFUtils dependency has been removed from Sedona. We have removed corresponding use cases as well. If you are not looking for a NetCDF function, please just remove the EarthDataNetCDF use case from your example project. Please use the example project from here: https://github.com/apache/sedona/tree/master/examples
Thanks, Jia On Tue, Apr 11, 2023 at 6:50 AM Gabriel Aspegrén <[email protected]> wrote: > > Hi, > > I tried to install Sedona with Scala in IntelliJ. I’ve followed the steps on > the Sedona webpage (importing the example project as sbt) but when running > the RunnableExample-file I get the error: > NoClassDefFound: org/datasyslab/sernetcdf/SerNetCDFUtils > When I check in the .jar file in the /target-folder I can’t find that class. > > Have you any idea why this may happen? > > Best regards, > Gabriel
