Štefan Baebler

Results 115 comments of Štefan Baebler
trafficstars

Thanks, @stepps00, I am familiar with the data and have recently made a GeoJSON and CSV mirror of it at: https://github.com/stefanb/gurs-obcine Eg municipalities are at https://github.com/stefanb/gurs-obcine/blob/master/data/OB.geojson Other administrative borders are...

Also some sources are updated daily (eg `si/countrywide`). It could be just simple rough frequency (daily, weekly, monthly, yearly, never) or complex schedule ("every 3rd sunday of odd months") 😃

See #3969 for alternative solution with just fixing the URL, without needing to adjust conform object. (Also proposed by @trescube in https://github.com/openaddresses/openaddresses/pull/3875#issuecomment-366360218 above)

Does it look feasable to migrate to esri data source or should we just update the URL of the CSV as is working fine in #3969 ?

FYI, a simpler fix with just the URL change was merged into master branch in #3969.

Yes, user has no idea what the settings mean. He might know that it affects the meter accuracy, but there is no chance that user would know that the setting...

It seems #352 would fix this problem - send null (or not send it at all), show " " or "N/A" instead of 0 when there is no data so...

Yes, all those optional values should be nullable in the DB as well, otherwise the DB will contain some fake default values, most likely zeros.

Same as #355, seems quite in high demand.