Yuri de Abreu

Results 9 comments of Yuri de Abreu

Curiously, reading using gdal library in pyspark works: ``` >>> import gdal >>> from osgeo import gdal, gdalconst >>> ds = gdal.Open("/vsihdfs/hdfs://DEVEL/user/884.tif", gdalconst.GA_ReadOnly) 20/11/26 23:49:20 WARN util.NativeCodeLoader: Unable to load...

Looking at the scala code, there may be something related to this: https://github.com/locationtech/rasterframes/blob/68ebe65b25a99fa3cbd390c8f20a78162f7d9b5d/core/src/main/scala/org/locationtech/rasterframes/ref/RFRasterSource.scala#L134-L138 In spark-shell `GDALRasterSource.hasGDAL` returns true in the cluster, yet the function `gdalOnly` may be retuning a `false`boolean...

Since this is very pontual yet very important, it would be a good idea to check if this library is loaded when reading inside HDFS then (with GDAL)

> Are you interested in purely hyperbolic systems? Yes. Specifically I want to do a finite-volume formulation of Maxwell's equations, and FiPy has the tools to make this less cumbersome,...

That is correct @wd15. Thanks for the sources, they may be very helpful in the future. I understand the picture better now. Due to the fact that finite volume method...

@guyer, @wd15, your help is much appreciated. From my own experience developing numerical methods i guess that there is no good solver on hyperbolic coupled problems without staggered grids. And...

I have done these functions as I stated, and I could use the _mesh_ and _variables_ packages as standalone and it worked also with the _viewers_ package. So that's something....

Thanks @guyer. I liked a lot the way that `Mesh` was built, it looks very self-contained. I have tried the following (just for understanding of what to expect): ``` meshH...

I confirm the issue with the fedora package is still on fedora 38: ![image](https://github.com/adrienverge/openfortivpn/assets/24530826/f5cbaaf6-ebc3-44a1-a8c1-bfe23419a937) I am on Fedora Silverblue 38, with uses containerized development environments; and when I run openfortivpn,...