From e6956a93748694e1305086f528f1e093e71b63d4 Mon Sep 17 00:00:00 2001 From: Kistine Date: Fri, 29 Mar 2019 09:59:30 -0400 Subject: [PATCH] revise metadata link updated --- pages/payments-aggregate.html | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 pages/payments-aggregate.html diff --git a/pages/payments-aggregate.html b/pages/payments-aggregate.html new file mode 100644 index 0000000..0ea2cfb --- /dev/null +++ b/pages/payments-aggregate.html @@ -0,0 +1,88 @@ +--- +title: Aggregate City Payments +description: | +

This dataset includes checks and ACH (direct deposit) payments + made by the City during the fiscal year 2017, which runs from July 1st 2016 through June + 30th 2017.

+ +

This dataset does not include all payments made by the City. Namely, + salary and benefits payments are not included here, but information on City + salaries can be found in the employee salaries and overtime dataset.

+ +

This dataset cannot be accurately compared directly with the other financial + and accounting reports released by the City.

+ +

Please note: This dataset includes payments which are legal and security-sensitive.

+download: https://www.opendataphilly.org/dataset/city-payments +metadata: http://metadata.phila.gov/index.html#home/datasetdetails/5c4243d6a074de085a899716/representationdetails/5c42446833d76c0858f4cd57/ +--- +[ + [ + { + "title": "Total transaction amounts by department", + "description": "Total amounts in USD. Data from detailed dataset.", + "provider": "carto", + "domain": "phl.carto.com", + "dataset": "city_payments_aggregates_fy2017", + "chartType": "bar", + "groupBy": "department_title", + "aggregateFunction": "sum", + "aggregateField": "total_transaction_amount" + } + ], + [ + { + "title": "Total transaction amounts by character title", + "description": "Total amounts in USD. Data from detailed dataset.", + "provider": "carto", + "domain": "phl.carto.com", + "dataset": "city_payments_aggregates_fy2017", + "chartType": "bar", + "groupBy": "character_title", + "aggregateFunction": "sum", + "aggregateField": "total_transaction_amount" + } + ], + [ + { + "title": "Total transaction amounts by sub-object title", + "description": "Total amounts in USD. Data from detailed dataset.", + "provider": "carto", + "domain": "phl.carto.com", + "dataset": "city_payments_aggregates_fy2017", + "chartType": "bar", + "groupBy": "sub_obj_title", + "aggregateFunction": "sum", + "aggregateField": "total_transaction_amount" + } + ], + [ + { + "title": "Total transaction amounts by document reference number prefix", + "description": "Total amounts in USD. Data from detailed dataset.", + "provider": "carto", + "domain": "phl.carto.com", + "dataset": "city_payments_aggregates_fy2017", + "chartType": "bar", + "groupBy": "doc_ref_no_prefix_definition", + "aggregateFunction": "sum", + "aggregateField": "total_transaction_amount" + } + ], + [ + { + "title": "Detailed City Payments (sensitive rows removed)", + "chartType": "table", + "provider": "carto", + "domain": "phl.carto.com", + "dataset": "city_payments_aggregates_fy2017", + "order": "sub_obj_title", + "columnsToHide": [ + "cartodb_id", + "objectid", + "the_geom", + "the_geom_webmercator" + ] + } + ] +]