Tom Caruso

Results 9 issues of Tom Caruso

since `cage` uses the verb `up` to start a pod / service / etc, it makes sense that you can `cage down` to perform the opposite action, instead of having...

## Expected behavior and actual behavior. `import fiona` succeeds without error when built against the most recent version of GDAL. However with GDAL 3.1.2 and 3.2.0, there is a `TypeError`...

```python >>> from geomet import wkt >>> wkt.loads('POINT M (0 0 5)') Traceback (most recent call last): File "", line 1, in wkt.loads('POINT M (0 0 5)') File "/private/tmp/v/lib/python3.6/site-packages/geomet/wkt.py", line...

enhancement

What do you think about adding a package with some small wrapper functions which convert directly from WKB WKT (and perhaps GPKG)? They're easy enough for any user to implement,...

enhancement
question

It would be nice to be able to pass hex (like `0101000000F09EA0A7053B2340685ABD9383474340`) into loads functions. We'd need to add a flag (like `hex=True`) to the `wkb.loads` function and then probably...

enhancement

Hello, I'm using `rtree` in an application I'm writing and running into some odd issues with the objects that I'm passing in to the index when creating it. Unfortunately I...

Hello, What's the best way to increase the max size of uploaded packages? Should it be a change to the UWSGI config (e.g. limit-post), or something else? Thanks!

Right now I'm leaving them as they come from the API, so they're sorted by player. I'm wondering if shift data should be sorted instead by start time?

question

### Steps to Reproduce ```bash mkdir -p rye-test && pushd rye-test rye init rye add geomet --git=https://github.com/tomplex/geomet@add-geopackage source .venv/bin/activate pip install -r requirements.lock ``` It appears as though `rye` is...