KatiRG
KatiRG
## What this pull request accomplishes: - checks for duplicate rows in table `wys.mobile_sign_installations_dupes` after data has been read in by task `read_google_sheets` - if the table is not empty,...
WYS Sign `9789` at `486 Midland Avenue` is listed in `wys.wys_stat_signs_speed_limit` as detecting `NB` traffic, but Google street view shows that it is on the west side of Midland Ave...
## What this pull request accomplishes: Currently, `gis.text_to_centreline()` fails if the input text is capitalized, e.g.: ``` SELECT * FROM gis.text_to_centreline(111,'BLOOR ST W', 'BETWEEN SHAW ST AND OSSINGTON AVE', NULL);...
There are 3 tables involved in updating the Community Safety Zone layer. 1. the master spreadsheet that comes by email has to be imported manually into the `toadd` table 2....
# Overview We are using the [ckanext-validation extension](https://github.com/frictionlessdata/ckanext-validation) that uses frictionless as the core validation checker. We needed to add more frictionless error classes to e.g. https://github.com/frictionlessdata/frictionless-py/blob/main/frictionless/errors/label.py. Also, we would...
There is a bug in this extension when creating a new resource that contains an invalid structure (e.g. duplicate column names). After clicking on "Add", the user is directed to...
I am testing out using custom checks such as [this example](https://framework.frictionlessdata.io/docs/guides/validating-data.html#custom-checks), and got an error that `type` is required (`frictionless/schema/field.py`). This requirement was removed in frictionless on June 13 (https://github.com/frictionlessdata/frictionless-py/commit/fdcb91eebc39d7e6449d13ad57a9c7165deea45e)...
CKAN errors out at [line 4](https://github.com/frictionlessdata/ckanext-validation/blob/master/ckanext/validation/templates/scheming/form_snippets/resource_schema.html#L4) of `resource_schema.html` if I have uploaded a JSON file containing a schema. The error is: ``` File "/usr/lib/ckan/default/src/ckanext-ontario_theme/ckanext/ontario_theme/templates/internal/scheming/form_snippets/resource_schema.html", line 7, in top-level template code...
Values for choropleth map displayed in a window in upper right of the map. Adapted from http://leafletjs.com/examples/choropleth.html. Big thanks to @akurniko for getting it to work!