-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from digital-land/2283-resolve-missing-bytes-a…
…nd-start-date-in-resourcecsv-data Port integration test for collection_save_csv from digital-land-airflow
- Loading branch information
Showing
25 changed files
with
1,197 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import pytest # noqa: F401 | ||
|
||
|
||
pytest_plugins = ["tests.fixtures"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
collection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
endpoint,endpoint-url,parameters,plugin,entry-date,start-date,end-date | ||
d7a3030ffdf1c6f70cffdc0230928df129362c4b0c2d8b32e3bef22910e3f3f7,https://raw.githubusercontent.com/digital-land/historic-england-collection/main/data/listed-building-grade.csv,,,2021-06-02T15:15:36:01Z,,2021-10-02 | ||
c187fc319f7175f30f123c26cd74e398844b0176b3e5c1690f2d710ef1cb237f,https://historicengland.org.uk/content/data-downloads-gis/listed-buildings/,,,2021-05-28T13:13:07:54Z,, | ||
fe11d79074c5744a47ce11171e6f7c376ea41a62ef2882d527192213645b9503,https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/listed-building-grade.csv,,,2021-11-22T16:16:19:56Z,, | ||
2edd619184cc8fdfcebab5be89c7de2ccbe03c72c7b6f71361920e3cda55163d,https://opendata.arcgis.com/datasets/a0ea54c61b1f4bdfbe9605324cf70c81_0.geojson,,,2021-11-23T19:19:01:27Z,, | ||
f9e48302f921da41ac204cd97817651db192c83dcbc032afc9a8f19f6ce57849,https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20I.zip,,,2021-12-07T11:11:51:21Z,, | ||
25763ee988ddbee9003f2dd58941c01b166e1a61e88b956f1f734c4dc4584021,https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20II.zip,,,2021-12-07T11:11:51:31Z,, | ||
7d33d185db7a5ba469da8f9e1d8d04a09f1a35650271282697d214e33dcd9fa1,https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20I%20Star.zip,,,2021-12-07T14:14:18:46Z,, | ||
8ce86423c7426509901eb2dd87a0207f6b442c074a4336fe41b818dc02115242,https://maps.buckscc.gov.uk/arcgis/rest/services/PLANNING/RIPA_BOPS/MapServer/2/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson,,,2021-12-17T14:14:08:44Z,, | ||
7da2249ae0e47c95121d6e5d32c02eac27af0b19de5413ee6525002726d990b3,https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/7/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentsOnly=false&datumTransformation=¶meterValues=&rangeValues=&f=geojson,,,2021-12-22T18:18:54:44Z,, | ||
acf1a75e8ef40a8d4f6557f68324a1e11a4b2a841a2aa1f15bd9151b55e42aee,https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/8/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentsOnly=false&datumTransformation=¶meterValues=&rangeValues=&f=geojson,,,2021-12-22T19:19:08:32Z,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
attribution,collection,documentation-url,endpoint,licence,organisation,pipelines,entry-date,start-date,end-date | ||
historic-england,historic-england,https://historicengland.org.uk/listing/the-list/data-downloads,d7a3030ffdf1c6f70cffdc0230928df129362c4b0c2d8b32e3bef22910e3f3f7,ogl3,government-organisation:PB1164,listed-building-grade,2021-06-02T15:15:36:01Z,,2021-10-02 | ||
historic-england,historic-england,https://historicengland.org.uk/listing/the-list/data-downloads,c187fc319f7175f30f123c26cd74e398844b0176b3e5c1690f2d710ef1cb237f,ogl3,government-organisation:PB1164,listed-building,2021-05-28T13:13:07:54Z,, | ||
historic-england,historic-england,https://historicengland.org.uk/listing/the-list/data-downloads,fe11d79074c5744a47ce11171e6f7c376ea41a62ef2882d527192213645b9503,ogl3,government-organisation:PB1164,listed-building-grade,2021-11-22T16:16:19:56Z,, | ||
,listed-building,https://maps.buckscc.gov.uk/arcgis/rest/services/PLANNING/RIPA_BOPS/MapServer/2,8ce86423c7426509901eb2dd87a0207f6b442c074a4336fe41b818dc02115242,ogl3,local-authority-eng:BUC,listed-building-outline,2021-12-17T14:14:08:44Z,, | ||
,listed-building,,f9e48302f921da41ac204cd97817651db192c83dcbc032afc9a8f19f6ce57849,ogl3,local-authority-eng:SWK,listed-building-outline,2021-12-07T11:11:51:21Z,, | ||
,listed-building,,25763ee988ddbee9003f2dd58941c01b166e1a61e88b956f1f734c4dc4584021,ogl3,local-authority-eng:SWK,listed-building-outline,2021-12-07T11:11:51:31Z,, | ||
,listed-building,,7d33d185db7a5ba469da8f9e1d8d04a09f1a35650271282697d214e33dcd9fa1,ogl3,local-authority-eng:SWK,listed-building-outline,2021-12-07T14:14:18:46Z,, | ||
,listed-building,https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/7,7da2249ae0e47c95121d6e5d32c02eac27af0b19de5413ee6525002726d990b3,ogl3,local-authority-eng:CAT,listed-building-outline,2021-12-22T18:18:54:44Z,, | ||
,listed-building,https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/8,acf1a75e8ef40a8d4f6557f68324a1e11a4b2a841a2aa1f15bd9151b55e42aee,ogl3,local-authority-eng:CAT,locally-listed-building,2021-12-22T19:19:08:32Z,, | ||
,listed-building,https://lambethopenmappingdata-lambethcouncil.opendata.arcgis.com/datasets/lambethcouncil::listed-buildings/about,2edd619184cc8fdfcebab5be89c7de2ccbe03c72c7b6f71361920e3cda55163d,ogl3,local-authority-eng:LBH,listed-building-outline,2021-11-23T19:19:01:27Z,, |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/25763ee988ddbee9003f2dd58941c01b166e1a61e88b956f1f734c4dc4584021.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.111","endpoint-url":"https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20II.zip","entry-date":"2021-12-08T00:45:14.095210","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"Digital Land"},"resource":"efbdafb929921097a6e002188e281047bb4d512d40a8f88ade26cbb44118f0e3","response-headers":{"Accept-Ranges":"bytes","Access-Control-Allow-Origin":"*","Cache-Control":"max-age=300","Connection":"keep-alive","Content-Length":"226497","Content-Security-Policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","Content-Type":"application/zip","Date":"Wed, 08 Dec 2021 00:45:20 GMT","ETag":"W/\"ff43775d753d2e6150aa6b8f3609ae10437ead61564d56b18fb52fe82bd16a43\"","Expires":"Wed, 08 Dec 2021 00:50:20 GMT","Source-Age":"0","Strict-Transport-Security":"max-age=31536000","Vary":"Authorization,Accept-Encoding,Origin","Via":"1.1 varnish","X-Cache":"MISS","X-Cache-Hits":"0","X-Content-Type-Options":"nosniff","X-Fastly-Request-ID":"1a561c2428ab80a5f84b086e86929150d3a996ef","X-Frame-Options":"deny","X-GitHub-Request-Id":"767C:0AA0:498F62:72FEBC:61B00020","X-Served-By":"cache-bwi5037-BWI","X-Timer":"S1638924321.651268,VS0,VE89","X-XSS-Protection":"1; mode=block"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/2edd619184cc8fdfcebab5be89c7de2ccbe03c72c7b6f71361920e3cda55163d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.703","endpoint-url":"https://opendata.arcgis.com/datasets/a0ea54c61b1f4bdfbe9605324cf70c81_0.geojson","entry-date":"2021-11-23T22:56:40.329925","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"Digital Land"},"resource":"72337bced0ee7e6f7ec339822e3ec1a55dbd02729a1df3747308ebdd49905868","response-headers":{"Cache-Control":"must-revalidate","Connection":"keep-alive","Content-Disposition":"attachment; filename=\"Listed_Buildings.geojson\"","Content-Encoding":"gzip","Content-Length":"488502","Content-Type":"application/json","Date":"Tue, 23 Nov 2021 22:56:41 GMT","ETag":"\"f1cc6c4a7ab1eff2cab90ffda4d4fc04\"","Last-Modified":"Tue, 23 Nov 2021 18:52:07 GMT","Server":"openresty","Vary":"Accept-Encoding","x-amz-meta-cachetime":"3439"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/7d33d185db7a5ba469da8f9e1d8d04a09f1a35650271282697d214e33dcd9fa1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.099","endpoint-url":"https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20I%20Star.zip","entry-date":"2021-12-08T00:45:14.095210","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"Digital Land"},"resource":"e3a22838b44a3c1e594eee33788728a6366caef066690e5fb9fd91e46e74bac1","response-headers":{"Accept-Ranges":"bytes","Access-Control-Allow-Origin":"*","Cache-Control":"max-age=300","Connection":"keep-alive","Content-Length":"11714","Content-Security-Policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","Content-Type":"application/zip","Date":"Wed, 08 Dec 2021 00:45:20 GMT","ETag":"W/\"543bfb3611ce7dd0a394cc870097ecf3781e3bf26c8ac8cad5d681796a3a1d62\"","Expires":"Wed, 08 Dec 2021 00:50:20 GMT","Source-Age":"0","Strict-Transport-Security":"max-age=31536000","Vary":"Authorization,Accept-Encoding,Origin","Via":"1.1 varnish","X-Cache":"MISS","X-Cache-Hits":"0","X-Content-Type-Options":"nosniff","X-Fastly-Request-ID":"6ac2a726531519ddb1f819ad7cb25b3c4185d1b9","X-Frame-Options":"deny","X-GitHub-Request-Id":"2A9C:14BB:A537D6:D63B1E:61B00020","X-Served-By":"cache-bwi5037-BWI","X-Timer":"S1638924321.764149,VS0,VE89","X-XSS-Protection":"1; mode=block"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/7da2249ae0e47c95121d6e5d32c02eac27af0b19de5413ee6525002726d990b3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"2.558","endpoint-url":"https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/7/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentsOnly=false&datumTransformation=¶meterValues=&rangeValues=&f=geojson","entry-date":"2021-12-23T00:44:27.872361","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"DLUHC Digital Land"},"resource":"b9f01065469eb19645c1f00acb149289d2f050e5a6407a8fc8db199ed37c923a","response-headers":{"Cache-Control":"max-age=0,must-revalidate","Content-Encoding":"gzip","Content-Type":"text/plain","Date":"Thu, 23 Dec 2021 00:46:36 GMT","ETag":"fa52e9e7","Referrer-Policy":"same-origin","Server":"Microsoft-IIS/8.5","Transfer-Encoding":"chunked","Vary":"Origin","X-Frame-Options":"SAMEORIGIN","X-Powered-By":"ARR/2.5","X-XSS-Protection":"1"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/acf1a75e8ef40a8d4f6557f68324a1e11a4b2a841a2aa1f15bd9151b55e42aee.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.781","endpoint-url":"https://mapping.canterbury.gov.uk/arcgis/rest/services/External/Planning_Constraints_New/MapServer/8/query?where=1%3D1&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&queryByDistance=&returnExtentsOnly=false&datumTransformation=¶meterValues=&rangeValues=&f=geojson","entry-date":"2021-12-23T00:44:27.872361","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"DLUHC Digital Land"},"resource":"d658eefe9069c1559281ef97c120c45d859f4135cdca3d78ee628f96d8ecdfd0","response-headers":{"Cache-Control":"max-age=0,must-revalidate","Content-Encoding":"gzip","Content-Length":"130967","Content-Type":"text/plain","Date":"Thu, 23 Dec 2021 00:46:38 GMT","ETag":"97d7e34b","Referrer-Policy":"same-origin","Server":"Microsoft-IIS/8.5","Vary":"Origin","X-Frame-Options":"SAMEORIGIN","X-Powered-By":"ARR/2.5","X-XSS-Protection":"1"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/f9e48302f921da41ac204cd97817651db192c83dcbc032afc9a8f19f6ce57849.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.088","endpoint-url":"https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/Southwark/Grade%20I.zip","entry-date":"2021-12-08T00:45:14.095210","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"Digital Land"},"resource":"9d20207f8f2f674fda09b9632bd5d1495a635fcb762827b46c96522a45624bff","response-headers":{"Accept-Ranges":"bytes","Access-Control-Allow-Origin":"*","Cache-Control":"max-age=300","Connection":"keep-alive","Content-Length":"5730","Content-Security-Policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","Content-Type":"application/zip","Date":"Wed, 08 Dec 2021 00:45:20 GMT","ETag":"W/\"bf1301f1467786bdbd5f5397b9365dcdca020ac2611cc68d25ca6f7fc6840847\"","Expires":"Wed, 08 Dec 2021 00:50:20 GMT","Source-Age":"0","Strict-Transport-Security":"max-age=31536000","Vary":"Authorization,Accept-Encoding,Origin","Via":"1.1 varnish","X-Cache":"MISS","X-Cache-Hits":"0","X-Content-Type-Options":"nosniff","X-Fastly-Request-ID":"a21a5d8d93672577b36e9b6ff25e688c654fd93e","X-Frame-Options":"deny","X-GitHub-Request-Id":"40F0:6E85:62BD83:8F8C8E:61B00020","X-Served-By":"cache-bwi5037-BWI","X-Timer":"S1638924321.561770,VS0,VE79","X-XSS-Protection":"1; mode=block"},"ssl-verify":true,"status":"200"} |
1 change: 1 addition & 0 deletions
1
...ding/collection/log/fe11d79074c5744a47ce11171e6f7c376ea41a62ef2882d527192213645b9503.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"elapsed":"0.145","endpoint-url":"https://raw.githubusercontent.com/digital-land/listed-building-collection/main/data/listed-building-grade.csv","entry-date":"2021-11-22T16:26:21.327494","request-headers":{"Accept":"*/*","Accept-Encoding":"gzip, deflate","Connection":"keep-alive","User-Agent":"Digital Land"},"resource":"47e8c774370b10c803da048f4f1d98cfb028d25e01408314c92f0ac74cbee12b","response-headers":{"Accept-Ranges":"bytes","Access-Control-Allow-Origin":"*","Cache-Control":"max-age=300","Connection":"keep-alive","Content-Encoding":"gzip","Content-Length":"121","Content-Security-Policy":"default-src 'none'; style-src 'unsafe-inline'; sandbox","Content-Type":"text/plain; charset=utf-8","Date":"Mon, 22 Nov 2021 16:26:21 GMT","ETag":"W/\"e4813d621307a0de143f149bacbf67dc90cfd8727c2d6f162fa78711572e47a2\"","Expires":"Mon, 22 Nov 2021 16:31:21 GMT","Source-Age":"0","Strict-Transport-Security":"max-age=31536000","Vary":"Authorization,Accept-Encoding,Origin","Via":"1.1 varnish","X-Cache":"MISS","X-Cache-Hits":"0","X-Content-Type-Options":"nosniff","X-Fastly-Request-ID":"47e7edc1292e3e4de3c646ab9f98efa3c53f53da","X-Frame-Options":"deny","X-GitHub-Request-Id":"5C10:3CF0:838A87:AD95D7:619BC4AD","X-Served-By":"cache-bwi5079-BWI","X-Timer":"S1637598382.617088,VS0,VE81","X-XSS-Protection":"1; mode=block"},"ssl-verify":true,"status":"200"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
bytes,content-type,elapsed,endpoint,resource,status,entry-date,start-date,end-date | ||
226497,application/zip,0.111,25763ee988ddbee9003f2dd58941c01b166e1a61e88b956f1f734c4dc4584021,efbdafb929921097a6e002188e281047bb4d512d40a8f88ade26cbb44118f0e3,200,2021-12-08T00:45:14.095210,, | ||
488502,application/json,0.703,2edd619184cc8fdfcebab5be89c7de2ccbe03c72c7b6f71361920e3cda55163d,72337bced0ee7e6f7ec339822e3ec1a55dbd02729a1df3747308ebdd49905868,200,2021-11-23T22:56:40.329925,, | ||
11714,application/zip,0.099,7d33d185db7a5ba469da8f9e1d8d04a09f1a35650271282697d214e33dcd9fa1,e3a22838b44a3c1e594eee33788728a6366caef066690e5fb9fd91e46e74bac1,200,2021-12-08T00:45:14.095210,, | ||
,text/plain,2.558,7da2249ae0e47c95121d6e5d32c02eac27af0b19de5413ee6525002726d990b3,b9f01065469eb19645c1f00acb149289d2f050e5a6407a8fc8db199ed37c923a,200,2021-12-23T00:44:27.872361,, | ||
130967,text/plain,0.781,acf1a75e8ef40a8d4f6557f68324a1e11a4b2a841a2aa1f15bd9151b55e42aee,d658eefe9069c1559281ef97c120c45d859f4135cdca3d78ee628f96d8ecdfd0,200,2021-12-23T00:44:27.872361,, | ||
5730,application/zip,0.088,f9e48302f921da41ac204cd97817651db192c83dcbc032afc9a8f19f6ce57849,9d20207f8f2f674fda09b9632bd5d1495a635fcb762827b46c96522a45624bff,200,2021-12-08T00:45:14.095210,, | ||
121,text/plain; charset=utf-8,0.145,fe11d79074c5744a47ce11171e6f7c376ea41a62ef2882d527192213645b9503,47e8c774370b10c803da048f4f1d98cfb028d25e01408314c92f0ac74cbee12b,200,2021-11-22T16:26:21.327494,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
resource,bytes,organisations,endpoints,start-date,end-date | ||
47e8c774370b10c803da048f4f1d98cfb028d25e01408314c92f0ac74cbee12b,152,government-organisation:PB1164,fe11d79074c5744a47ce11171e6f7c376ea41a62ef2882d527192213645b9503,2021-11-22,2021-11-22 | ||
72337bced0ee7e6f7ec339822e3ec1a55dbd02729a1df3747308ebdd49905868,1730355,local-authority-eng:LBH,2edd619184cc8fdfcebab5be89c7de2ccbe03c72c7b6f71361920e3cda55163d,2021-11-23,2021-11-23 | ||
9d20207f8f2f674fda09b9632bd5d1495a635fcb762827b46c96522a45624bff,5730,local-authority-eng:SWK,f9e48302f921da41ac204cd97817651db192c83dcbc032afc9a8f19f6ce57849,2021-12-08,2021-12-08 | ||
b9f01065469eb19645c1f00acb149289d2f050e5a6407a8fc8db199ed37c923a,931093,local-authority-eng:CAT,7da2249ae0e47c95121d6e5d32c02eac27af0b19de5413ee6525002726d990b3,2021-12-23,2021-12-23 | ||
d658eefe9069c1559281ef97c120c45d859f4135cdca3d78ee628f96d8ecdfd0,431332,local-authority-eng:CAT,acf1a75e8ef40a8d4f6557f68324a1e11a4b2a841a2aa1f15bd9151b55e42aee,2021-12-23,2021-12-23 | ||
e3a22838b44a3c1e594eee33788728a6366caef066690e5fb9fd91e46e74bac1,11714,local-authority-eng:SWK,7d33d185db7a5ba469da8f9e1d8d04a09f1a35650271282697d214e33dcd9fa1,2021-12-08,2021-12-08 | ||
efbdafb929921097a6e002188e281047bb4d512d40a8f88ade26cbb44118f0e3,226497,local-authority-eng:SWK,25763ee988ddbee9003f2dd58941c01b166e1a61e88b956f1f734c4dc4584021,2021-12-08,2021-12-08 |
4 changes: 4 additions & 0 deletions
4
...ction/resources/resource/474c4417dafdaa069449bb62980202f8b83ebeaa5eea2c6e689bed214ffcd2e9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
listed-building-grade,name,entry-date,start-date,end-date | ||
I,I,,,,, | ||
II,II,,,, | ||
II*,II*,,,, |
4 changes: 4 additions & 0 deletions
4
...ction/resources/resource/47e8c774370b10c803da048f4f1d98cfb028d25e01408314c92f0ac74cbee12b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
entity,listed-building-grade,name,entry-date,start-date,end-date,wikidata | ||
700000,I,I,,,,Q15700818 | ||
700001,II,II,,,,Q15700834 | ||
700002,II*,II*,,,,Q15700831 |
Oops, something went wrong.