Nat Wilson

Results 6 comments of Nat Wilson

Hi @digitaltopo, Unfortunately, karta doesn't support picogeojson 0.7 right now, because the API in picogeojson changed a bit. The supported versions of dependencies are here: https://github.com/fortyninemaps/karta/blob/4ffaed5b25742ea836fd4f971e73314c72064b2e/requirements.txt#L4 I'd be interested in...

Hi @yorjaggy At first glance, this looks to me like a problem compiling GDAL. Were you able to install GDAL with Python bindings separately? I.e. what happens with python -c...

Changed title to reflect the fact that intersections on spherical geographical coordinate systems works fine.

Sure, [PR opened](https://github.com/typelevel/fs2/pull/2331). I did my testing on 2.5.0, although I've been tracking similar strangeness since at least 2.2.x. I'll try to get it working on 3.x and report back.

I verified that it exhibits the same surprising behaviour with ```scala scalaVersion := "2.13.5" libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.2" libraryDependencies += "org.typelevel" %% "cats-effect" % "3.0.0-RC2" libraryDependencies +=...

That's interesting and surprising! However, I tried changing the numbers slightly, requiring 100 interruptions (up from 10), and consuming 10,000 values (up from 1,000). That reproduces the flaky behaviour observed...