-
My PR in https://github.com/libgeos/geos/pull/881 sparked some discussion, so I think it is good to transfer it to an issue.
Has there been a discussion about blocking nonfinite values altogether?
…
-
Testing out 0.5.0
```py
from pyogrio.raw import read_arrow
metadata, table = read_arrow('nationalpark.geojson')
metadata
# {'crs': 'EPSG:4326',
# 'encoding': 'UTF-8',
# 'fields': array(['OB…
-
Splitting this from #26 for a more focused discussion.
During a discussion with @rabernat earlier today, we talked about the possibility to serialise vector data cubes into a Zarr format, so I want…
-
General function to extract any dimensions, and any nesting of coordinates
---
TODO v0.1
- [x] R-facing function
- [x] return data.frame with column names
- [ ] Vignette entry
- [x] Test…
-
my key code is:
```int main() {
std::vector points = ReadPoints(); // read my test points to create a raw polygon, returned points is not closed
geos::geom::CoordinateSequence coords;
for …
-
As pointed out in #70, certain semantics are attached to empty geometries.
From a naive interpretation, an empty geometry does not have an area or extent.
For points, encoding empty as NaN brea…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. # systemctl start influxdb
__Expected behavior:__
Endpoint at port 8086.
__Actual behavior:__
OOM acco…
-
`Traceback (most recent call last):
File "/Users/tonycastronova/code/EMIT/gui/controller/LinkCtrl.py", line 295, in on_plot_geometries
igeom = controller.get_geometries(iei)
File "/Users/tonyc…
-
### Description
#108881 added synthetic source support for `geo_shape` by cloning raw field data and storing it. There is a possible optimization here - synthetic source can be constructed from a s…
lkts updated
6 months ago
-
I noticed that grayscale is not properly being handled with our new image_data types in pgraster plugin.
https://github.com/mapnik/mapnik/blob/master/plugins/input/pgraster/pgraster_wkb_reader.cpp#L2…