Guilherme Banhudo
Guilherme Banhudo
Hi @pdavis156879 , First you should Request to the secondary collector passing your context, as recommended in [Colly's doc](http://go-colly.org/docs/best_practices/multi_collector/): ``` r.Ctx.Put("item", &listings[len(items)-1]) r2.Request("GET", nextLink, nil, r.Ctx, nil) ``` Secondly, try...
You are a beast @justinelliotmeyers !
As far as I can tell, the errors seem to be in the 3rd administrative level, namely, the following entities don't seem to exist (at least, by their current name):...
Thanks for the reply as usual @stepps00 . As for the license, I'm not sure to be honest, I can e-mail them in Spanish and keep trying to lookup for...
Here's an alternative from the official government source, [WMS](http://geos.snitcr.go.cr/be/IGN_5/wms?), [WFS](http://geos.snitcr.go.cr/be/IGN_5/wfs?). By looking at the [capabilities ](http://geos.snitcr.go.cr/be/IGN_5/wms?request=GetCapabilities) request, the data to be retrieved is: * "limiteprovincial_5k" for provinces * "limitedistrital_5k" for...
> could always email their statistical bureau - super nice people. https://www.inec.cr/ I did look for the data there, had no luck retrieving it. Well, I assume you will e-mail...
Just found duplicate entities: - 421203517 - 1125389441 - 421173725 - 421185049 - 421185053 - 421166603 Could be a good idea to add to the ingestion/validation pipeline a check to...
> [CONNECTING SERVICES IN QGIS AND ARCGIS.pdf](https://github.com/whosonfirst-data/whosonfirst-data/files/4827130/CONNECTING.SERVICES.IN.QGIS.AND.ARCGIS.pdf) > > replied asking for terms Thanks for handling this :)
I'm no expert in licenses, these topics are rather elusive to me. So if WOF requires a `CC-BY` is that restricted by the solely public non-commercial usage, correct? Meaning, we...
> Correct. If we're going to import geometries or properties from a source into WOF, that source license must allow commercial and non-commercial use. It looks like the SNIT source...