Ryan Lambert
Ryan Lambert
I would love to see this support, I would vote for CSV form with geometry in WKT as a first goal to support. Reason 1) The [spatial section in the...
> If PostGIS would simply allow "magic" conversion of the normal `geometry` type to `twkb` it would simply work. Would it be possible to define a generated column via the...
Thanks for trying! Is that limitation documented somewhere in CTS or found it in the code? It'd be great to have a cheat-sheet of SRIDs that don't work. Or a...
C is not one of the languages I've been successful in. A PR for some documentation is the best I can do in this realm. :smile:
Not sure why yet, but `cargo pgrx run` failed with this error: ```sql Compiling pgdd v0.5.3-dev.0 (/home/ryanlambert/git/pgdd) error[E0599]: no function or associated item named `try_from` found for struct `ControlFile` in...
Error fixed. Thank you @usamoi for pointing me at the edition being the problem.
This one will be ready to work on after https://github.com/osmcode/pyosmium/issues/257 is closed.
The current behavior doesn't care about files named `-latest` and will overwrite without doing any checks. In hindsight, probably not ideal! To use a manually downloaded file replace `latest` with...
@jmealo I think that would work. Your suggestion got me thinking about possible side effects and the only negative impact I could think of was "the `osm_date` column would lie!"...