Closed NewGraphEnvironment closed 1 year ago
thinking we should just grab these layers from featureserve
ex. https://features.hillcrestgeo.ca/bcfishpass/collections.html
# ---------------
# get streams from bcfishpass
# ---------------
ogr2ogr -f GPKG background_layers.gpkg \
-update \
-t_srs EPSG:3005 \
-nln streams \
"https://features.hillcrestgeo.ca/bcfishpass/collections/bcfishpass.streams/items.json?bbox=$BOUNDS_LL"
The challenge with that is the 10k feature request limit.
Great for reducing data redundancy but trickier to set up.
That seems like an understatement. I think we will need another solution. Dang
dumping to flatgeobuf/gpkg/whatever on S3 is no big deal. And a few GB of S3 storage is only pennies... compared to monthly $$ for additional VM memory and CPU.
Hitting you up with the @ just in case you don't get notifications for this repo anymore (I would understand why).
@smnorris - did the
flatgeobuf
used to dump out to the server and no longer does or is it just not visible or alternatively the server is down perhaps? Should this be an issue logged inbcfishpass