Simon Norris
Simon Norris
I did a quick search and didn't see this - sorry if this is a duplicate. For editing sql another must-have feature is multi line mode. My fav sql client...
Many geo data issues are already covered in in other sections - especially the entered by humans part - but there are some common quirks that might be worth mentioning?...
Would love to see native support for this platform. Thanks!
Data types for numbers in Oracle are generally described by the catalogue api in format `'data_type': 'NUMBER', 'data_precision': '4'`. The precision is not currently used when creating output table in...
An empty table can be created fairly quickly with `bcdata bc2pg -e -c 1 `, but this still takes a bit of time to round-trip from WFS. For automated testing...
Requesting just a small set of features is often handy, and is *much* faster than piping `bcdata cat` into `head`. Could use curl directly, but it would be simple to...
Breaking change that is not a priority but would make sense to me: - `-s` should be short for `--schema` --> `--sortby` could be changed to `--orderby` / `-o` -...
Any reason the qualitative color schemes are not included? They are present in the d3 version, line 1325 and below. https://github.com/mbostock/d3/blob/master/lib/colorbrewer/colorbrewer.css I've added them here: https://github.com/smnorris/colorbrewer-carto/tree/gh-pages/colors, but didn't add the...
Running pg_fs on a server with very limited resources, I often get the dreaded `pg_featureserv invoked oom-killer` when a user requests a dense collection (well under the 10k record limit...