-
When calling `shapely.equals(poly1, poly1)`, it (sometimes) returns False when poly1 is an invalid polygon.
This was originally logged here: https://github.com/libgeos/geos/issues/1177
The [sugg…
-
Right now there are a lot of things that are parameters, for example temperature [here](https://github.com/EarthSciML/GasChem.jl/blob/8a1741a7896e2a06a76d39f1a9da97f0219344a3/src/SuperFast.jl#L65).
W…
-
https://github.com/twpayne/go-proj
-
### Your name
Irene
### Your affiliation
Southern University of Science and Technology
### What happened? What did you expect to happen?
### What happened?
- I ran a global 2x2.5 simulation for …
-
I'm on window 11 and I'm having use trying to build my module which imports simplefeature/geos
When I try to build I'm getting the follow error:
`github.com/peterstace/simplefeatures/internal/rawge…
-
### Your name
Melissa Sulprizio
### Your affiliation
Harvard
### What happened? What did you expect to happen?
My latest GCHP integration tests for PR #2510 indicate all simulations passed:
``…
-
**Reporter: sdlime**
**Date: 2004/07/13 - 21:24**
```
A tracker for integrating MapServer and GEOS. To date I've got skeletal code in
place, and the build environment all configured. Nothing has bee…
-
Followed the instructions but still can't get Geos to be supported on heroku. Running Ruby `2.2.4` with Rails `4.2.5.1`.
Everything seems to build fine as well.
```
irb(main):001:0> require 'rgeo'…
-
**Reporter: sdlime**
**Date: 2006/02/14 - 19:17**
```
Currently GEOS support uses the straight C++ API which has tended to be a bit
fragile. We need to use the new C wrapper API instead. Should be p…
-
In geos.f90 you can rewrite
```
do i=2,14
write(16,*)(e(j,i,3),j=2,16)
write(17,*)(ug(j,i,3),j=2,16)
write(18,*)(vg(j,i,3),j=2,16)
end do
```
as
```
do i=2,14
write(16,*) e(2:…