[ckan-dev] Encoding error

Marek Šplíchal marek.splichal at gmail.com
Fri Feb 14 07:27:01 UTC 2014


Hi,
i was harvesting from Czech National Geoportal 
(http://geoportal.gov.cz/php/micka/csw/?service=CSW&version=2.0.2&request=GetCapabilities)

Dne 13.2.2014 17:06, Adrià Mercader napsal(a):
> Hi Marek,
>
> I know these are harvested datasets and that there is an encoding
> issue, but we need to know where exactly in the code is happening,
> that's why we need the stack trace and ideally one of the remote
> documents that is causing the problem.
>
> Thanks,
>
> Adrià
>
> On 13 February 2014 07:06, Marek Šplíchal <marek.splichal at gmail.com> wrote:
>> Errors are from importing INSPIRE metadata through CSW server, there are
>> validation errors, but this is no problem - this data are not under
>> ISO19139.
>> Problem is, when i try look at Local content (for example -
>> http://SERVER/harvest/object/282c4d82-191e-45ef-9402-13ecf95a4254), i get
>> this error with 'ascii' codec.
>>
>> Marek Splichal
>>
>> Dne 12.2.2014 13:53, Adrià Mercader napsal(a):
>>
>>> Hi Marek,
>>>
>>> Can you check the full traceback in the paster development server
>>> window or the error logs?
>>>
>>> What remote document are you trying to harvest?
>>>
>>> Adrià
>>>
>>>
>>> On 11 February 2014 07:20, Marek Šplíchal <marek.splichal at gmail.com>
>>> wrote:
>>>> I have harvested data - there are some errors - when i try to look from
>>>> Error log at Local content, i get
>>>>
>>>> 500 Internal Server Error
>>>>
>>>> The server has either erred or is incapable of performing the requested
>>>> operation.
>>>>
>>>> An error occurred: ['ascii' codec can't encode character u'\u0148' in
>>>> position 1616: ordinal not in range(128)]
>>>>
>>>> Marek Splichal
>>>> _______________________________________________
>>>> ckan-dev mailing list
>>>> ckan-dev at lists.okfn.org
>>>> https://lists.okfn.org/mailman/listinfo/ckan-dev
>>>> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>>> _______________________________________________
>>> ckan-dev mailing list
>>> ckan-dev at lists.okfn.org
>>> https://lists.okfn.org/mailman/listinfo/ckan-dev
>>> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>>
>> _______________________________________________
>> ckan-dev mailing list
>> ckan-dev at lists.okfn.org
>> https://lists.okfn.org/mailman/listinfo/ckan-dev
>> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev

-------------- next part --------------
2014-02-06 14:40:19,137 DEBUG [ckanext.spatial.model.package_extent] Spatial tables defined in memory
2014-02-06 14:40:19,141 DEBUG [ckanext.spatial.model.package_extent] Spatial tables already exist
2014-02-06 14:40:19,208 DEBUG [ckanext.harvest.model] Harvest tables defined in memory
2014-02-06 14:40:19,211 DEBUG [ckanext.harvest.model] Harvest tables already exist
2014-02-06 14:40:19,237 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3c718d0>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 14:40:20,282 DEBUG [ckanext.harvest.queue] Gather queue consumer registered
2014-02-06 15:07:58,844 DEBUG [ckanext.harvest.queue] Received harvest job id: b900a510-3b6d-4db0-ba2c-f95cb8ba1a21
2014-02-06 15:07:58,844 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x51dc950>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 15:07:59,391 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] CswHarvester gather_stage for job: <HarvestJob id=b900a510-3b6d-4db0-ba2c-f95cb8ba1a21 created=2014-02-06 13:51:55.060389 gather_started=2014-02-06 14:07:59.391881 gather_finished=None finished=None source_id=d815c163-70a4-4153-bd2c-28bb202e9d71 status=Running>
2014-02-06 15:07:59,392 DEBUG [ckanext.spatial.harvesters.base] Using config: {u'private_datasets': False}
2014-02-06 15:08:01,409 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] Starting gathering for http://service.ncddc.noaa.gov/oer-geoportal/csw/discovery?Request=GetCapabilities&Service=CSW&Version=2.0.2
2014-02-06 15:08:01,410 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 0, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 15:08:02,200 ERROR [ckanext.spatial.harvesters.csw.CSW.gather] Exception: Traceback (most recent call last):
  File "/usr/lib/ckan/default/src/ckanext-spatial/ckanext/spatial/harvesters/csw.py", line 90, in gather_stage
    for identifier in self.csw.getidentifiers(page=10):
  File "/usr/lib/ckan/default/src/ckanext-spatial/ckanext/spatial/lib/csw_client.py", line 119, in getidentifiers
    csw.getrecords2(**kwa)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/owslib/csw.py", line 341, in getrecords2
    self._invoke()
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/owslib/csw.py", line 598, in _invoke
    raise ows.ExceptionReport(self._exml, self.owscommon.namespace)
ExceptionReport: 'An exception occurred with no applicable code'
2014-02-06 15:08:02,204 ERROR [ckanext.harvest.harvesters.base] Error gathering the identifiers from the CSW server ['An exception occurred with no applicable code']
2014-02-06 15:08:02,207 ERROR [ckanext.harvest.queue] Gather stage failed

2014-02-06 16:08:32,316 ERROR [pika.adapters.base_connection] Read empty data, calling disconnect
2014-02-06 16:08:32,316 WARNI [pika.adapters.blocking_connection] Received Channel.Close, closing: None
Traceback (most recent call last):
  File "/usr/lib/ckan/default/bin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py", line 104, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py", line 143, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py", line 238, in run
    result = self.command()
  File "/usr/lib/ckan/default/src/ckanext-harvest/ckanext/harvest/commands/harvester.py", line 119, in command
    for method, header, body in consumer.consume(queue='ckan.harvest.gather'):
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 498, in consume
    self.connection.process_data_events()
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 88, in process_data_events
    if self._handle_read():
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 184, in _handle_read
    super(BlockingConnection, self)._handle_read()
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/base_connection.py", line 305, in _handle_read
    return self._handle_disconnect()
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 181, in _handle_disconnect
    self._on_connection_closed(None, True)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 232, in _on_connection_closed
    self._channels[channel]._on_close(method_frame)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 817, in _on_close
    self._send_method(spec.Channel.CloseOk(), None, False)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 920, in _send_method
    self.connection.send_method(self.channel_number, method_frame, content)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 120, in send_method
    self._send_method(channel_number, method_frame, content)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/connection.py", line 1331, in _send_method
    self._send_frame(frame.Method(channel_number, method_frame))
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 245, in _send_frame
    super(BlockingConnection, self)._send_frame(frame_value)
  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/pika/connection.py", line 1312, in _send_frame
    raise exceptions.ConnectionClosed
pika.exceptions.ConnectionClosed
2014-02-06 16:08:47,192 DEBUG [ckanext.spatial.model.package_extent] Spatial tables defined in memory
2014-02-06 16:08:47,201 DEBUG [ckanext.spatial.model.package_extent] Spatial tables already exist
2014-02-06 16:08:47,334 DEBUG [ckanext.harvest.model] Harvest tables defined in memory
2014-02-06 16:08:47,343 DEBUG [ckanext.harvest.model] Harvest tables already exist
2014-02-06 16:08:47,398 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x28b1110>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 16:08:48,447 DEBUG [ckanext.harvest.queue] Gather queue consumer registered
2014-02-06 16:38:43,933 DEBUG [ckanext.harvest.queue] Received harvest job id: cda5c0fc-96cb-4142-818c-151bc4984c52
2014-02-06 16:38:43,933 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3f4d6d0>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 16:38:44,481 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] CswHarvester gather_stage for job: <HarvestJob id=cda5c0fc-96cb-4142-818c-151bc4984c52 created=2014-02-06 15:37:42.122028 gather_started=2014-02-06 15:38:44.480941 gather_finished=None finished=None source_id=a5003999-bc26-45b7-826c-4ec73c22b995 status=Running>
2014-02-06 16:38:46,164 ERROR [ckanext.harvest.harvesters.base] Error contacting the CSW server: HTTP Error 502: Bad Gateway
2014-02-06 16:38:46,166 ERROR [ckanext.harvest.queue] Gather stage failed
2014-02-06 16:38:46,668 DEBUG [ckanext.harvest.queue] Received harvest job id: 6b68dc01-789b-4555-ba7b-1341be75778f
2014-02-06 16:38:46,668 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3f4de10>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 16:38:47,214 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] CswHarvester gather_stage for job: <HarvestJob id=6b68dc01-789b-4555-ba7b-1341be75778f created=2014-02-06 14:33:53.159571 gather_started=2014-02-06 15:38:47.214017 gather_finished=None finished=None source_id=c58b6e5c-d5cd-4fb2-bd73-80266089b8ef status=Running>
2014-02-06 16:38:49,539 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] Starting gathering for http://athena.snap.uaf.edu:8080/geonetwork/srv/en/csw?request=GetRecordById&service=CSW&version=2.0.2&elementSetName=full&id=4edfbeef-f830-4ce7-b6b1-557592ea8dce
2014-02-06 16:38:49,539 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 0, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:38:53,539 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 49d7fc6f-667a-44aa-b524-08946e301431 from the CSW
2014-02-06 16:38:53,539 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3d9a696c-eec7-4c1a-be1e-d5b288afc6cd from the CSW
2014-02-06 16:38:53,539 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier add11010-b483-46c5-9895-2d4abde3aa96 from the CSW
2014-02-06 16:38:53,539 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6c66201b-7888-47b1-9655-05dc2a892d51 from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c1a7a9f4-8816-41ee-89d9-4a4f62b2745c from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 14eef464-ced8-4efb-ba89-f12dd9ce2972 from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f64b30e5-7e05-4353-8818-e9c29554f15e from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e4b25ee5-172c-41a8-a61c-f537ae8d01e7 from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f620e331-6322-4896-894d-d27d8da0ab8f from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f698391-229e-4519-8b59-9b9eeaa3061b from the CSW
2014-02-06 16:38:53,540 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 10, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 39894351-dc63-49df-92aa-355aa4adb2f8 from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 06881001-3492-41b3-8e7e-313109b79b4c from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d1a8668c-ab42-4997-8699-94ac4a637471 from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 23d1410b-b89b-4a09-8803-5c71a0b41475 from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 49d7fc6f-667a-44aa-b524-08946e301431 from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ec7cdc23-9566-42ff-a11a-8b651d74f958 from the CSW
2014-02-06 16:38:56,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 17a08502-48d2-43df-a765-103b71a39643 from the CSW
2014-02-06 16:38:56,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f7414a26-8475-4ef8-958f-1055d892acef from the CSW
2014-02-06 16:38:56,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 815f24b8-c9a4-48db-9d8f-c3de1f78d9d7 from the CSW
2014-02-06 16:38:56,232 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 20, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 42a070da-eed4-4f88-8398-a105b94f2712 from the CSW
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1a9c11e4-b1a7-4823-84d3-c7b6452b5ab7 from the CSW
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 320f9dab-72ef-430f-aa3d-8bfa72c506dc from the CSW
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 21670043-8acd-4d49-b5a2-7d9fe43065c5 from the CSW
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f06a7d6d-881b-430b-a4e8-55509bf1c64c from the CSW
2014-02-06 16:38:57,938 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f3b467ef-348e-484d-b978-b8cecff31fd0 from the CSW
2014-02-06 16:38:57,939 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 40599a21-b90d-4e7f-ae4e-730cb0c62e1c from the CSW
2014-02-06 16:38:57,939 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b19da310-a806-4944-afe5-626fcd441d8d from the CSW
2014-02-06 16:38:57,939 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89c05f8b-901c-4189-b348-705e831f344b from the CSW
2014-02-06 16:38:57,939 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e0558559-7b79-4538-9a66-a70c97bb0182 from the CSW
2014-02-06 16:38:57,939 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 30, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:38:59,136 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5d5fc56b-cb4d-445e-b9d3-ad75c4b91c0d from the CSW
2014-02-06 16:38:59,136 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d81b4301-60b9-4f67-a228-1e1933b52b42 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4a96e816-7438-4f82-b832-5874be365458 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 893290cf-85aa-4d5d-8b7b-6c1e8a6a1868 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4edfbeef-f830-4ce7-b6b1-557592ea8dce from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daad4e1-25af-4dab-af56-ab264b109f87 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5d44e883-5bcd-452d-9a57-07a8ce6cc3c6 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ad048792-607a-4916-8c65-0d6397632104 from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8779c844-7d36-4bf4-b206-4fbe495a061a from the CSW
2014-02-06 16:38:59,137 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 675300af-398b-47d2-8082-69fdb9c88700 from the CSW
2014-02-06 16:38:59,138 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 40, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:39:00,481 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6560181b-0089-4784-bd26-35adff4af4a3 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a177e01f-cff3-4ac3-a9d7-17f5d02d8f84 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier cb57bbff-821c-45d1-ad7f-6aefd44cdfb0 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bf412351-1512-426a-b951-c64ce6387443 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b4e78677-30ad-45cc-be5a-68df52432329 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c25bc020-88f9-4b4b-8204-6dd58115dfd9 from the CSW
2014-02-06 16:39:00,482 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9b55b67e-5435-4cab-b08a-7c767ada4ab0 from the CSW
2014-02-06 16:39:00,483 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e5cf7039-4126-4e77-a3f9-c44b3db9faf7 from the CSW
2014-02-06 16:39:00,483 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0a75a9a8-2328-43a2-a602-ee9c9f6f430b from the CSW
2014-02-06 16:39:00,483 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 47bc9274-3d7d-4a56-9b03-aef4432d4490 from the CSW
2014-02-06 16:39:00,483 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 50, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bae12ef6-3cfe-4955-a8bf-696cf3c57f03 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1d4b3df4-8b48-4f12-9554-451fcdde92d7 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1b9831fb-27d6-4adf-9b42-72efdc051c50 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3601d9e8-d608-417b-ae30-f49b68af8430 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f9d2237b-75f1-477e-b7c9-68c42cfdf269 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 47bc9274-3d7d-4a56-9b03-aef4432d4490 from the CSW
2014-02-06 16:39:02,039 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd68bc1-e2f8-4b40-a583-ba54c97dcbec from the CSW
2014-02-06 16:39:02,040 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3ec2f6a6-17e9-4083-996d-ab8b7b92bd69 from the CSW
2014-02-06 16:39:02,040 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 808e230e-81b1-434f-99d9-32b03dee96e5 from the CSW
2014-02-06 16:39:02,040 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 60, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ca665424-055c-4a59-8b87-55fb8cb54ce4 from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5198a4b9-fa70-446b-87d9-183bc8362797 from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f7659f49-e345-4fbc-8788-f4b79308aaf7 from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier dc4f9497-3150-40d3-bb5d-0e056503e67a from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3f2c40ae-85aa-4798-9238-944833e44556 from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a3e91f7c-a3b6-4f2b-96a7-f0755cbfc9c7 from the CSW
2014-02-06 16:39:03,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 32dc115d-7f3c-4009-964e-9a6612ba6d83 from the CSW
2014-02-06 16:39:03,263 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 318f7a9f-4df9-4cb5-94c6-ac59eac4e027 from the CSW
2014-02-06 16:39:03,263 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e3c2e8ea-0896-4011-b11b-f2f941fec941 from the CSW
2014-02-06 16:39:03,263 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 70, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-06 16:39:04,290 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0ddddcb3-a907-411d-bfcd-9280c3c38da0 from the CSW
2014-02-06 16:39:04,290 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 839b17a4-8d1e-4b5d-863b-7132f485f50a from the CSW
2014-02-06 16:39:04,290 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 69c42f83-0b4d-410c-8cea-c49136369c99 from the CSW
2014-02-06 16:39:04,290 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c3e49722-f38a-408d-bd46-03e09780b485 from the CSW
2014-02-06 16:39:04,290 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 75d50654-6df3-4679-bd30-ef78e169cce9 from the CSW
2014-02-06 16:39:04,549 DEBUG [ckanext.harvest.queue] Received from plugin gather_stage: 70 objects (first: [u'c0109cb9-c9cd-4c8d-9feb-30cba6837a8c'] last: [u'8a39c2e2-d57b-4e42-a7f1-0db549a404d6'])
2014-02-06 16:39:04,555 DEBUG [ckanext.harvest.queue] Sent 70 objects to the fetch queue
2014-02-06 16:46:30,892 DEBUG [ckanext.harvest.queue] Received harvest job id: ed422c47-8631-448a-baa2-1814a976612a
2014-02-06 16:46:30,892 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3f75850>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 16:46:31,438 DEBUG [ckanext.harvest.harvesters.ckanharvester] In CKANHarvester gather_stage (http://linked.opendata.cz/resource/region/535826)
2014-02-06 16:46:31,915 ERROR [ckanext.harvest.harvesters.base] Unable to get content for URL: http://linked.opendata.cz/resource/region/535826/api/2/rest/package: HTTP Error 404: Not found
2014-02-06 16:46:31,917 ERROR [ckanext.harvest.queue] Gather stage failed
2014-02-06 16:49:30,308 DEBUG [ckanext.harvest.queue] Received harvest job id: 4ee17502-4606-4fb1-a742-79ae1ae1e9b3
2014-02-06 16:49:30,308 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3f97810>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-06 16:49:30,854 DEBUG [ckanext.harvest.harvesters.ckanharvester] In CKANHarvester gather_stage (cz.ckan.net)
2014-02-06 16:49:30,858 ERROR [ckanext.harvest.harvesters.base] Unable to get content for URL: cz.ckan.net/api/2/rest/package: unknown url type: cz.ckan.net/api/2/rest/package
2014-02-06 16:49:30,860 ERROR [ckanext.harvest.queue] Gather stage failed
2014-02-07 08:45:03,422 DEBUG [ckanext.harvest.queue] Received harvest job id: 214e8f8c-32d8-49d1-9913-6f13c0fb4f69
2014-02-07 08:45:03,422 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x405c990>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-07 08:45:03,968 DEBUG [ckanext.harvest.harvesters.ckanharvester] In CKANHarvester gather_stage (http://cz.ckan.net)
2014-02-07 08:45:05,672 DEBUG [ckanext.harvest.queue] Received from plugin gather_stage: 183 objects (first: [u'bd9e3875-b1de-41b7-b69e-ea6c6abb18f4'] last: [u'9a06402e-a60c-4986-9db8-9e6e274f162c'])
2014-02-07 08:45:05,697 DEBUG [ckanext.harvest.queue] Sent 183 objects to the fetch queue
2014-02-07 10:45:02,792 DEBUG [ckanext.harvest.queue] Received harvest job id: 0ce955aa-8d98-4ac8-8f8d-d4634308bc67
2014-02-07 10:45:02,792 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3f97810>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-07 10:45:03,338 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] CswHarvester gather_stage for job: <HarvestJob id=0ce955aa-8d98-4ac8-8f8d-d4634308bc67 created=2014-02-07 09:35:49.769447 gather_started=2014-02-07 09:45:03.338482 gather_finished=None finished=None source_id=e47c5f1e-dd8c-48eb-b41c-21bcd3a98379 status=Running>
2014-02-07 10:45:04,725 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] Starting gathering for http://mdu-data.arrc.csiro.au/geonetwork/srv/en/csw
2014-02-07 10:45:04,725 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 0, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:06,201 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0d5c2a35-de5c-47ab-a845-71b5e395fc41 from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e2c97096-67d0-4734-aa62-c5410a992dec from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 78a7f613-9b70-404e-a6db-0b363b461e65 from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 296ac3df-b36a-483b-a300-4bfad18ec7be from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1e290633-526d-45ca-b7ed-58525e4ca526 from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2ac5f52e-76b5-429e-b6d8-933edcc3cbe3 from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63d90615-4a9b-442a-9357-54a76092dd27 from the CSW
2014-02-07 10:45:06,202 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier fb00f4ec-b1d2-453c-a3c0-7c60200548c3 from the CSW
2014-02-07 10:45:06,203 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f050094d-1a20-4b53-9059-42abca6dd09f from the CSW
2014-02-07 10:45:06,203 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0b18dd5f-61a8-43e5-bd20-4600255dd63a from the CSW
2014-02-07 10:45:06,203 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 10, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:07,676 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ed1e5299-0d3a-478b-96eb-70ea226bd986 from the CSW
2014-02-07 10:45:07,676 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a3cec872-3d2a-4d6d-bb9a-78bdda0a07c3 from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f8d2f387-e47a-4bb0-b766-7ffc0f5e428c from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 78a7f613-9b70-404e-a6db-0b363b461e65 from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c21787ed-b7ad-4cb2-853e-39cbb81420fb from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier eae53187-4f8c-459c-8258-fdaebb91204d from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c0d5791a-9e0d-4ebb-9c0e-779e7997674e from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 28d92a32-e97c-4775-89d4-044c60bc916d from the CSW
2014-02-07 10:45:07,677 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7afe3735-6b67-45a8-a25a-df6ca5a2de0f from the CSW
2014-02-07 10:45:07,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 26234e11-6857-448a-8427-4d0201eee9e5 from the CSW
2014-02-07 10:45:07,678 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 20, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:09,062 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ee1ef39e-4b14-450b-b7af-09e0ba143b6b from the CSW
2014-02-07 10:45:09,062 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8ac0e125-a0e2-4e12-a788-a662f43f537a from the CSW
2014-02-07 10:45:09,062 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2c81e18c-0247-4f64-a599-257987d1c9f8 from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b1f8601f-1d62-47d6-918f-c50bdebf955f from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9bec72662b8d353d5fc982a410b4549d3248ef8c from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier af5c4071-2572-4cce-bd08-bed566ddf3db from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e09afa3f-35bd-412f-8e6f-6fd33abc3a99 from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c0c7e7c1-bab8-4966-9b21-ccb9900cc5cc from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5d25fd9d-40da-4f08-8aa2-1947082f7203 from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 07e719ab-b5ba-40bf-8fa7-aa38559278ea from the CSW
2014-02-07 10:45:09,063 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 30, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier fd67b030-8e91-4035-b1e9-a08748625c4c from the CSW
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a3ca9744-df41-4afe-866e-40727108b1f0 from the CSW
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 91277c783a20bd5d202db7b926d128545d88a3b3 from the CSW
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f22f1ecb-cbaf-4812-aaf1-4a96b18b0257 from the CSW
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e037d204-8b8b-4ad7-8276-1f4e05e8225a from the CSW
2014-02-07 10:45:10,448 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9e99c088-b2f1-4770-9589-848c4e35e9ff from the CSW
2014-02-07 10:45:10,449 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44eb820b-0b4f-4f53-bf87-0145558a2f04 from the CSW
2014-02-07 10:45:10,449 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0077ecb3-ef68-4f5c-87ad-887200859d81 from the CSW
2014-02-07 10:45:10,449 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier feb5ab4c-19a5-46de-95af-ace7aec7c00a from the CSW
2014-02-07 10:45:10,449 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8e7554e0-d028-4ba4-90de-4e922a424509 from the CSW
2014-02-07 10:45:10,449 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 40, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 14851142-907c-40e8-8607-ac6e94211a26 from the CSW
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c69883e8-6276-4edb-ad6c-7056ffc767c7 from the CSW
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f5f01dfa-77e3-4c04-b10f-437ffcf6940c from the CSW
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7f878aaa-ebcc-4e9a-b849-9a0ee1312e12 from the CSW
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 980989eb-14b6-43b9-891c-fe949d904246 from the CSW
2014-02-07 10:45:11,924 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier de96e75d-026a-4d6a-9df7-78eb0cddb0c5 from the CSW
2014-02-07 10:45:11,925 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5b81df53-d1cb-4eea-a199-2a6d07d1e43b from the CSW
2014-02-07 10:45:11,925 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 26025c38-9aff-417e-b729-561cdfcc7434 from the CSW
2014-02-07 10:45:11,925 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b66d436f-3619-412a-b1e3-7192240baa84 from the CSW
2014-02-07 10:45:11,925 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b4776ba2-7e65-49f7-8d02-9b6332509130 from the CSW
2014-02-07 10:45:11,925 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 50, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 10:45:12,900 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2301e3c8-6729-4678-83ca-90393f8d607f from the CSW
2014-02-07 10:45:12,900 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c7e665be-dc43-40cf-af44-5af613cb31b1 from the CSW
2014-02-07 10:45:12,900 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 43fc7d6b-3e4b-4f80-b779-a81d40bfc2db from the CSW
2014-02-07 10:45:12,900 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b352da95-52bc-4886-902b-b15014161f85 from the CSW
2014-02-07 10:45:13,097 DEBUG [ckanext.harvest.queue] Received from plugin gather_stage: 53 objects (first: [u'b5f9dea4-9d20-40da-85a3-7821127745eb'] last: [u'8c35f7a4-7d17-47be-8f25-402badf55c43'])
2014-02-07 10:45:13,102 DEBUG [ckanext.harvest.queue] Sent 53 objects to the fetch queue
2014-02-07 13:00:03,575 DEBUG [ckanext.harvest.queue] Received harvest job id: 1143e98f-1f01-4d1f-9db9-2134c5257917
2014-02-07 13:00:03,575 DEBUG [ckanext.harvest.queue] pika connection using {'retry_delay': 2.0, 'frame_max': 10000, 'channel_max': 0, 'locale': 'en_US', 'socket_timeout': 0.25, 'ssl': False, 'host': 'localhost', 'ssl_options': {}, 'virtual_host': '/', 'heartbeat': 0, 'credentials': <pika.credentials.PlainCredentials object at 0x3fa0c10>, 'backpressure_detection': False, 'port': 5672, 'connection_attempts': 1}
2014-02-07 13:00:04,121 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] CswHarvester gather_stage for job: <HarvestJob id=1143e98f-1f01-4d1f-9db9-2134c5257917 created=2014-02-07 11:52:47.848138 gather_started=2014-02-07 12:00:04.121554 gather_finished=None finished=None source_id=d5d78ee7-7fe6-43d4-ba8c-3db66ac32cc1 status=Running>
2014-02-07 13:00:04,525 DEBUG [ckanext.spatial.harvesters.csw.CSW.gather] Starting gathering for http://ms.cenia.cz/php/micka/csw/?service=CSW&version=2.0.2&request=GetCapabilities
2014-02-07 13:00:04,525 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 0, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:05,002 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier meta_exit_v1012_20101207 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d2a29d5-665c-43e1-aa1a-29a3c0a80137 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier meta_railxing_v1012_20101207 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d6de208-9080-4488-9863-6e63c0a80138 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d67b4cb-aa58-4426-9f16-2152c0a80138 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8045aa61-d08d-486a-ace2-d2b6800afa71 from the CSW
2014-02-07 13:00:05,003 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier meta_road_km_v1012_20101207 from the CSW
2014-02-07 13:00:05,004 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d2a2abd-3c78-4d30-8ab9-29a3c0a80137 from the CSW
2014-02-07 13:00:05,004 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d6cc67f-4994-479b-b064-6e63c0a80138 from the CSW
2014-02-07 13:00:05,004 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier meta_gn_v1012_20101207 from the CSW
2014-02-07 13:00:05,004 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 10, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d99935a-ed90-4c56-ad12-3d2dc0a80137 from the CSW
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d7f6c0e-eb24-4a4c-b609-5c5bc0a80138 from the CSW
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d998f54-72ec-4bbd-a95b-3d32c0a80137 from the CSW
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d6f40ac-861c-429c-8e1f-13fec0a80137 from the CSW
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FDF436ED-6B56-4F8B-86F0-A6F091D7D249} from the CSW
2014-02-07 13:00:05,474 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d91f93f-4df0-4a03-a0d9-62dbc0a80137 from the CSW
2014-02-07 13:00:05,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d6de208-9080-4488-9863-6e63c0a80138 from the CSW
2014-02-07 13:00:05,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d8c484e-c7fc-45b9-bdfd-5086c0a80137 from the CSW
2014-02-07 13:00:05,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d79f793-1cac-4e28-b50d-664cc0a80138 from the CSW
2014-02-07 13:00:05,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {AC32BB1B-4A5A-47E1-85F8-7C8428F4EAF5} from the CSW
2014-02-07 13:00:05,475 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 20, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:05,942 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 097D4A04-D516-41E1-9F55-5CD114711708 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50FD320C-007A-49C2-921C-597F95E52611 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 79DE43AF-3F9C-47B3-89AD-250031C39F46 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44BC2ED3-C1CD-4733-87AE-5BDA2269CAD0 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0A7F12C6-2FE9-432A-8A59-A1975CAD91B6 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B75637CF-B91C-435A-8ABD-6BB3F076A343 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7F8B74A0-0D88-43CC-9848-A06883BC34B9 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 43BBB479-2353-45D2-A85B-7E93673BA5B8 from the CSW
2014-02-07 13:00:05,943 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d999813-dc68-4d62-b0c5-3ffcc0a80137 from the CSW
2014-02-07 13:00:05,944 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BF4B3D4E-6A74-48AD-A99B-DD5275861F72 from the CSW
2014-02-07 13:00:05,944 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 30, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0F648E62-C04F-43A2-A771-96CCC136E383 from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F4F285CA-E1EE-4AE0-ACE3-9E0040794651 from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9195D49A-4054-4078-A7C9-979680E856EB from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E5673B49-A9E7-4416-97B8-6298FC05EAF5 from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9B64C02C-4E20-4BC3-81D9-CA9B45AC9CAA from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 21733E1F-21B7-4ABC-B1C2-DC19C0237380 from the CSW
2014-02-07 13:00:06,444 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 941F6B55-F29A-4F0D-9432-A23FAE1CD4D4 from the CSW
2014-02-07 13:00:06,445 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CF305C3E-5FEE-491F-B259-090A1F04CE60 from the CSW
2014-02-07 13:00:06,445 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 30D365B9-CCDF-4A94-9946-47AFDC002681 from the CSW
2014-02-07 13:00:06,445 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F260FDE4-6F45-48E8-9B89-DD06A2CF3E1A from the CSW
2014-02-07 13:00:06,445 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 40, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:06,883 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BA4E29DE-E3F8-4E7D-8CAC-F6F930472358 from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 33D497D4-6042-40B6-BF3A-C60D120948DD from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0A098A2F-E7E0-413A-81BA-EB8B7CB52FFE from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C4AC36EC-4E02-4ABA-B66A-C74672EF0299 from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B77C12FC-E375-4919-8A70-5BA0C4F52DB0 from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3382814A-DACD-4DB8-87C5-C4A72E890456 from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7AEA7C06-D8B7-4D32-8557-B2A0CF46FF37 from the CSW
2014-02-07 13:00:06,884 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0EF6B12B-6601-4FFC-BF57-AC0090573BC2 from the CSW
2014-02-07 13:00:06,885 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DAE1D55A-245F-4D34-A59B-541ACA236A08 from the CSW
2014-02-07 13:00:06,885 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0512FAEF-7EC6-484F-8EE2-ABE2D05E4F5B from the CSW
2014-02-07 13:00:06,885 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 50, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:07,422 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A3D685FF-A620-4886-BF66-E2A598F648D4 from the CSW
2014-02-07 13:00:07,422 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2B7AB7CF-A6B0-4AB8-BB2B-229AC168605C from the CSW
2014-02-07 13:00:07,422 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7A0325BC-5C55-4521-89F5-7EC8A732E222 from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AF41A32A-DC73-48A1-A09B-0846A0DF72B5 from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EB0E229E-2F1F-440C-AB3B-F06CC28FACAC from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F0C18921-A077-47CD-A002-16A5ECE03EA6 from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44BACB82-E8B1-41BA-A395-7FAA4C49E50E from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5D83E019-F5F7-4D24-ADF2-3141D035C0E4 from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 853B34B7-D384-45C5-938F-CD8E15FC0C5C from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 72ED8059-57B6-497F-A088-275A7442CD1F from the CSW
2014-02-07 13:00:07,423 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 60, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:08,062 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7F257476-C376-41CA-AE4B-D55626280F53 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 994FB695-55DD-4081-93E4-30539EEDC180 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 54353FC6-DB34-4307-A61B-22ACD027EBE3 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 42CED28D-C5A7-4FF1-92A9-81250DC14F64 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 98FE3C8E-A381-4777-ADE5-F4F71858462E from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 81F2F231-87B0-47FD-8C3A-425E3B318841 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d3b5e780-e780-13b5-af3b-42c9fca53542 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0F27A731-F9CD-43E6-8902-CF5271D254E6 from the CSW
2014-02-07 13:00:08,063 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5F16A726-88B1-4D56-85DB-F02917C1DEE0 from the CSW
2014-02-07 13:00:08,064 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F233956F-950B-4727-AEFA-3DFA3AEB60DD from the CSW
2014-02-07 13:00:08,064 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 70, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daec66c-c2e4-4a7f-9707-743fc0a80137 from the CSW
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daed04d-8a9c-4781-88eb-688ac0a80137 from the CSW
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daed4c0-aa1c-46ad-863c-6cd4c0a80137 from the CSW
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daecc72-af08-4037-ba65-688ac0a80137 from the CSW
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daec7ac-86a8-4191-9fd3-7ed6c0a80137 from the CSW
2014-02-07 13:00:08,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 040D0542-9C47-4363-8344-4CAB90EF733C from the CSW
2014-02-07 13:00:08,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeca13-7bfc-4a06-8eb8-7394c0a80137 from the CSW
2014-02-07 13:00:08,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daed60b-fa60-4ab7-8346-6d51c0a80137 from the CSW
2014-02-07 13:00:08,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dae8889-5104-4e69-88d1-14d1c0a80138 from the CSW
2014-02-07 13:00:08,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daed303-f464-4ce2-a94a-6d51c0a80137 from the CSW
2014-02-07 13:00:08,493 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 80, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:08,936 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daee96c-878c-492d-b1bb-743fc0a80137 from the CSW
2014-02-07 13:00:08,936 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeecc5-b2ec-4c99-8774-7330c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daee9de-c810-4779-9cf5-0ce7c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeec29-ab6c-4127-9a8a-760ec0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daee863-861c-416d-b89c-7330c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daede3c-f148-455d-98aa-6b52c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daee663-5edc-442d-9f4e-7330c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeeb35-3934-4bd1-9ed0-6d51c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daedefb-e47c-4ed3-a797-760ec0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeea9e-3b90-44d0-89b5-7330c0a80137 from the CSW
2014-02-07 13:00:08,937 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 90, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:09,412 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafec61-dd20-45eb-a34b-19dcc0a80137 from the CSW
2014-02-07 13:00:09,412 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeedb1-2ff0-4245-a545-09e5c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4daeed3b-7eb0-44e2-842f-7ed6c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafe9cc-d67c-4e8f-8da3-12a3c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafe750-1328-4911-8b0d-12a3c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dba58a5-ce74-47a1-aed1-0522c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafe904-3e9c-41bd-8e15-191ec0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafe63d-57b0-4342-9249-0ce7c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafebe7-88ec-4aaa-8d25-12a3c0a80137 from the CSW
2014-02-07 13:00:09,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafeb3e-8e1c-45ee-839e-0d27c0a80137 from the CSW
2014-02-07 13:00:09,414 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 100, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:09,881 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc16717-e298-4232-af95-7bc3c0a80137 from the CSW
2014-02-07 13:00:09,881 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc166fe-f570-4e2e-a740-7bc2c0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc16757-6ee0-49b2-b941-7bdfc0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc16743-effc-434d-a323-0cd3c0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dbfd907-42a8-4e34-83b3-637ac0a80138 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc16555-ba5c-4cb8-add1-0ec8c0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc1672b-6658-4bda-beba-7e64c0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc165b8-b52c-4517-ad86-7bc2c0a80137 from the CSW
2014-02-07 13:00:09,882 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4cad5180-5180-1cad-8700-65ca8801aa85 from the CSW
2014-02-07 13:00:09,883 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc166d2-6170-47bd-ad91-7cfbc0a80137 from the CSW
2014-02-07 13:00:09,883 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 110, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ED96C76-E043-4E57-8CFE-DD0A1F91A47E from the CSW
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 83E2BBE0-4C6C-4EED-8442-1144F75919B5 from the CSW
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D8B28AFB-A560-4A20-8F69-EFD2CA3F0560} from the CSW
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 35289580-9580-1528-8420-65ca8801aa85 from the CSW
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44A3BE8B-B45F-40D8-87BD-C8EAB51A713E from the CSW
2014-02-07 13:00:10,405 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4acb466b-0580-46a2-8627-3a270a02080a from the CSW
2014-02-07 13:00:10,406 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B8915C7A-CAA1-4D91-BC85-12D66F3A0EA2 from the CSW
2014-02-07 13:00:10,406 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 85850e80-0e80-1585-a3c3-c88088beb3f3 from the CSW
2014-02-07 13:00:10,406 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5FE6CC6C-ABAA-430C-9EC3-F638B7E1E7D1} from the CSW
2014-02-07 13:00:10,406 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0841327D-40AF-4E22-8581-B98985ED5D5D} from the CSW
2014-02-07 13:00:10,406 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 120, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:10,835 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D06FF5C0-9ACC-4D86-84D5-602ABD8C9E66} from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 157a4800-4800-157a-af19-56e24c6f33e1 from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63c8d780-d780-13c8-ac4c-56e24c6f33e1 from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {CF1D4198-9873-45C5-843C-8F2770B179A3} from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C53322A5-9EBB-42DE-9775-282FFF5F1030} from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {123977E7-9BAB-4D95-9236-05BD3FD0C92A} from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 989a6480-6480-189a-a8a4-56e24c6f33e1 from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0c763780-3780-1c76-a6d7-56e24c6f33e1 from the CSW
2014-02-07 13:00:10,836 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CB9B1FB5-8C0F-418E-9F50-8F5DFBA16BE1 from the CSW
2014-02-07 13:00:10,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc926d9-f988-4def-b568-7e82c0a80138 from the CSW
2014-02-07 13:00:10,837 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 130, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:11,261 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ed7b1800-1800-1d7b-a806-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d2afae80-ae80-12af-abd0-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e40d7680-7680-140d-ac0c-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9b39f700-f700-1b39-ac41-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 359b3a00-3a00-159b-81bb-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 55dac580-c580-15da-9542-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29c54180-4180-19c5-8bda-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,262 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9988fb80-fb80-1988-b9a8-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,263 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76a06510-6510-16a0-ac0e-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,263 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44021e00-1e00-1402-ac3a-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,263 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 140, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e2c4ad80-ad80-12c4-9a33-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ae53f000-f000-1e53-8d61-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b894bc80-bc80-1894-bd4f-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9b6080-6080-1f9b-9e2c-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 232aad00-ad00-132a-8bc8-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 553d0700-0700-153d-a5c5-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 94ff7380-7380-14ff-a34b-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6ef0b780-b780-1ef0-b1b6-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b5402a00-2a00-1540-81d1-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c1bf7580-7580-11bf-91e2-56e24c6f33e1 from the CSW
2014-02-07 13:00:11,732 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 150, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7d60e-15b8-44e1-ac8a-0e087f000001 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc80386-3020-4a0d-8e16-09f87f000001 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier eea12780-2780-1ea1-9bd0-56e24c6f33e1 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7fb0f-aaf0-4f83-899a-0e987f000001 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc805ad-de38-4d15-92db-01ac7f000001 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7da79-4e90-4492-b1f0-06247f000001 from the CSW
2014-02-07 13:00:12,197 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7f3fe-0e30-4de6-aeb3-0ea07f000001 from the CSW
2014-02-07 13:00:12,198 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7faa9-985c-4cbe-9067-0d147f000001 from the CSW
2014-02-07 13:00:12,198 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc7e67b-37f4-49a2-bc04-0e087f000001 from the CSW
2014-02-07 13:00:12,198 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc94d42-e400-46a2-a3df-049cc0a80137 from the CSW
2014-02-07 13:00:12,198 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 160, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7dc56a00-6a00-1dc5-8ba7-c88088beb3f3 from the CSW
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 74d49880-9880-14d4-8092-c88088beb3f3 from the CSW
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7dc56a00-6a00-1dc5-b2bb-c88088beb3f3 from the CSW
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7dc56a00-6a00-1dc5-b7c1-c88088beb3f3 from the CSW
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7d2cd380-d380-1d2c-9bb8-c88088beb3f3 from the CSW
2014-02-07 13:00:12,747 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7dc56a00-6a00-1dc5-82b8-c88088beb3f3 from the CSW
2014-02-07 13:00:12,748 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 756d2f00-2f00-156d-99d6-c88088beb3f3 from the CSW
2014-02-07 13:00:12,748 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 74d49880-9880-14d4-b60c-c88088beb3f3 from the CSW
2014-02-07 13:00:12,748 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc95abb-99a0-4718-be68-0562c0a80137 from the CSW
2014-02-07 13:00:12,748 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7d2cd380-d380-1d2c-8dda-c88088beb3f3 from the CSW
2014-02-07 13:00:12,748 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 170, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:13,266 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89b12c00-2c00-19b1-996c-c88088beb3f3 from the CSW
2014-02-07 13:00:13,266 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89b12c00-2c00-19b1-b882-c88088beb3f3 from the CSW
2014-02-07 13:00:13,266 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8a49c280-c280-1a49-b86e-c88088beb3f3 from the CSW
2014-02-07 13:00:13,266 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89189580-9580-1918-8836-c88088beb3f3 from the CSW
2014-02-07 13:00:13,266 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 887fff00-ff00-187f-96eb-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89b12c00-2c00-19b1-83fb-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89b12c00-2c00-19b1-8e2c-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8a49c280-c280-1a49-9d37-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8027c400-c400-1027-b5c0-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80c05a80-5a80-10c0-8892-c88088beb3f3 from the CSW
2014-02-07 13:00:13,267 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 180, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:13,734 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8ae25900-5900-1ae2-a57d-c88088beb3f3 from the CSW
2014-02-07 13:00:13,734 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8ae25900-5900-1ae2-94b3-c88088beb3f3 from the CSW
2014-02-07 13:00:13,734 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-bf7f-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-9e51-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-b56d-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8d44b300-b300-1d44-9e2a-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-a565-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8ae25900-5900-1ae2-a089-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-9559-c88088beb3f3 from the CSW
2014-02-07 13:00:13,735 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8c138600-8600-1c13-a15d-c88088beb3f3 from the CSW
2014-02-07 13:00:13,736 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 190, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd62868-f738-4a3f-98c6-3eb1c0a80138 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e7fdea80-ea80-17fd-aa56-c88088beb3f3 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 12739c80-9c80-1273-b776-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier da0f1880-1880-1a0f-a9bd-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8a4e8880-8880-1a4e-b068-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 39ca6990-6990-19ca-8afc-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 49d1d384-446c-469d-8634-346c0a0132cf from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6d2cc180-c180-1d2c-9381-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a0c55780-5780-10c5-9a27-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b0da8b80-8b80-10da-b692-42c9fca53542 from the CSW
2014-02-07 13:00:14,341 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 200, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:14,730 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ddcf72d-290c-4efd-9c04-512bc0a80137 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5dd13e-3f3c-4c36-8d40-0279c0a80137 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5b4f30-4f24-477f-b030-4c4ec0a80138 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e60d65e-7e5c-4913-90dc-3e9cc0a80137 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5dd26f-e56c-4fe0-9f82-0276c0a80137 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5b6efa-8a9c-4379-9fe1-46d9c0a80138 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4df8a529-eb58-4e79-8388-6358c0a80138 from the CSW
2014-02-07 13:00:14,731 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dda0d8b-9204-4201-9ee7-3f6ac0a80138 from the CSW
2014-02-07 13:00:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8b7aef90-ef90-1b7a-a970-c88088beb3f3 from the CSW
2014-02-07 13:00:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5b40a0-509c-464c-9fe5-4ab8c0a80138 from the CSW
2014-02-07 13:00:14,732 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 210, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:15,138 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e648b3d-abc8-46e1-807c-07cfc0a80138 from the CSW
2014-02-07 13:00:15,138 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64aa49-4c3c-42b4-b258-06a3c0a80138 from the CSW
2014-02-07 13:00:15,138 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e5e193a-e33c-412d-8979-2663c0a80137 from the CSW
2014-02-07 13:00:15,138 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64ade2-d600-4dbb-8c66-06a9c0a80138 from the CSW
2014-02-07 13:00:15,138 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e648762-52bc-4e16-a12a-06a5c0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64b131-20a8-4a6d-b5d6-06a3c0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64a447-3910-49b0-8b40-07cfc0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64a7fc-33f0-460d-bc31-06a9c0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64acff-8130-48f5-9663-06aac0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64b4f9-db7c-483e-9ebd-06aac0a80138 from the CSW
2014-02-07 13:00:15,139 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 220, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:15,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e6786c7-83a8-4f1f-b778-0af5c0a80137 from the CSW
2014-02-07 13:00:15,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64bc59-65b0-4475-aae2-06a8c0a80138 from the CSW
2014-02-07 13:00:15,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64de08-3ea8-4461-bf3f-06a8c0a80138 from the CSW
2014-02-07 13:00:15,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64d65b-5d04-4a7c-a02e-07cfc0a80138 from the CSW
2014-02-07 13:00:15,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64e487-f334-44d4-ab1f-083ac0a80138 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64cbc7-f2d8-44a1-9df6-06a3c0a80138 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64d0b3-0d58-4a5f-b25f-06a4c0a80138 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64db72-fba8-481b-b22b-083ac0a80138 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e64c1d9-6b4c-4cd9-8fb2-06aac0a80138 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e678953-ba1c-49a2-a61e-3b96c0a80137 from the CSW
2014-02-07 13:00:15,613 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 230, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e686d02-24e4-48ad-9822-458ec0a80138 from the CSW
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e686671-c710-4758-8690-446bc0a80138 from the CSW
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e687883-47e8-4813-8752-41fdc0a80138 from the CSW
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e687e60-4998-45b8-9ca6-4587c0a80138 from the CSW
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68a729-001c-4982-a605-458ec0a80138 from the CSW
2014-02-07 13:00:16,065 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e6862db-17e0-4a7e-95b8-4c6ac0a80138 from the CSW
2014-02-07 13:00:16,066 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e686401-0a34-407b-9881-44bcc0a80138 from the CSW
2014-02-07 13:00:16,066 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e6872d0-e058-4aa0-a005-431bc0a80138 from the CSW
2014-02-07 13:00:16,066 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e686b3f-6420-494b-8845-513fc0a80138 from the CSW
2014-02-07 13:00:16,066 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68618c-ce0c-4eae-8fbd-43fcc0a80138 from the CSW
2014-02-07 13:00:16,066 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 240, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:16,614 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DATA200-DOPRAVA-V from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68d14d-0464-4b10-9399-43fcc0a80138 from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68d5e0-05cc-44d8-8ea8-41fdc0a80138 from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68d462-0150-4984-9967-44e9c0a80138 from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68aab7-4288-43dc-be78-513fc0a80138 from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-COM-R from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-CZEPOS-BODY from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-COC-R from the CSW
2014-02-07 13:00:16,615 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68cdd3-2af8-42c0-a276-458ec0a80138 from the CSW
2014-02-07 13:00:16,616 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e68d2fe-3270-49c6-99b5-513fc0a80138 from the CSW
2014-02-07 13:00:16,616 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 250, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:17,363 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DMP1G-V from the CSW
2014-02-07 13:00:17,363 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DMR4G-V from the CSW
2014-02-07 13:00:17,363 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DATA200-SIDLA-V from the CSW
2014-02-07 13:00:17,363 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DBP-VBP from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DATA200-VODSTVO-V from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DBP-TBP from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DATA200-HRANICE-V from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DATA200-V from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DMR5G-V from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-DBP-PBP from the CSW
2014-02-07 13:00:17,364 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 260, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-MCR500-RB from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-KRAJE-V from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-OBCE-V from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-MCR1M-RB from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SBIRKA_I-R from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-GEONAMES-V from the CSW
2014-02-07 13:00:17,995 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-CR-V from the CSW
2014-02-07 13:00:17,996 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-KM from the CSW
2014-02-07 13:00:17,996 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-KU-V from the CSW
2014-02-07 13:00:17,996 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ORTOFOTO-R from the CSW
2014-02-07 13:00:17,996 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 270, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SLUZBY-CZEPOS from the CSW
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-RK from the CSW
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-OKRESY-V from the CSW
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-RB from the CSW
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-VK from the CSW
2014-02-07 13:00:18,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-ORP-V from the CSW
2014-02-07 13:00:18,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-POUVSE-V from the CSW
2014-02-07 13:00:18,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-OKRESVSE-V from the CSW
2014-02-07 13:00:18,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-V from the CSW
2014-02-07 13:00:18,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH10-POU-V from the CSW
2014-02-07 13:00:18,674 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 280, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:19,186 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-VIEW-CP from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-ZABAGED from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WCTS from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZABAGED-VG from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-DATA200-P from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-TOPO75-R from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-VV from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-GEONAMES from the CSW
2014-02-07 13:00:19,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-KM from the CSW
2014-02-07 13:00:19,188 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-SPRAVHRAN from the CSW
2014-02-07 13:00:19,188 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 290, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZM10-RB from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZABAGED-VV from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-BODOVAPOLE-P from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZM50-RB from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZABAGED-VP from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-GEONAMES-P from the CSW
2014-02-07 13:00:19,793 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-GEOGRSIT-P from the CSW
2014-02-07 13:00:19,794 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-CSW from the CSW
2014-02-07 13:00:19,794 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZM200-RB from the CSW
2014-02-07 13:00:19,794 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ZM25-RB from the CSW
2014-02-07 13:00:19,794 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 300, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:20,273 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-KLADY-P from the CSW
2014-02-07 13:00:20,273 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-PREHLEDKY-P from the CSW
2014-02-07 13:00:20,273 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-SPRAVHRAN-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ZABAGED-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ORTOFOTO-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e7b1467-5cc0-47e8-a5bb-0a3fc0a80153 from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ZM10-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-SM5-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-SM5V-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ZM50-P from the CSW
2014-02-07 13:00:20,274 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 310, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:20,720 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f02fcf7-1078-4948-871f-2fdcc0a80138 from the CSW
2014-02-07 13:00:20,720 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-ECO-AZZU from the CSW
2014-02-07 13:00:20,720 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e7b1714-7c98-4f35-9f1e-0a3dc0a80153 from the CSW
2014-02-07 13:00:20,720 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e8bfa04-d9fc-46f1-b00c-262fc0a80137 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e8c0861-1880-46d7-974a-7f3bc0a80137 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e92de1c-50cc-4ae2-9eb3-14dec0a80137 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e92dfc1-7b04-4c17-9038-14ddc0a80137 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4eaf03ef-4510-457d-a640-2ba1c0a80138 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-AGS-ZM-P from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ec3a58b-bc5c-4290-92c2-1e5bc0a80153 from the CSW
2014-02-07 13:00:20,721 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 320, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:21,199 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-ECO-PPr from the CSW
2014-02-07 13:00:21,199 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REG-CYKLOTRASY from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UP-EVIDENCE from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-A2-LIMITY from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UP-2005,2006 from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UP-DOTACE from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UPG from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UKM from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-TRF-SILNICE-II-III from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-A1-HODNOTY from the CSW
2014-02-07 13:00:21,200 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 330, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ZM200 from the CSW
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOFOTO-JMK from the CSW
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-3D from the CSW
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ZM50 from the CSW
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-SH10 from the CSW
2014-02-07 13:00:21,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOFOTO from the CSW
2014-02-07 13:00:21,714 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2005-LVA from the CSW
2014-02-07 13:00:21,714 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-GEONAMES from the CSW
2014-02-07 13:00:21,714 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ZABAGED from the CSW
2014-02-07 13:00:21,714 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ZM10 from the CSW
2014-02-07 13:00:21,714 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 340, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:22,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-RASTR200 from the CSW
2014-02-07 13:00:22,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOFOTO53 from the CSW
2014-02-07 13:00:22,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-UKM11 from the CSW
2014-02-07 13:00:22,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOFOTO09 from the CSW
2014-02-07 13:00:22,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-VIEW-GN from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ORTOFOTO-P from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-TUR20 from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ZM-P from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-SH50 from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-DMT2005 from the CSW
2014-02-07 13:00:22,238 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 350, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:22,672 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-B1.3-VYMEZENI from the CSW
2014-02-07 13:00:22,672 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-B1.2-STRETY from the CSW
2014-02-07 13:00:22,672 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2010-AGLOMERACNI-VAZBYmBRNA from the CSW
2014-02-07 13:00:22,672 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-A3-ZAMERY from the CSW
2014-02-07 13:00:22,672 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-4-VPS from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-UAP-B1.1-ZAVADY from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2010-CILOVE-CHARAKTERISTIKY from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-2-KORIDORY from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-1-USPORADANI from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-3-OBLASTI from the CSW
2014-02-07 13:00:22,673 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 360, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:23,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71b004-969c-446e-9113-2a07c0a80138 from the CSW
2014-02-07 13:00:23,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-O1-SIRSI from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71a4fb-b738-475e-9654-29a3c0a80138 from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-O2-O3-KOORDINACNI from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-5-STUDIE from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-V1-V7-VLIVY from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71b410-7e78-4d73-a1bc-2a84c0a80138 from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-ZUR-O4-VARIANTY from the CSW
2014-02-07 13:00:23,192 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71b223-8750-488b-9fdb-2a07c0a80138 from the CSW
2014-02-07 13:00:23,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71a29e-b044-4f65-ac5a-2c37c0a80138 from the CSW
2014-02-07 13:00:23,193 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 370, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:23,681 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71c6e7-50e0-4d32-a3a8-3c40c0a80137 from the CSW
2014-02-07 13:00:23,681 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71c95b-2ab8-497a-b262-3e2cc0a80137 from the CSW
2014-02-07 13:00:23,681 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d7bd-6180-4250-b196-40afc0a80138 from the CSW
2014-02-07 13:00:23,681 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71b89c-f8d8-4671-81d4-2c3fc0a80138 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71c894-8c14-470d-a057-3e8fc0a80137 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71c798-47b8-42eb-ace3-3e92c0a80137 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71ba64-aa2c-4ca6-8b0c-2c3fc0a80138 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d3a5-633c-41a5-bde8-40afc0a80138 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71c1d7-3168-4fe2-839d-2b59c0a80138 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71bbea-4f9c-4e01-a2b2-3eb8c0a80138 from the CSW
2014-02-07 13:00:23,682 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 380, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:24,190 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d860-d1b4-4823-9853-3eb8c0a80138 from the CSW
2014-02-07 13:00:24,190 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f721c8e-0d04-48f9-967d-3e2cc0a80137 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f721fb2-3528-41c9-a37e-3e2ac0a80137 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f721ad1-8db8-45c9-ad60-4208c0a80137 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d97f-e848-421c-aa19-3f10c0a80138 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d89e-fd28-4a25-bba4-3f1ec0a80138 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d9bf-4440-4422-b243-3eb0c0a80138 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f721629-ccc8-4de1-a561-3e2cc0a80137 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7221ef-f620-4412-a1cf-3e2ac0a80137 from the CSW
2014-02-07 13:00:24,191 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71d94d-f440-45c2-9ef0-2c37c0a80138 from the CSW
2014-02-07 13:00:24,192 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 390, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:24,629 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f736add-5d40-4f45-9531-6673c0a80137 from the CSW
2014-02-07 13:00:24,629 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f72c9ad-4cc0-47e8-88bf-3e91c0a80137 from the CSW
2014-02-07 13:00:24,629 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7369ea-33d4-48c3-845e-655cc0a80137 from the CSW
2014-02-07 13:00:24,629 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7223e8-2fe8-47cc-9ce1-3e91c0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f72c95f-a750-487b-b05f-3e8fc0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7301b2-192c-42ba-a964-5d16c0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7225cd-e880-4c32-9587-4861c0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f736d9e-f9d0-4f85-8076-6243c0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f71777c-454c-4d1e-8f06-2983c0a80138 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f72252c-64d4-4aa5-abfa-3e8fc0a80137 from the CSW
2014-02-07 13:00:24,630 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 400, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:25,101 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f737456-eec8-41c5-85e9-6673c0a80137 from the CSW
2014-02-07 13:00:25,101 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f737ff4-d22c-43d5-8b21-5d6ac0a80137 from the CSW
2014-02-07 13:00:25,101 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f737632-d948-42f1-a61b-6673c0a80137 from the CSW
2014-02-07 13:00:25,101 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7383ee-3b6c-46dc-8d6e-6243c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f738a3c-a358-4bc3-9b90-655cc0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7381cf-e6f0-4a18-a765-7206c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7382ca-1d64-4918-8128-7206c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f737375-f13c-41f8-918c-5d69c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f73826b-7a78-405b-9da2-7207c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7377eb-8f30-43a2-9b60-5d68c0a80137 from the CSW
2014-02-07 13:00:25,102 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 410, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739146-b5e8-427c-87a6-655cc0a80137 from the CSW
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739334-0d8c-4059-961e-6673c0a80137 from the CSW
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f738af6-c010-4248-91cc-5d67c0a80137 from the CSW
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7394af-91bc-46f9-bd17-5d16c0a80137 from the CSW
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7393ef-80ec-464e-98d5-5d68c0a80137 from the CSW
2014-02-07 13:00:25,568 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7394f2-2de0-41c6-9519-5d69c0a80137 from the CSW
2014-02-07 13:00:25,569 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f738bb4-8c60-4c30-99f4-7206c0a80137 from the CSW
2014-02-07 13:00:25,569 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739530-c4b0-47ea-817b-5d66c0a80137 from the CSW
2014-02-07 13:00:25,569 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739265-8ae4-434d-aba6-655cc0a80137 from the CSW
2014-02-07 13:00:25,569 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739564-cee8-4583-97e1-6673c0a80137 from the CSW
2014-02-07 13:00:25,569 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 420, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f74499d-eee0-4f95-afc0-6154c0a80138 from the CSW
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f743e9c-65d4-47ae-99f4-5fd4c0a80138 from the CSW
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f739a01-9f30-4a0b-86e5-5d69c0a80137 from the CSW
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f744284-ccb4-4566-a463-6ea3c0a80138 from the CSW
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f74438c-3fa0-43b8-ad9b-6ba9c0a80138 from the CSW
2014-02-07 13:00:25,987 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f743761-f3f8-4136-a312-5fd4c0a80138 from the CSW
2014-02-07 13:00:25,988 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f744466-8fbc-4066-acff-6043c0a80138 from the CSW
2014-02-07 13:00:25,988 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7447bd-742c-4175-8e73-6b23c0a80138 from the CSW
2014-02-07 13:00:25,988 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f74412f-dbc4-40f7-891f-5db7c0a80138 from the CSW
2014-02-07 13:00:25,988 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7398f4-ed44-4001-9740-5d6bc0a80137 from the CSW
2014-02-07 13:00:25,988 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 430, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:26,486 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f7421e4-51bc-40db-8f47-02d07f000001 from the CSW
2014-02-07 13:00:26,486 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f745ada-f430-4e8f-8e9e-7279c0a80138 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f745030-b650-4b03-884f-34e4585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dda09bc-02c0-45df-8163-5529585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f745b2e-36c0-4e17-a3c8-4c88585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9ed66-d064-42ed-8d97-16ac585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9f566-2a70-41ca-b6d5-34fb585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f745bb8-78fc-41a9-b630-4c55585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9fd39-3004-426c-bf5b-291d585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9fad3-f534-4613-a876-1073585671e1 from the CSW
2014-02-07 13:00:26,487 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 440, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:27,173 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e1d41bd-6e1c-4caf-9d35-47b2585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9fff3-ed64-427d-ab9a-3190585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd65c58-8e1c-490d-8f69-3e81585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e428f01-6688-4952-94f1-0b3e585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4db663cf-fa80-4b1c-90b9-4bf7585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd652ec-6968-4e85-9f20-574e585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4e0aff62-5d64-435f-901f-631c585671e1 from the CSW
2014-02-07 13:00:27,174 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier in preparation from the CSW
2014-02-07 13:00:27,175 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ddde248-5378-4f38-a818-74e8585671e2 from the CSW
2014-02-07 13:00:27,175 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dda0811-8410-4368-b3fc-5541585671e1 from the CSW
2014-02-07 13:00:27,175 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 450, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:27,712 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f756d44-ed88-4069-b863-0db07f000001 from the CSW
2014-02-07 13:00:27,712 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BE1AA353-9CEF-45ED-9500-1E6CFB180EB4 from the CSW
2014-02-07 13:00:27,712 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9e635-4ca8-4905-898f-632e585671e1 from the CSW
2014-02-07 13:00:27,712 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1EAF5383-1FE7-49AB-9A81-D6375E410F75 from the CSW
2014-02-07 13:00:27,712 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#15jzQQPz0N4HZOiB0HEp from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dddfc95-8c68-4a01-a92c-1f60585671e1 from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd9fff3-ed64-427d-ab9a-3190585671e2 from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dd6429b-bda4-4c5d-a88e-578f585671e1 from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 27A55B9A-ECE8-4848-9607-B24CD94AA050 from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8753EC8F-3C19-4456-8AE2-B3D6B89D1A72 from the CSW
2014-02-07 13:00:27,713 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 460, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#6TjFVeziOvXyOJHPg2GV from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#mM4d1sThDkVH0TxHSfcI from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-ECO-Q100 from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#ZexeLhHf5BOyXwDHXPNV from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#eA3hu012O0dGZTZVb1tq from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#Mxh2M3XxrxPC961Om6OP from the CSW
2014-02-07 13:00:28,165 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#8nLoDjroPqIjVHLU7sfK from the CSW
2014-02-07 13:00:28,166 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#k9GaMx1xz6t8XtJzDzMZ from the CSW
2014-02-07 13:00:28,166 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#vl0dsksHU3Xc41pWEWTy from the CSW
2014-02-07 13:00:28,166 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#Chi7ssWS7gm4EwY4KCoN from the CSW
2014-02-07 13:00:28,166 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 470, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:28,626 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2001-JVTmBRNA from the CSW
2014-02-07 13:00:28,626 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2006-BRNO-TURANY from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-HEA-WMS-LOKALIZACE from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOPOVO2006 from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-ORTOPOVO1997 from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-ECO-ZHP from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2001-R43-SVITAVKAhraniceJMK from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2003-GenerelUSES from the CSW
2014-02-07 13:00:28,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-REF-StreetNetCZE from the CSW
2014-02-07 13:00:28,628 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2005-R43-BOSKOVICKOU-BRAZDOU from the CSW
2014-02-07 13:00:28,628 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 480, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:29,121 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2007-BOSKOVICKA-SPOJKA from the CSW
2014-02-07 13:00:29,121 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f941e51-5e28-489d-89e6-50e6c0a80137 from the CSW
2014-02-07 13:00:29,121 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f942363-66bc-4834-9a1d-50eac0a80137 from the CSW
2014-02-07 13:00:29,121 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ZM200-P from the CSW
2014-02-07 13:00:29,121 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f941c74-821c-4d83-b42a-50e6c0a80137 from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK-URB-WMS-US-2008-JZOmBRNA from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f941a34-209c-4a1d-9ff6-50e7c0a80137 from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f941649-5f40-4329-a3c8-50e4c0a80137 from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9425b8-a350-4c70-b93a-50eac0a80137 from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f941828-27b4-42ea-870b-50e8c0a80137 from the CSW
2014-02-07 13:00:29,122 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 490, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f942b22-d814-4627-887a-50e3c0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f943112-6eb8-4f04-832d-54d3c0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f942faf-7b04-4313-b2b6-5da9c0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f943485-01d8-4a2b-b135-50e5c0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f94323d-aaa0-4e9e-8747-54afc0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f942933-54bc-416a-8ead-50e5c0a80137 from the CSW
2014-02-07 13:00:29,596 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9436b2-dcc4-4bdb-ba01-50e6c0a80137 from the CSW
2014-02-07 13:00:29,597 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f942793-47a0-4c82-a5c0-5da9c0a80137 from the CSW
2014-02-07 13:00:29,597 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f943379-10d4-48fa-a56b-5521c0a80137 from the CSW
2014-02-07 13:00:29,597 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f943589-c96c-429b-b9a2-50eac0a80137 from the CSW
2014-02-07 13:00:29,597 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 500, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:30,287 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f945950-0514-43be-bb83-50e3c0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-HydroGeologRajony from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f95709b-bc3c-4e57-ac64-5da9c0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-RybneVody from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9437f2-48d4-4ca3-bdfc-50e8c0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f957193-3cf0-46f3-982c-7e9fc0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9576fd-36c0-461e-ab98-75a6c0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f957322-f8a0-4c60-ae9b-7e9fc0a80137 from the CSW
2014-02-07 13:00:30,288 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9452c1-e87c-4a95-a326-54afc0a80137 from the CSW
2014-02-07 13:00:30,289 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9457a8-4dd0-4816-88f6-50e4c0a80137 from the CSW
2014-02-07 13:00:30,289 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 510, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:30,911 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-ZranitOblasti from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-HEISWMS from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-KoupaciOblasti from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-ZaplavUzemi from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-UtvaryPZV from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-OPVZ from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-CHOPAV from the CSW
2014-02-07 13:00:30,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-UtvaryPOVStav from the CSW
2014-02-07 13:00:30,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-HEIS from the CSW
2014-02-07 13:00:30,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-UtvaryPZVStav from the CSW
2014-02-07 13:00:30,913 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 520, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:31,498 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d25ef8f6-72f4-4d7e-b28f-29eb18fc2fe8 from the CSW
2014-02-07 13:00:31,498 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 045dd1af-4b39-4489-b8a2-7d3dba71e3ec from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {72AFF5BA-6F85-48D8-8D91-6CDAA7EDD3C8} from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E51EA1D9-C4DD-4217-978D-79908F0E2F5E} from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4f9807d6-5294-453c-a7ba-1aecc0a80138 from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c79b4e0d-ed6e-4c68-aeab-e4cc018e08d1 from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A6BF9437-2135-4173-A463-9A258577CD71} from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-UtvaryPOV from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {25117CAE-C736-427B-8DF5-258543CE0197} from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bbe76569-3a28-4523-a24f-622151775921 from the CSW
2014-02-07 13:00:31,499 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 530, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {2543FEC7-B53F-4397-A2C4-8CBC04262BB8} from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {EE57FE29-DBCC-41E8-AF35-FC8FA916E96A} from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {331269C0-7ED8-4B25-8E5C-7573FCAE88A5} from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1F1EB890-2BEE-4A44-9884-DE34BEA7A697} from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {411726BB-4831-4E2D-9BE9-B2E89B65106F} from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-312 from the CSW
2014-02-07 13:00:31,969 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F2630DC6-5AF2-4160-9F55-5C2AF9B1B2C5} from the CSW
2014-02-07 13:00:31,970 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {124C172D-4E6A-4395-A6AA-D629DB03889A} from the CSW
2014-02-07 13:00:31,970 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {200DCCEE-4514-4CBD-A5B6-D30DF9ADAA7D} from the CSW
2014-02-07 13:00:31,970 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {25CC3069-5085-4559-91D0-BB57B590D2AB} from the CSW
2014-02-07 13:00:31,970 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 540, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:32,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BB5DB5D8-B9B8-47CE-882A-B4E4C68E929E} from the CSW
2014-02-07 13:00:32,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FD4A10C9-2CCA-4C82-8D29-CF78E74E7DF4} from the CSW
2014-02-07 13:00:32,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4F312ADF-B0C5-4F5E-A237-5E2C372E550B} from the CSW
2014-02-07 13:00:32,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {EAC2CA73-DBE0-4FCE-8C47-204CD322478A} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {55AFC301-DFBE-45C7-B795-1D843B34486C} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {ACD35413-B2E7-4533-A06D-7C4E16035F12} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F9063683-FF87-4B14-9AA6-0CB865FB05BA} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {51C70D87-A325-40A2-893C-08140C81FC0E} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D6C07D4E-B3FB-4572-B5B1-296B213FF675} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FB19D745-BE1E-437F-8D7B-8145EE2E5BB6} from the CSW
2014-02-07 13:00:32,463 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 550, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:33,008 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe355a-8590-48d1-9e37-4424c0a80138 from the CSW
2014-02-07 13:00:33,016 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe1dff-adf4-4f6e-8874-54c7c0a80138 from the CSW
2014-02-07 13:00:33,016 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-71 from the CSW
2014-02-07 13:00:33,016 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-72 from the CSW
2014-02-07 13:00:33,016 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FFEF2918-FDF8-49B9-9946-E679B3188810} from the CSW
2014-02-07 13:00:33,016 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5A51F0E5-2E92-47BB-83C2-6F5E2D0E407C} from the CSW
2014-02-07 13:00:33,017 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf942e-b9bc-4307-aa2d-6e6ec0a80137 from the CSW
2014-02-07 13:00:33,017 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C760064A-F352-4E17-ADEB-D37764E56B92 from the CSW
2014-02-07 13:00:33,017 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe263b-63ec-4c1f-9e37-4413c0a80138 from the CSW
2014-02-07 13:00:33,017 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe2aae-65b4-45ee-880e-4420c0a80138 from the CSW
2014-02-07 13:00:33,017 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 560, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:33,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf42a6-c6b8-4562-a75d-51e8c0a80137 from the CSW
2014-02-07 13:00:33,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe3e00-f304-4390-b1a9-441fc0a80138 from the CSW
2014-02-07 13:00:33,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe36bc-e710-4ee6-8525-4422c0a80138 from the CSW
2014-02-07 13:00:33,475 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe3fa3-0f28-46d0-8811-4413c0a80138 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe37a4-59b8-4e16-bd3a-4420c0a80138 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf45f3-5510-41cb-888c-51e8c0a80137 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf445e-3b54-477b-87f9-46b9c0a80137 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe42da-4734-45e6-b775-54c7c0a80138 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe444a-e288-44cf-b878-54d1c0a80138 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbe4394-b6d0-4322-9638-435bc0a80138 from the CSW
2014-02-07 13:00:33,476 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 570, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf46bc-46f0-4f2a-a8d5-4671c0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf5190-964c-4e50-910b-4b27c0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf5397-8990-4f38-ad05-511fc0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf47ab-ca6c-4a98-bba9-51eac0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf52f4-1404-4aa9-9cd9-4b27c0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf5253-f2a8-4fad-8a81-44abc0a80137 from the CSW
2014-02-07 13:00:33,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf503f-81c4-4d2d-b32a-51e8c0a80137 from the CSW
2014-02-07 13:00:33,946 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf4e11-f548-4616-93fa-4b27c0a80137 from the CSW
2014-02-07 13:00:33,946 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf4edb-1cb8-432f-aea9-511fc0a80137 from the CSW
2014-02-07 13:00:33,946 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf50df-56b0-4427-83da-46bac0a80137 from the CSW
2014-02-07 13:00:33,946 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 580, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-ZM25-P from the CSW
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80c05a80-5a80-10c0-8c1b-c88088beb3f3 from the CSW
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fcf0610-bbd8-4e25-a821-72a7c0a80138 from the CSW
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fe08153-8d6c-4495-aa67-56f1c0a80137 from the CSW
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-VIEW-HY from the CSW
2014-02-07 13:00:34,440 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fe07d2f-2fd0-491e-8c60-4d11c0a80137 from the CSW
2014-02-07 13:00:34,441 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {10146CE2-DBE6-4D4D-A5C4-8A2FE8CC3C99} from the CSW
2014-02-07 13:00:34,441 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fccb487-55b0-4387-98a7-4ad4c0a80138 from the CSW
2014-02-07 13:00:34,441 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4fbf5432-f0d8-461a-b0b6-51eac0a80137 from the CSW
2014-02-07 13:00:34,441 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-GN-V from the CSW
2014-02-07 13:00:34,441 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 590, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:34,888 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fe159-42ec-4278-bc23-11b1c0a80137 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 501a33b4-0bcc-4dbe-b025-2cb4c0a80138 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fa3fa-61c8-487b-bd93-031ec0a80138 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-HY-V from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fd640-ea58-4eac-969d-119bc0a80137 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fd30e-06a8-47a9-a297-16cfc0a80137 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fdc03-f3fc-4d4d-ad2a-2b24c0a80137 from the CSW
2014-02-07 13:00:34,889 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fa53b-1a54-4d26-93d7-02e6c0a80138 from the CSW
2014-02-07 13:00:34,890 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fcd51-00f8-40ef-b4e6-11b1c0a80137 from the CSW
2014-02-07 13:00:34,890 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fa716-a794-43df-9895-0784c0a80138 from the CSW
2014-02-07 13:00:34,890 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 600, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:35,432 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FAA3237E-52A0-48A1-9BBB-D98FB44AE03C from the CSW
2014-02-07 13:00:35,432 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B7F22B81-4BA8-42DF-9DAD-CD57DDAA7978 from the CSW
2014-02-07 13:00:35,432 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1C4C26D6-C1ED-4114-A63F-BB5E434A7711 from the CSW
2014-02-07 13:00:35,432 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4B059114-1911-4FC8-B71F-7376FD8D86B5 from the CSW
2014-02-07 13:00:35,432 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FBF6313C-BD9E-442E-BCDC-13632CBD5DB3 from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DB409D7B-0902-477C-A0B3-A8D7768585ED from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D153A968-30F8-4C90-BD7B-526115A21467 from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80c05a80-5a80-10c0-8680-c88088beb3f3 from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E145F38E-CA1C-4C2C-AA4C-55735EAED11E from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 287E2841-CA19-4EBF-83E5-D1FDCB25FBD3 from the CSW
2014-02-07 13:00:35,433 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 610, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4C7F7E18-06E4-4E71-943E-B48F64390C89 from the CSW
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65CA8D52-2278-4FBB-A7F5-DF8A6969C355 from the CSW
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AEC2E9E6-3C0F-467C-A3E0-07FA9ED7F7D4 from the CSW
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 674DE4B9-6690-4A26-8308-5CC72C79651C from the CSW
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A7D8E52B-B36E-49FB-A66D-29D564F1889B from the CSW
2014-02-07 13:00:35,912 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CE47F5FD-BB60-4B86-92CA-D95B71F4D7A1 from the CSW
2014-02-07 13:00:35,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1A1EE2B2-036E-4921-8835-1D83EDDC8BC1 from the CSW
2014-02-07 13:00:35,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F446EC38-F51B-463C-9D0C-A1BBA2B3617B from the CSW
2014-02-07 13:00:35,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D675B0E1-467C-4079-9B83-80B946A1C39B from the CSW
2014-02-07 13:00:35,913 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A8C11ABD-1DDD-46DA-B83F-D10C75643BBA from the CSW
2014-02-07 13:00:35,913 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 620, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 092A750E-DDAE-4433-A58D-0625E6036BF7 from the CSW
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76E1FE62-AC11-4734-BF54-DD05068DC901 from the CSW
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5A7F49D3-0E5D-4185-A144-8201F657048E from the CSW
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 55FA7577-1034-438B-A6FA-5F5BEF9FD153 from the CSW
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 45C08A5C-9E90-4186-98C4-B97C3502B72B from the CSW
2014-02-07 13:00:36,337 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5F5A16B2-2C47-460E-A530-27F87825A9F9 from the CSW
2014-02-07 13:00:36,338 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D0870C3D-3142-44A2-8CD3-C325BADA4CFA from the CSW
2014-02-07 13:00:36,338 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FCBBA8A6-2199-4F57-8CCC-F8D8AD083DD4 from the CSW
2014-02-07 13:00:36,338 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 11895463-1A25-420B-B9CE-98386BAC68C3 from the CSW
2014-02-07 13:00:36,338 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29384839-E1BF-424E-A776-5D114282D8A7 from the CSW
2014-02-07 13:00:36,338 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 630, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 49DF82AF-D76F-4483-9FD0-7946D3335C77 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3EA090CD-A6E1-47CE-9878-96BE9A8FE412 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D79969B1-7DDC-4525-9B4C-9A8436FB3AE2 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9A770B8F-E56C-497A-81B4-DABEBD09DF13 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D73F198B-DDEB-4FA9-A40F-D17DFEAAB084 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 92507D09-567C-44E2-971E-262D5E8EDF76 from the CSW
2014-02-07 13:00:36,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 93E585F8-7A0F-4B45-8CE0-9E6674E31F83 from the CSW
2014-02-07 13:00:36,785 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A3168077-E043-4E65-AB2A-54F6D4C15996 from the CSW
2014-02-07 13:00:36,785 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E3AA6D3E-F593-4109-944C-67D2EB2D188C from the CSW
2014-02-07 13:00:36,785 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 675B54D6-9A8B-407E-A160-40783A62A275 from the CSW
2014-02-07 13:00:36,785 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 640, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:37,256 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A7D2A7FC-3B7A-4A7B-B1C8-C06EA05297E0 from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A301B675-56E5-4491-944E-6EB2560DEE43 from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 396B85D5-DBC9-4847-A66F-D8D4472F4992 from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 773D5C7E-CBC3-4699-9A01-F58A61973512 from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B036089B-F4B6-4EC9-9FD9-0FB74CE8732D from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 74970C72-DE0C-42F1-8BE7-821941C40456 from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 60821151-3771-4920-8AB3-962DF74C5ECA from the CSW
2014-02-07 13:00:37,257 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7989624A-0196-459D-B420-9B0F5B2F01D2 from the CSW
2014-02-07 13:00:37,258 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3F238AEC-38E1-485A-8DDE-0B05753709CD from the CSW
2014-02-07 13:00:37,258 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7AF0375B-53F5-4C74-AA7F-FDFA674B7219 from the CSW
2014-02-07 13:00:37,258 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 650, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:37,728 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 57A21CD5-A072-49CE-80DB-20355C1E7B22 from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B59DBFD6-0A24-44DE-8FBC-F6CFBD8BF776 from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3BF9640F-C1CE-455C-B500-DF8C0905956B from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 10DD4CC0-0D5B-4A38-AD33-FA07914A8CBC from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 84D33344-7CEA-4519-A0C3-30F1BCC8C16A from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A0EBF008-FFA2-479D-B9B8-6781B7596915 from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FC5D7530-E71D-4084-B90C-088F109DD14D from the CSW
2014-02-07 13:00:37,729 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B4E88076-BC31-4F56-AC22-669301B3E0DA from the CSW
2014-02-07 13:00:37,730 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B57DBA84-8FE0-43F0-8CD5-B79BEABDF1DA from the CSW
2014-02-07 13:00:37,730 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2A976956-FFF6-4210-9FC8-37DAD91227B6 from the CSW
2014-02-07 13:00:37,730 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 660, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:38,300 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CBBCF723-8D1D-4643-ABF2-3B717226ABD2 from the CSW
2014-02-07 13:00:38,300 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B3A46899-830A-4C8A-8708-E6E4F855FC9C from the CSW
2014-02-07 13:00:38,300 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0F4F31A3-A38D-4CEC-A204-1C825205DCE9 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1B11515F-C5F8-4B68-BD2D-BBDEA68C3DC4 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5499D605-9263-480C-9D48-19AB95395E78 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95D75E42-22E7-4750-99CC-EBC3F4D16812 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D86445F5-B27B-4576-8F80-963811522804 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5AF2BB5D-8815-4AAC-871C-125B3EC3EB55 from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F8A72213-95BC-4CDB-898B-5BAECD3E3A5E from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 91B73CC5-2063-4383-B192-B2647AB0208A from the CSW
2014-02-07 13:00:38,301 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 670, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:38,827 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80A492F7-5238-4A85-9BC6-EBE6451305BA from the CSW
2014-02-07 13:00:38,827 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DB29C1AC-0DC1-443A-84D9-83B13383AF0F from the CSW
2014-02-07 13:00:38,827 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C4367194-E626-4489-B74E-642B570158D2 from the CSW
2014-02-07 13:00:38,827 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5DE5F66D-5F50-455E-A4DE-BB617D5BE900 from the CSW
2014-02-07 13:00:38,827 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 91DBC013-1D08-4491-A33C-F29BA331A611 from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 61E67B2A-97BF-418C-A9E2-B344A1FAA4EB from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BC3312E4-9F70-445F-A0BB-9B6996F0EED8 from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D6F86C9A-7053-454E-B2AA-DBA870DD4355 from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3F2B2906-9058-44F4-802D-C179BD40FA72 from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C9012F5D-028C-41EB-906E-48DA64690369 from the CSW
2014-02-07 13:00:38,828 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 680, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:39,412 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AE1CA103-9AE3-4009-BD8C-DFEC7AD5D2BD from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C87B1361-590B-456F-A888-7F96CC4BE7D9 from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2CEA8355-A365-4EDC-AC25-8FD771DF103C from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3C832E74-26FC-425C-9595-742E63C69E62 from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 766A4E3E-68A9-4149-A630-4ACD9CBBF1B6 from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8F91DD34-F497-4531-A88B-EACF7FAC643C from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1C710E4D-C1C2-4288-8B55-803338175AAB from the CSW
2014-02-07 13:00:39,413 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6CD23A06-E7B4-42AF-870D-51D3AB871586 from the CSW
2014-02-07 13:00:39,414 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E49E5630-98C2-4603-ACD4-DF9363A2395A from the CSW
2014-02-07 13:00:39,414 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CFD9B690-FBEB-4287-B4D0-1D9BEFCFFF22 from the CSW
2014-02-07 13:00:39,414 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 690, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:40,118 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 59DBC6E0-B5F3-4E40-B918-193A32E903D3 from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E299E9A4-244F-4F7E-B8BD-1347946C331D from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 626BA978-A0CC-4D45-B75D-A9F68648A7C3 from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BCCF827D-2B8C-4334-A508-10E1109FBBFA from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 98347328-27C9-4A06-92E5-320535155ED7 from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7D4F0E8B-6751-41AF-B8CB-B4632BFECF92 from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CB59FC5E-3B1F-4541-9B7B-352DDE985727 from the CSW
2014-02-07 13:00:40,119 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D61F3BD1-9C03-40AF-B816-9716C594D1AE from the CSW
2014-02-07 13:00:40,120 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8452680B-4FDB-4E66-9E29-614EF7E01572 from the CSW
2014-02-07 13:00:40,120 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 60BC9B61-9CC3-48E8-A7E5-AF5315AA183D from the CSW
2014-02-07 13:00:40,120 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 700, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:40,631 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 02488659-BCF6-41F2-903D-7A989AC5A7FA from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E9F738CC-7D8B-4C9A-9BA5-EED57A6D3290 from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6DD66E66-569A-4FDB-8BE0-287BB3BC170A from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 115E9788-A0C2-455E-8541-CD917F8B981D from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AED4CAB2-0E73-43E7-B304-04BEC59D96B3 from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 71C94956-4A7F-469F-8CC3-17BFC34B3101 from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CDD393AA-672C-428B-AD9F-E6BB0E1CCE32 from the CSW
2014-02-07 13:00:40,632 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A02577B5-DE49-4474-8BEC-A64718BF766E from the CSW
2014-02-07 13:00:40,633 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 36393C75-8067-4087-8F0C-5FD17C41E2B8 from the CSW
2014-02-07 13:00:40,633 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 94F4F886-598C-48AD-866D-096CC0C07506 from the CSW
2014-02-07 13:00:40,633 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 710, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:41,186 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7E2DFAB3-1A0C-416D-9A91-95077BF024BF from the CSW
2014-02-07 13:00:41,186 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7DFDE709-A855-41B5-9547-32CB94D50D01 from the CSW
2014-02-07 13:00:41,186 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 25E231C9-4BB5-4181-AF4F-C586C60ACC9E from the CSW
2014-02-07 13:00:41,186 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C4B2202C-B3F4-4854-8F6E-9AA0FC929A12 from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 31751C0F-1C20-4052-8835-72E6086D9149 from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7066F2BE-DDE4-44AE-A9FA-EA10D634D6B3 from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1BD92F09-6500-4A0E-BC2E-C563CC43E46B from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A829674C-808A-4ED1-A6B8-7E7E7C2D68FD from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6BEE97AA-B832-4518-B13A-D4085F736FF2 from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 78B32209-2476-4A43-8F73-CB63720A82C7 from the CSW
2014-02-07 13:00:41,187 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 720, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 358C2A8F-321C-43D3-8DB8-0ACCB218F267 from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 60CFD93A-0C59-4DB6-903C-C9DDE73DC616 from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E6DC8956-F0BA-487D-8C94-BAB500DCCF96 from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7A44D311-CE9D-4B4A-8C4E-A292F962AAFB from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 55F728AF-E5EF-450D-9492-8F2CE738D5F4 from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B1CB8C01-8E6A-45EB-99D3-56EB78AAF234 from the CSW
2014-02-07 13:00:41,682 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 899C6C3E-6DC8-4C0A-B363-09EB704F7DB6 from the CSW
2014-02-07 13:00:41,683 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 05A12338-8B13-46F5-B77E-B2E9BC58EC56 from the CSW
2014-02-07 13:00:41,683 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8A623F87-D53B-442D-B871-FA6060B46F79 from the CSW
2014-02-07 13:00:41,683 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CF9CA0B1-DF9D-4715-BA61-C14E97BF26B9 from the CSW
2014-02-07 13:00:41,683 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 730, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:42,167 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 227E71F6-B7F4-4A81-8DE2-879B1FC23D4A from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 48D11590-730F-47AD-90B6-75F59E27488A from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 153A5924-DD1F-4046-A315-4BAE94DC3DF7 from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 37E4789F-8BD0-4749-9ABF-741B6A9EB20F from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B1A8A2F9-6F4E-402B-AD59-E372ED8AA95B from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FBD79955-4B58-4AA7-9E7C-09BD61B1AA11 from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AFE4B064-8195-487C-8D31-AD7E901CBF76 from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AB6E3A2C-4448-4DFC-A020-B18ECCBE3B95 from the CSW
2014-02-07 13:00:42,168 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29603D9E-713C-4304-BA3E-3CD8223E3A2A from the CSW
2014-02-07 13:00:42,169 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E20F763D-BD9B-49E7-9EBE-AAE11C292D74 from the CSW
2014-02-07 13:00:42,169 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 740, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0D269A7E-E230-4DC3-BFB3-1D0A7BCD9D45 from the CSW
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B310D7EA-0CA1-4FB8-A40F-D4EF985385FE from the CSW
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC2E9F37-4D5F-4406-94CC-6294E30ABB8F from the CSW
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0ECE2855-2C19-4BA8-95D1-7053F8974245 from the CSW
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0760576F-9101-40B8-A7AF-95293C5474BC from the CSW
2014-02-07 13:00:42,695 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F4B42EA6-EB31-4E62-B631-6C68657886F9 from the CSW
2014-02-07 13:00:42,696 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F825BD25-397E-4BF4-A79A-B6CBF9056848 from the CSW
2014-02-07 13:00:42,696 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9494F2D6-9951-4F26-A635-BF084B375A4C from the CSW
2014-02-07 13:00:42,696 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9BC235FF-2155-4C2B-B459-030EBD1F355B from the CSW
2014-02-07 13:00:42,696 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DB4C3849-C757-485B-90CA-01B7EF4BEB69 from the CSW
2014-02-07 13:00:42,696 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 750, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 496A1C36-4E0D-4090-BDF8-32592D8DF82B from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7FAB39DB-CFBA-4B08-B57A-09B5CCDBFF00 from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CF0FA0DE-3B05-43A4-8E80-E1BAA231A363 from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 34BD0CE0-AF57-4E13-8239-C769CE1AC834 from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7D499E35-EA5C-4984-B27A-3589B6714BE1 from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 18FB25A0-5964-4045-856C-FBB7D7D73B03 from the CSW
2014-02-07 13:00:43,159 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A230A84D-5807-47FA-83E4-3B40FD0E8B64 from the CSW
2014-02-07 13:00:43,160 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AB366440-C4C4-4780-BFFC-A0D33C2648F5 from the CSW
2014-02-07 13:00:43,160 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6083FB1E-CC84-40CC-881E-49A655B5F9D1 from the CSW
2014-02-07 13:00:43,160 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E34B301F-9102-491A-89DD-271AAFEA616F from the CSW
2014-02-07 13:00:43,160 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 760, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:43,648 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D766F09D-91BC-4FAE-AACF-038FBFBE86C6 from the CSW
2014-02-07 13:00:43,648 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 715BFC5A-72F4-4ECE-A992-F1CF8688A651 from the CSW
2014-02-07 13:00:43,648 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2A0276EF-9769-441E-968B-72BDDCEEA1C9 from the CSW
2014-02-07 13:00:43,648 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4F9FFF55-F7F0-4B01-8595-32069ED68692 from the CSW
2014-02-07 13:00:43,648 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5D9136D7-EB92-4D75-B7F0-8B7E93DE3F8F from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6CBBB225-1F17-4B91-8B91-57E35426FC1D from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D756836E-7F37-4D6D-B2CB-89049008D6F4 from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FF3B895B-99B6-4D82-A7A1-BDA09690A774 from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AE90D0B9-0FC8-4B7F-8C40-725F4FB115C5 from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A0D5AE09-07F2-4FD6-A294-4395C53296F4 from the CSW
2014-02-07 13:00:43,649 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 770, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:44,342 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6067BB18-8134-45FD-BF76-A560AE565DDC from the CSW
2014-02-07 13:00:44,342 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3046653A-7BD1-47AC-AB70-7D385C0CBB9D from the CSW
2014-02-07 13:00:44,342 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9CC8691D-D01C-450B-A484-395BF0DAB629 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6363F096-1F8C-460B-AC3F-645C1E184639 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B1A9190B-8656-4324-AFE3-510582D516D5 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D0E5B2D5-6C2D-4D5C-B8C0-1284943654EB from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 729DD83E-9FF3-4844-99D1-417C12D89F18 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 33D551D9-67C0-417E-8A66-9C1890E22119 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 957208A5-D3C2-43FB-8813-9793D5049254 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F27D1C99-B875-4044-8145-7657A3597248 from the CSW
2014-02-07 13:00:44,343 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 780, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:44,983 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6054286E-28A5-4CF2-8F28-E9E9E16E0FEC from the CSW
2014-02-07 13:00:44,983 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 325DBE89-53CC-471C-890D-3187AA1E7D58 from the CSW
2014-02-07 13:00:44,983 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 01C1B07D-098B-4AD8-BFA7-3DEAF7AE3B3B from the CSW
2014-02-07 13:00:44,983 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6E5BA09D-FDA1-487E-BE18-399F5DFE1E41 from the CSW
2014-02-07 13:00:44,983 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FBA593C7-41EB-426B-808C-A4C7A4C6FD29 from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BC5306E2-186B-4FD8-82E2-2C0FAE5D64C1 from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 646F6F68-2960-4C60-B51A-9B30DBE1FE37 from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 78D8F57B-49DB-430A-BECD-E465AE70F5C4 from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6732F86F-B531-4C28-A5CA-C5FDCE0FC15A from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7ADDCB6E-0D2F-4BBC-B6EE-2AF336D3E722 from the CSW
2014-02-07 13:00:44,984 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 790, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:45,584 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 835196AA-2F5D-40F2-8FAE-B8D4C3489FD2 from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9827DC62-DA61-48DD-945B-06DE60BF83BA from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6C5A9FE3-BCB4-43ED-A71F-DC38E033DA9A from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B780BDC1-8C42-4179-B2E8-49D932B23BBC from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8E94E189-E1AB-4D20-8F58-6D90D9BD706A from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2977481A-A482-4327-B3B8-78FF9851CA5A from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 26C07D3B-537F-4B0E-8460-AD9A1DA62557 from the CSW
2014-02-07 13:00:45,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6EF6A772-8F64-4BB4-8442-937EE679F81B from the CSW
2014-02-07 13:00:45,586 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 535F4D42-52B3-42DC-BEF3-0EE22B767726 from the CSW
2014-02-07 13:00:45,586 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 212BA041-1026-45E5-846D-19A83BB90137 from the CSW
2014-02-07 13:00:45,586 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 800, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:46,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D2BF86D3-B302-40A6-A0CC-C35669E542C4 from the CSW
2014-02-07 13:00:46,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 20CC0CFB-42F3-4E37-82F0-AAE8D1AFBD5F from the CSW
2014-02-07 13:00:46,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3914B882-7BCB-4831-B51D-E9CDB681927E from the CSW
2014-02-07 13:00:46,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E2ECA749-C663-4F96-853D-CD00751577A6 from the CSW
2014-02-07 13:00:46,193 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D2475F7A-C5DD-4580-B96D-66B7A08308F0 from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3D0C71A2-EEC6-4B8F-94B7-C5577C5E143B from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A62EFE8C-F1C8-4885-A19C-51AC3140866C from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 05AD2BF8-0D07-4DE3-8A10-B1801127BF06 from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 912304CE-DDF0-4550-A530-6D86CFE8113F from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6836BA28-D9CC-4F69-B9DB-327788852EA8 from the CSW
2014-02-07 13:00:46,194 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 810, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:46,856 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FE015E5B-BC48-4C28-945B-CDD2A4A98045 from the CSW
2014-02-07 13:00:46,856 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EC52E2F0-0BDC-4CD6-86EA-386DAC150002 from the CSW
2014-02-07 13:00:46,856 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E0E402F1-CCC7-4039-93CD-1B6494E507BA from the CSW
2014-02-07 13:00:46,856 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 18287765-9F5D-4CB5-A4C8-DD8D08F51ACF from the CSW
2014-02-07 13:00:46,856 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 62911FE3-46AF-42E3-812F-6F8356CF43D5 from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 86E42F97-9CF0-4254-893C-ABDD88672A42 from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EBB572F4-8786-44FE-993C-0FAAC371BD7A from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 666FC7E8-49D8-4576-8F04-12C1E3A59B84 from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 85C57544-0EFB-4F95-835C-400C16A81FFC from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC2D4FDB-86A7-4F6D-8E15-E989DA94899D from the CSW
2014-02-07 13:00:46,857 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 820, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:47,417 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44B5780A-F77D-4127-99BC-EBCE6497474A from the CSW
2014-02-07 13:00:47,417 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DCAB0E59-FD44-4B6A-8F06-B70EDAF2512B from the CSW
2014-02-07 13:00:47,417 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F1BFAB32-8F4C-4410-88AF-8D3592ACFBA4 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EBD40986-C319-440F-BE76-2035D3CA1D4F from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B3D0E232-80D7-4E53-B8CF-DBEFD8C53A81 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5AA18505-8E99-4E0D-8C60-35D0A316CEF0 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FAE2B0B4-48D4-4858-A797-0E489E59CDEE from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 56FBB504-CADA-42BB-98B3-4D7C4AF78A70 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65E88107-390C-4047-AEFE-1A45CC8E8735 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F77D6D8C-6AE9-4B8B-A47D-FC22BE6289D2 from the CSW
2014-02-07 13:00:47,418 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 830, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:48,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DF186B5F-7BA8-4E0D-A80A-B5C48877CC21 from the CSW
2014-02-07 13:00:48,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D9CA2E79-953C-43BD-B1C3-465EAA9A948A from the CSW
2014-02-07 13:00:48,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B3190C1C-E0C9-4729-809F-412295449F8F from the CSW
2014-02-07 13:00:48,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3AAB8F0B-577D-4D3B-A585-9118731E9B18 from the CSW
2014-02-07 13:00:48,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 94735050-1FC2-438A-95CE-A3CADDC47FCE from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 98F475D3-8EB6-46DE-A17E-8C5F77980002 from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 33AAA71E-60B7-49EC-BD76-6C10C4BF32E2 from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F302D0FA-1098-4B0B-A393-90C7EE9E511C from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9907341B-EE5A-4413-BEBA-8D3449E71A8F from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8F7EAF76-60F2-4DD3-924E-7E97E3C75EA0 from the CSW
2014-02-07 13:00:48,032 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 840, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 55F6B632-5AA6-4C64-887C-30F0E245F221 from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4B9366B4-0AA8-41EE-B5D3-2B69A17C8DC5 from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A8FE6260-2385-4B38-98CE-48716A31CBCB from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DF1E5A20-861B-4670-B83F-F01856A31CDC from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A9AE9018-B7E7-4E5F-8E2C-47CFF262B6C7 from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 243DA8F8-3272-40DE-97BE-F26B75F3706A from the CSW
2014-02-07 13:00:48,555 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 781B5B59-059B-4E6B-8326-7872AB1A0C50 from the CSW
2014-02-07 13:00:48,556 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A07392FF-1779-4C48-A124-2A1DD5B94FE7 from the CSW
2014-02-07 13:00:48,556 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1D713EF0-C32B-4E8C-BA80-E183873A5FE0 from the CSW
2014-02-07 13:00:48,556 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2EA25331-93AF-46C2-89FF-314767B493DE from the CSW
2014-02-07 13:00:48,556 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 850, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:49,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3F8536AD-A92B-4574-8BA7-F2EABDABD3D4 from the CSW
2014-02-07 13:00:49,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2CE49BFC-AD71-42A2-84BE-6DEE23312184 from the CSW
2014-02-07 13:00:49,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 09F584B7-D0D2-4DEA-B5AD-2181E1A0BD95 from the CSW
2014-02-07 13:00:49,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DCCE07F4-7CB6-4497-9FFE-7C3D1B578B5C from the CSW
2014-02-07 13:00:49,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F567F3DE-F0B8-49CE-810B-5565BA4E6960 from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C05766D9-9E3B-4B4A-BC9E-6101D8834F68 from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3FF4EB7D-9950-424F-AD13-0AB7CA57202E from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 984C5A6E-2C51-478B-965C-1887CC813B03 from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F19910DF-02F2-4F9C-B44B-C744C4724611 from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6C8BF568-6BE1-4151-B2F4-80F8D1EDA9FC from the CSW
2014-02-07 13:00:49,105 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 860, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:49,800 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0677B61C-85BB-4CB3-AC34-D94A3D6A53CA from the CSW
2014-02-07 13:00:49,800 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 294047BB-21DA-4E31-BE62-3F4BCFED237E from the CSW
2014-02-07 13:00:49,800 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6A2C8FE4-4B57-4D1D-8190-F4BD20169BED from the CSW
2014-02-07 13:00:49,800 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5AC0679B-E92D-4A49-932D-895853F88528 from the CSW
2014-02-07 13:00:49,800 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D5CDA7E1-1B51-4554-9D1C-74760432620A from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76851A21-0BC6-4D4D-9C79-559FF24B4160 from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F158E28A-B6D5-4B82-8897-DF1E2DDA2257 from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1809CC0F-22F0-4FF9-96E1-AD6BE5BEB5FA from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7B8DC7F6-4483-422F-8078-A4D20D7828CE from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7C5488E5-FCF5-4260-8CB1-FA238990411B from the CSW
2014-02-07 13:00:49,801 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 870, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:50,408 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80B46BD8-DBA6-4C03-A356-20451C3135E0 from the CSW
2014-02-07 13:00:50,408 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7D3F762C-D196-4FC3-9791-A6C8294CE74C from the CSW
2014-02-07 13:00:50,408 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 104B6A43-7AE3-40D2-BD35-DD8AE2373437 from the CSW
2014-02-07 13:00:50,408 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 26F3F6B9-D2B9-468C-A4F6-D7586BCDF77F from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1EFBF77C-82FF-4682-A5F5-FF250C496DE4 from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F468CD15-9F70-4F7E-ADEF-33C7742293FA from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1B84B8DB-D067-4828-A0A4-BFD8026BF446 from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8FCDB6F0-AA8D-4B87-B835-8827E7F0A67C from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B2E88188-24CA-489C-898D-962BC404BD24 from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2BCB79AB-0DE2-4FB7-B062-297AF8360FC8 from the CSW
2014-02-07 13:00:50,409 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 880, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:50,930 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0F41EE6E-FB86-459B-84CF-7E5DD8AB4A6B from the CSW
2014-02-07 13:00:50,930 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7BDE19C0-357E-4F3A-BDB3-DAE276DC433A from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B4D1B19B-9900-4990-9902-DEB67DEE293F from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DFA13665-040D-4CF1-AAE7-460BF15DD6F2 from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4185CB2C-7B6A-4436-ABBE-C97BEA5336B0 from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A68164FC-3589-4438-888C-5D5474924412 from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CD87D4B1-07EC-4159-B195-34371BD40B82 from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AFC36E3D-ACF4-4381-9B54-A8F6491F2DA9 from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63427761-106D-48F3-A339-6C3C276FC8BD from the CSW
2014-02-07 13:00:50,931 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9F7104DB-40B3-4396-A30E-0A293287701D from the CSW
2014-02-07 13:00:50,932 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 890, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C73DC7AF-5D39-42F6-8333-0997E7B63ECE from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E555444F-6458-4E0C-A24E-62F4DC947459 from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D4ABBA2A-7BF8-4891-BCFF-E1876D40F253 from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7FDA800E-75C5-40E7-9BDD-81623EDD000C from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7124AB5C-83A4-4571-BDD5-2B6015D79BF3 from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6C47C680-A411-43A8-81C9-E2181457DD9E from the CSW
2014-02-07 13:00:51,837 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 923193D7-1D80-4B4B-A19D-8CAC3DDD5103 from the CSW
2014-02-07 13:00:51,838 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BA57C93B-C9F3-4C35-B4DE-16CF54097149 from the CSW
2014-02-07 13:00:51,838 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8DAE7B3C-8E8C-4CC0-B082-C2FC25C47949 from the CSW
2014-02-07 13:00:51,838 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B5B7A3AB-E5AB-4C25-8B3D-A62C77B5B22E from the CSW
2014-02-07 13:00:51,838 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 900, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:52,492 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E9948359-FB46-45BB-8D3C-CCB00455D407 from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 125EBD98-2EC7-4991-A8E1-1D4CBC1DB173 from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 96AEB9B4-7D91-441B-A854-0AFFAEDEA593 from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3EE6157A-E583-4D51-9BEA-F5774DDDB601 from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 97F4840D-BF44-4087-8432-A01B01A74FBE from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1B04D476-BA32-49BC-95EA-90F739CBFFF1 from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1395EC30-289A-41A5-8261-E5E57AE584BF from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 534AE6FD-5FFB-454F-8092-136D05EE9E8F from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EF32E7FD-25D2-4553-BB09-45EA79D9436F from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC7D63AC-1A30-4F75-B790-72FDB43ACB4C from the CSW
2014-02-07 13:00:52,493 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 910, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:53,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 85B91C2D-3467-4E98-8BFA-B2782F4B449E from the CSW
2014-02-07 13:00:53,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 530EBE49-0BC0-4CAC-B680-9658C0791FA9 from the CSW
2014-02-07 13:00:53,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5EE5C46F-EC9D-4FE0-84DA-44FCB19E3A69 from the CSW
2014-02-07 13:00:53,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7FC5F858-ECD1-469D-B678-DD862805541E from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4101952A-635D-4023-ADEA-D3CB736E0EBB from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DCD3E20B-9B30-422F-9F21-3DB4EF231134 from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 89805D99-9961-4BA7-84E1-CEF3574CC3EE from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DE1F1E76-CA47-4E73-A317-052B2F3774DB from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ECB318E9-EB1F-46E9-A5B1-EC2EA0DC0537 from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 61D82FDA-5A3E-4DC6-A22C-1153F58D8976 from the CSW
2014-02-07 13:00:53,075 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 920, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A3DDB4E1-5AC7-462A-B531-8AF98ED79D70 from the CSW
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D12B46D9-7B95-4060-9B07-D2FB25B21782 from the CSW
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4F24B89B-BDD3-4FFC-A22D-0CDF5DC7338B from the CSW
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 40699902-7BD8-4E2A-8F7D-BBF0B2C81C56 from the CSW
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5F1F41D4-52D8-4045-9938-31C226C99749 from the CSW
2014-02-07 13:00:53,674 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 19C7F8C6-3248-410E-A1F2-6B60BD09D4A2 from the CSW
2014-02-07 13:00:53,675 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F3E014D7-98EB-49BD-B580-5850636EC40F from the CSW
2014-02-07 13:00:53,675 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D57F2EC6-E7AE-4586-98CF-6C4C3454842A from the CSW
2014-02-07 13:00:53,675 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5B96868E-E8D2-42C9-9A24-27DE409C265F from the CSW
2014-02-07 13:00:53,675 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4630F476-F82B-4872-AB27-ED0EAA929E67 from the CSW
2014-02-07 13:00:53,675 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 930, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:54,179 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 00C32AF9-9F66-4E15-96DA-BC3D073CE9E5 from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DA3B5F08-A377-45AF-907E-69F34EBC0C4B from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 625EFA27-0FDF-46B2-87A4-F2A85563C7FF from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9CD2A9C0-B6D4-4D11-8271-F9D45758B25B from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3B2EC5FA-1874-4531-928D-31E3167D178A from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C5B66C98-05F0-42A0-983A-FA62B2CE9289 from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 40BB1C2A-2490-4951-8746-421796DB43D0 from the CSW
2014-02-07 13:00:54,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FAD9E890-E637-49C4-BB97-13BD0388B5B8 from the CSW
2014-02-07 13:00:54,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6929EB42-C83A-490F-BDC3-4583110E3B21 from the CSW
2014-02-07 13:00:54,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 64CD231E-FD13-4FA9-818B-50C3F855D1A7 from the CSW
2014-02-07 13:00:54,181 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 940, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:54,766 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29C26D06-6C03-4251-903B-D00AD200248B from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BAC18954-A8DF-469D-BC83-2AF48D0DAC24 from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ABC2E0F-F905-4FE2-9EE8-0291B06D1CE2 from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5CF0A017-5F48-4D2B-9BB4-F3B2BD319596 from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5F8DA219-CA1A-47A4-87AF-1D0816CFFB80 from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AACD4910-9EC0-472C-B781-1B830F7E953A from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 57330423-8164-493E-A81A-08EFCD702879 from the CSW
2014-02-07 13:00:54,767 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1C35196E-9093-43FA-A103-C50CFD1F358C from the CSW
2014-02-07 13:00:54,768 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A06B06AF-60E7-4CD9-A61F-6A7A2CE33596 from the CSW
2014-02-07 13:00:54,768 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AE60C0C3-B44D-4DBD-ADD6-8BA9F2F95713 from the CSW
2014-02-07 13:00:54,768 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 950, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc10451-a868-49de-88e3-0bc47f000001 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dafe15e-3910-45df-9215-17d87f000001 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c71c6300-6300-171c-a6c1-b93184be23ff from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc0f622-77c4-4465-9d85-0f347f000001 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc1074a-8c24-4e42-b97a-0e8c7f000001 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4db7cdeb-ce30-4542-9d1f-12207f000001 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CA979548-9849-4A0B-B0C3-0FC8257C0A62 from the CSW
2014-02-07 13:00:55,409 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc0fdb4-a82c-4929-8814-0eb07f000001 from the CSW
2014-02-07 13:00:55,410 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DDE10083-DC11-4DCD-9C81-71C9B6196AF1 from the CSW
2014-02-07 13:00:55,410 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c257af00-af00-1257-8ab5-b93184be23ff from the CSW
2014-02-07 13:00:55,410 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 960, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:55,879 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 16CBA079-8F47-4F1C-8F15-6C094F5068E5 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9307129C-F781-4777-A00D-ABA95F449E93 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50263cc3-5c6c-478d-b2ef-3336c0a80138 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc109fd-3d6c-4604-9f64-0e8c7f000001 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 30C53CAC-3B0C-4FB1-A2CE-07F3BF424D63 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 12F96A34-85B1-457E-82DF-69778B297B47 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 81FFA4F1-3E09-429D-8217-1554815AF591 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A3588E57-9C56-46A8-A2A6-BFF3C74A4010 from the CSW
2014-02-07 13:00:55,880 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9D77DDF6-73E6-4EAF-B005-FA939CA2CC8C from the CSW
2014-02-07 13:00:55,881 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4dc10c06-d004-41ea-af8f-0e8c7f000001 from the CSW
2014-02-07 13:00:55,881 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 970, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ADDDD313-F8C8-489A-B781-3A73011D9665 from the CSW
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 04502930-8724-4044-84AB-8AF9264A7504 from the CSW
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 39D6BCB3-E978-4451-B0E3-E9F967B9FBFE from the CSW
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FC1887AE-D5D2-4D31-A008-E2D1EB4D324D from the CSW
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BF28C720-ADBD-44C0-BBAC-823902092016 from the CSW
2014-02-07 13:00:56,367 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65C412F6-8095-4BEC-A6EB-8C4CA3BB28D5 from the CSW
2014-02-07 13:00:56,368 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 01E44DEB-0384-4079-91FC-AEF4ED317F91 from the CSW
2014-02-07 13:00:56,368 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3C853268-64E4-4A53-96AB-6FBF8B16E8A5 from the CSW
2014-02-07 13:00:56,368 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 36205622-9D55-4B8C-B01D-1436618F5BCC from the CSW
2014-02-07 13:00:56,368 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A18D2178-7F42-404B-84D4-C46F9F3E381A from the CSW
2014-02-07 13:00:56,368 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 980, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:56,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {8B0450BC-5B2B-4AB4-98EB-D2111753323E} from the CSW
2014-02-07 13:00:56,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0336503F-46AD-4463-A905-BE814E2A8274 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C0B68B8A-42DB-431D-978E-88D66081F620 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0A9DC76D-E305-4F4D-8507-7FF5EE34F400 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 96AF89F1-1AF1-4CF7-8388-570B55C92BC1 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C38C46B1-BF9E-4083-8A69-EF038EDB71BC} from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EDBC202B-657D-4E92-A027-6D492826AC12 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1FDC97AC-1840-41C2-9092-FF50C989D0E7} from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C5897B71-201C-4D75-ADC4-1A63C7F8B780 from the CSW
2014-02-07 13:00:56,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EF06C732-F06A-4FA4-AA15-44BFB7FD7505 from the CSW
2014-02-07 13:00:56,908 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 990, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:57,371 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8C237161-604D-4BD0-AE05-A3705224F55F from the CSW
2014-02-07 13:00:57,371 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 854686A2-5ED6-4528-A87E-406DD78F3690 from the CSW
2014-02-07 13:00:57,371 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5078C577-C490-4818-8D15-E80F94726C5D} from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 053965BD-4088-4890-9411-CFD97AEA1AD5 from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 077FC10F-97B0-42CC-A292-AF8DBC9D75B1 from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {523DB742-FC39-48B2-AA48-5E217101789D} from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {043F370F-0296-46F4-B8DA-85AB320B5425} from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 85C2E408-673B-47FC-9A3A-DB1444FD6EEE from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier DA76D0B7-7297-4476-99AE-7D0988B4A3BD from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 73B3EEB1-9D00-4926-B830-4ED20578F743 from the CSW
2014-02-07 13:00:57,372 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1000, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:57,869 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {064109ED-68FA-4223-A8EB-D89758287301} from the CSW
2014-02-07 13:00:57,869 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E1128F12-BCB6-4902-9C76-85C09DDDDEB7} from the CSW
2014-02-07 13:00:57,869 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4064B594-E147-47D2-9C52-420B114A16E0} from the CSW
2014-02-07 13:00:57,869 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CAB94323-AEE2-479C-934C-731BC15A7438 from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 66D6F0E4-E4CB-4018-BE1B-7D9AC3AE9D37 from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {01008158-42BA-4E4F-A618-F029A3872A18} from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5AE6E24A-4E76-4DFD-8DB4-F9041528075F} from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A962B6BA-4AED-4909-8F3E-62EED11A65C2 from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6BA94DCF-DEE1-4C16-8F0B-5DB86D1E3A58 from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {23A9CD95-74B3-4A50-82C2-82D1E87E870F} from the CSW
2014-02-07 13:00:57,870 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1010, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:58,352 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {95ECB7CB-2758-4C52-81B5-815C1820D658} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E92856F5-FF76-4397-BAC6-9377123881D8} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {8913BF5F-52FD-449C-95B7-C5639F7DAC7E} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9BB0C1B9-2DB7-4DD3-B14A-1EB9D38118DC} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {70B5485C-DF81-4600-BEC9-B47B4EFF5CA3} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4408BF80-1111-412E-B1B9-F6F2D8999E46} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DCA0B4F6-5ABE-42D8-9DEE-5F827E61D129} from the CSW
2014-02-07 13:00:58,353 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D4531619-211F-4B2B-90C6-E812FC1A6BE8} from the CSW
2014-02-07 13:00:58,354 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7381D56D-FB84-497B-B851-12CC98BBB25D} from the CSW
2014-02-07 13:00:58,354 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1EC97C9E-5DC2-46A3-8EB9-7B9B42E0BF87} from the CSW
2014-02-07 13:00:58,354 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1020, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:58,863 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5020d359-bf28-49c0-b3df-077fc0a80137 from the CSW
2014-02-07 13:00:58,863 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50211b47-f954-4258-9b61-1951c0a80137 from the CSW
2014-02-07 13:00:58,863 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5021192c-d7ac-4c64-a9d3-077fc0a80137 from the CSW
2014-02-07 13:00:58,863 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B26AA403-C2EB-4208-AB15-4B4A6B0DFD1A from the CSW
2014-02-07 13:00:58,863 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5020f1f2-2cac-4425-9e7a-69b8c0a80137 from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {B47F719B-F8D2-40C3-A734-5488960C1331} from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {EEC1028E-3FE2-4F6D-B320-320402E725B9} from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5020cbdc-346c-4c92-a587-6673c0a80137 from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50210752-9d9c-4f47-956b-1951c0a80137 from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29A1CD7B-BA49-4D8A-9D29-C1D40A688BFE from the CSW
2014-02-07 13:00:58,864 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1030, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:59,466 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 357D5AAB-B039-4804-940D-7B20A7632A16 from the CSW
2014-02-07 13:00:59,466 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F4F7097C-C2A9-49AF-8D3E-BA0738C6F4DB from the CSW
2014-02-07 13:00:59,466 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0A40AA51-3EE1-47ED-9168-99C07F543700} from the CSW
2014-02-07 13:00:59,466 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E35EB6FE-D671-4DBA-8110-7A0652EF712B from the CSW
2014-02-07 13:00:59,466 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-CP from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5D80C6B7-6EA3-4A9D-82B0-6D15EE668D73 from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {41CA0D7F-E858-49EF-9F14-0BC43DD63A58} from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 741E8108-DEAF-4223-B573-D5FBB627F359 from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {3C00B12D-0C77-46DD-8543-65208B62318C} from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9755CFEE-6E3F-4B3B-90C8-65FAC0090A1F} from the CSW
2014-02-07 13:00:59,467 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1040, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:00:59,927 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-43 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-45 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-44 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-47 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-701 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-703 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-702 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-699 from the CSW
2014-02-07 13:00:59,928 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-39 from the CSW
2014-02-07 13:00:59,929 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C92B55BD-B981-413F-B8F1-225FC2BA6C8A} from the CSW
2014-02-07 13:00:59,929 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1050, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:00,403 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BC88829F-5A51-4072-94CC-5989DB593EA7} from the CSW
2014-02-07 13:01:00,403 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {ACB29FA9-2E2C-4DEB-9BDA-963F0FE6562E} from the CSW
2014-02-07 13:01:00,403 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {89CAB7CB-2FDD-4498-8A66-67EC6D8A75F0} from the CSW
2014-02-07 13:01:00,403 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-540 from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-704 from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BEC428DF-200D-4CF9-80AC-66E7DB1226AD} from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {AD8262D7-9097-4CD5-9300-10B5525B87E2} from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A693A7B1-235C-47FA-B445-12A1728786C5} from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-42 from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {064F6954-DA91-4B65-82C1-A10A46BBD1F0} from the CSW
2014-02-07 13:01:00,404 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1060, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:00,922 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BB499D8A-8843-4EC1-95D5-5CA06F1B2B60} from the CSW
2014-02-07 13:01:00,922 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {74309585-6CC4-4A70-BC30-86840B4DD237} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {85B0D266-6F50-4B40-A7D3-5C03C4BD234B} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4683EC5A-6715-4F5D-8EB5-1E3606F00BA6} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-70 from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C992A8BB-22CE-4ED2-ACBF-F9B4897F9F82} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-JMK#Els4FeYlFfMYNc3dxpkQ from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {3947F5BC-7AF7-4933-8B2B-8F4B9868F77B} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {8A4F0C28-26B0-480E-9F33-FAF104F436A6} from the CSW
2014-02-07 13:01:00,923 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D1757BE9-E1CB-4A42-A9F4-DB0483F192B2} from the CSW
2014-02-07 13:01:00,924 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1070, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:01,383 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5C5C5F48-17E1-4995-866E-4C5C8733638A} from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C8B2FD26-5AA3-48EF-AB37-B3D20D231A00} from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8C80BA17-C133-4E6C-B0AE-E606CA28B5BD from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {02130C01-2813-4F86-9E8D-C2E41B094D9B} from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {B7D03A21-9626-419E-B083-AC0E9C86C8F1} from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {90596E1B-584D-4DF6-8B04-FC1BC72869F3} from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51F2F30F-4FAE-4F33-970C-C63F67540E6E from the CSW
2014-02-07 13:01:01,384 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BBDE6394-B0E1-4E8B-A656-DD69CA2EB0F8 from the CSW
2014-02-07 13:01:01,385 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {917EAC67-4999-4F7C-AA5D-334114AE8B2C} from the CSW
2014-02-07 13:01:01,385 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {15532E99-CC7B-4BA8-83EA-446426F63828} from the CSW
2014-02-07 13:01:01,385 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1080, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:01,820 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FD6BB93C-E264-4983-AEB6-0EC6BBCBE98E} from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F2207E6B-A08F-4BF3-97FF-9695D32D6384 from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0AABB791-6C9B-4C9E-9262-2E3C48633EE5 from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A81217E2-8EB4-4765-B732-D3D5D193DC15 from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9EB1342B-2AA6-443E-8191-A248C90160D7} from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {B3AABABE-7D07-44CD-A86B-E94E1B9FF446} from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EF4323E9-ABD3-499F-8C01-20199A4E3EB5 from the CSW
2014-02-07 13:01:01,821 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {58140CC2-6E2D-49D6-BD67-A24243DF4718} from the CSW
2014-02-07 13:01:01,822 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9582F5C1-829B-4B75-9C91-F43203284D1E from the CSW
2014-02-07 13:01:01,822 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {ED1731ED-BD2E-468B-B4A7-8E52432A2097} from the CSW
2014-02-07 13:01:01,822 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1090, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:02,319 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6B6A17D8-6628-46B8-8786-5795BCCDDC11 from the CSW
2014-02-07 13:01:02,319 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 251ED369-2721-46FC-AA2B-DEEC0D372D92 from the CSW
2014-02-07 13:01:02,319 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8505F479-F63E-4545-B2D3-21513E947261 from the CSW
2014-02-07 13:01:02,319 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1ED169CC-11C5-426E-A1E8-E7E80C005AF1 from the CSW
2014-02-07 13:01:02,319 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44063F89-BCA8-489B-A16D-72C473ED7B42 from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8EC9C7DC-DCF7-4361-9D31-EBBEA17590B6 from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A5C24FB6-831C-487B-BBA7-ED25916CFAFF from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC194705-B66B-4D26-8A36-27DA726DD9B6 from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC05C0BA-76B9-4A2F-B4F1-AB70D74B434E from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95747B04-36AC-41B6-B856-428573778E8B from the CSW
2014-02-07 13:01:02,320 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1100, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:02,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 690ECFEF-0ECE-434F-9A36-3BA583DA5DCD from the CSW
2014-02-07 13:01:02,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CFC33EF5-76CA-46F4-8F1C-A09A7A2F9339 from the CSW
2014-02-07 13:01:02,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {89C42C84-37DD-4AF7-B346-72C99F1030F9} from the CSW
2014-02-07 13:01:02,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C8C5ED74-782B-4141-9115-65977075C653 from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {8DB40A3F-2C1E-491A-80BA-72B1E9EF6BA0} from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95EFC717-A34F-488C-9636-B31CE2550D21 from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1CC4D3FE-4174-4865-BAC7-C2A0D37BB132 from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2DD9F04A-CE57-4C2A-8373-5E7912D1CDF7 from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 756CAFEB-1EFA-4EAB-BD2D-A7EAC356D513 from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {6372D9C7-2B18-449C-9EEE-E1178B86E0FD} from the CSW
2014-02-07 13:01:02,843 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1110, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:03,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0F269B14-87C0-481C-A587-C0195609671B from the CSW
2014-02-07 13:01:03,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D22115BB-DC6F-45CE-9AD5-C5E41B933783 from the CSW
2014-02-07 13:01:03,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9D6AD66A-43A7-404C-BF85-67C8478C94A3 from the CSW
2014-02-07 13:01:03,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F23D2792-C7A6-41E6-82FE-DDB59C69DCCA from the CSW
2014-02-07 13:01:03,612 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2CD90545-5B18-4127-87F4-BF93F97480AF from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C6F80EB3-89CF-4D18-B825-F27230538B66 from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95AF90C5-91AF-4EAC-B2F7-82F5C2F6224D from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 92E90142-2141-4A2E-A30E-471B7F04EC1C from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E3E70C3A-8FB6-4967-94CB-C71F78507944 from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F32501AF-6040-4E52-8107-6820DF99D035 from the CSW
2014-02-07 13:01:03,613 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1120, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:04,815 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A36BBE10-C4F4-4EDE-91D2-D38A0B62D2D3 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F21A7D75-14BE-4F77-B7E8-029AD58BE94E from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 170CC829-3C13-4703-A3A8-C7257E42F1C1 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9A684294-3B6C-438C-9A06-10C9A3A9B3A2 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6B016DFC-0147-4913-BCB4-AA939E11E69F from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E31752AD-676C-4838-9424-68AED5EEB2E9 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 30657BE7-93A4-41B0-B571-21B07DBAFE49 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F282AB98-E23C-4913-A998-9B44EFE36F90 from the CSW
2014-02-07 13:01:04,816 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B6F4F5A1-1040-4A11-8F8C-701B15BCE8D3 from the CSW
2014-02-07 13:01:04,817 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EDC77E06-E5DC-4916-BBAA-0F30A3558DE9 from the CSW
2014-02-07 13:01:04,817 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1130, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2C579818-982A-4138-A408-DB455157BF66 from the CSW
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EDAC2F79-1216-462B-B301-19D56503DA9B from the CSW
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63FF0B4C-EEC2-4683-A2C2-E301CCDC7683 from the CSW
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 513AAC0F-7524-4C9C-A5B6-A52DA40382D2 from the CSW
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BAC9D96B-E23B-4ABF-AC67-F8EFA55821A8 from the CSW
2014-02-07 13:01:05,622 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7094D4CA-287C-4FDA-8510-9AE8A54DC6A9 from the CSW
2014-02-07 13:01:05,623 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0CF797B2-544E-430F-8263-C0A8B221DF9B from the CSW
2014-02-07 13:01:05,623 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CAF06180-4541-4130-8DB2-67309920F7D3 from the CSW
2014-02-07 13:01:05,623 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 80A59C0C-F36A-424E-BBA9-665EEA78B9CD from the CSW
2014-02-07 13:01:05,623 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 09F9CF60-5107-4F64-A564-860E2C488C46 from the CSW
2014-02-07 13:01:05,623 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1140, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0C32BB80-65F2-4DA6-8B16-75657B2197DC} from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 953BA96C-6445-4CBC-ABD9-58A9EAE98365 from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 53711CDC-0B0C-414C-987F-B9B3BCFF84E0 from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {EF30B33D-9C4A-470B-8797-E77F5518342D} from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D68DBBAC-97E7-4660-B8AC-93F08612A07A from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {66ED3A43-1096-4B69-A9DE-87D9E24E7125} from the CSW
2014-02-07 13:01:06,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AEB55922-C651-4F26-8B4E-71819666E912 from the CSW
2014-02-07 13:01:06,335 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D633AFDF-F2B7-420E-866D-0F0C23313117 from the CSW
2014-02-07 13:01:06,335 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EE659FAE-A09A-4EDE-B809-7AF67A837C06 from the CSW
2014-02-07 13:01:06,335 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8515E8D0-F21A-48E6-9763-373C06A6B150 from the CSW
2014-02-07 13:01:06,335 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1150, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:06,959 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E5AB0681-09C9-4BD6-9158-62F2B0009621 from the CSW
2014-02-07 13:01:06,959 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7B4F1154-053C-4F47-8611-D023B9B04CD2 from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4E4AC10E-F371-40F9-90A9-AAF949879F24 from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2625B0C5-DBA4-4677-983D-24E0AAD5D75B from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {29C1B57A-A2AA-43DA-890A-E21C33395E96} from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F277339C-EAD4-4620-8A99-B54909CB37C1 from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FFE053A9-DD6E-4005-A603-D3A8528A9415} from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D866FFC9-9667-4ED3-833D-5956B0FB22A2} from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7E8A6237-0541-4BE4-8F9C-742FD4FBC8FB from the CSW
2014-02-07 13:01:06,960 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {50904AF8-AEB7-4347-B860-D18360086526} from the CSW
2014-02-07 13:01:06,961 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1160, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:07,639 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {789EDAF7-4597-4EFE-A309-9BE2787F4232} from the CSW
2014-02-07 13:01:07,639 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BD2863F9-10A9-4E27-8307-2ABDB97ACE86} from the CSW
2014-02-07 13:01:07,639 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D4753B15-3841-4FE7-9627-B4A1E875F688 from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {975E558B-DE64-4F9C-82BF-6BD8DEE6826E} from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6B42B760-B16F-4099-82AE-05AF117C1E9D from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {54D4BC93-A483-44D4-AAB9-6B7DBF62A2AC} from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5E983214-D230-4954-AB34-B4BCE51A76D6} from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B3BF1AC2-DE18-4530-B028-034014592711 from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {BE9EBFAB-8773-434B-85B3-164EC34F321C} from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {455A1CCD-F571-4F7E-8886-532D84F023B0} from the CSW
2014-02-07 13:01:07,640 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1170, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {853BF807-F508-4432-A1AC-0B763880755F} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4E40BA84-BCDF-40E5-9C49-7A08B3607A90} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5F088670-0495-4E42-98FC-27487751E13B} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {491AAE01-CE2C-4A3E-B954-533C726553A4} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {90BDFAD4-5F5A-4221-8317-D7EBB68B11C2} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {98D8056D-D9D4-4D1B-AEF5-187E7BF0A1DB} from the CSW
2014-02-07 13:01:08,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7363310F-8460-49A3-9C7B-DD6734B20D45 from the CSW
2014-02-07 13:01:08,271 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {44724E6D-1CD8-46D6-8B5E-16E07B447339} from the CSW
2014-02-07 13:01:08,271 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7774CD03-21D8-425C-AF22-1F25DA5FF2F9 from the CSW
2014-02-07 13:01:08,271 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {07E94D3A-338B-48DA-9F3A-A04FF0F5EC33} from the CSW
2014-02-07 13:01:08,271 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1180, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:08,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5401B2B8-2158-4452-8BBC-6D0C75844333} from the CSW
2014-02-07 13:01:08,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 593BF274-0DC3-45F1-8DA3-7B5FF6E25E42 from the CSW
2014-02-07 13:01:08,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 785CD258-2D88-46C2-8DB9-606D77B9F10A from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E8EDECEA-2B75-42D1-A4E7-3C7FE1A74DF2} from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E5AB46A5-D82E-4633-983B-D0CA7EFF46E2 from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 28DC7E24-53E6-4AC9-A24F-E902F425FADA from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 07092410-15B2-47A0-BAC9-5BA260F8703B from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F5F3960C-F2DE-4828-A227-4940DD5EF102 from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F148D8CE-5639-48A4-93CF-DE5AA11065C0} from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F8A439E4-A941-4A35-86F9-3A982B17925F from the CSW
2014-02-07 13:01:08,831 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1190, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:09,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {3C3C5C29-110E-4ED6-9D28-DE53B4DA21CA} from the CSW
2014-02-07 13:01:09,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F7337255-B43F-426F-879D-D830210B37FB from the CSW
2014-02-07 13:01:09,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3F2B05E0-4289-41F7-AB26-97A8365ABA39 from the CSW
2014-02-07 13:01:09,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {2B395D1F-B2B3-44F4-B064-6235921E0F44} from the CSW
2014-02-07 13:01:09,830 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {2540BADF-A1A4-4007-A54F-77B0DB8D478A} from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FB59DBB0-C9BF-450D-B128-DEF94D383342} from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FC597AA2-6C81-4EF7-A878-7E37A7B0E593} from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C7430903-ED6B-498F-9979-AC8705D4F2AF from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {19465B0F-DA15-41FA-B35B-4632FCEC9FFD} from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {776D5D13-8C3D-45F1-BE4A-071AD0714AB8} from the CSW
2014-02-07 13:01:09,831 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1200, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:10,333 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {015079A1-7E02-4957-9066-BB09301583CD} from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {6DE27E8F-C1EC-4BE5-9A43-070C27E2BA53} from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E7451648-6C2C-4463-8F52-E7A6A9AB710E from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5D836627-A1C2-41BD-BC01-60FA21BC3B69} from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 169DE8FB-8DB7-464C-A5DE-78326DD0F18B from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-CP from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A5FDE0BF-5FB4-4D1C-B195-F5C2C32E4F1E} from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {71412FBD-F91F-4FF1-87E2-B875FA3D79E3} from the CSW
2014-02-07 13:01:10,334 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C45E8C6A-984A-4639-98C6-7AAEFD2E416C from the CSW
2014-02-07 13:01:10,335 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50a11dfa-4ec0-4d13-a693-6a05c0a80137 from the CSW
2014-02-07 13:01:10,335 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1210, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:10,782 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DD076C35-09BE-4FB9-830D-1B189A6FCE2D} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DAF8F8EE-7C6F-4BC7-A0CD-A04CD8C3D050} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 41DD3B11-4754-44DC-815B-4BE7EEDB7BB4 from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {582BE231-637F-4BD0-910B-079659DBF47F} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9876BB95-F56C-4C77-ACFC-98965B27EFA7} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FFF3E4D2-1851-4552-8398-DF322E55923C} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D8402690-14B6-4931-A11C-ED901134A436} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9016D8DF-D350-4B6B-9E0A-D45853358343} from the CSW
2014-02-07 13:01:10,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {23140209-CB49-44B2-B517-D0292427A3C7} from the CSW
2014-02-07 13:01:10,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50c5d357-1204-4db5-86c4-1be6c0a80138 from the CSW
2014-02-07 13:01:10,784 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1220, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:11,302 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {898A3B69-8B59-4F67-B556-D5758D5A70C4} from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0005AB85-B791-430E-8F60-CAA04E402151} from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {5080A3C6-1D75-4E0F-AADA-303F35A74D70} from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F20809D8-6A58-4457-8E68-BA5AE8FEF16A} from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50f7fba5-ab50-4456-9d8b-2c01c0a80138 from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50f69e6c-aba4-4f88-9b9d-0403c0a80138 from the CSW
2014-02-07 13:01:11,303 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 50f7af6a-0624-48ea-933d-03a6c0a80138 from the CSW
2014-02-07 13:01:11,304 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-VUV-MD-UtvaryPOVEkoPot from the CSW
2014-02-07 13:01:11,304 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-TEREN-P from the CSW
2014-02-07 13:01:11,304 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-V from the CSW
2014-02-07 13:01:11,304 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1230, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:11,803 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E5AFFB1F-0E09-4742-B7F1-9609AB43CE56} from the CSW
2014-02-07 13:01:11,803 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {B26B78FA-9CA8-4B32-9CD2-EF813D42C66D} from the CSW
2014-02-07 13:01:11,803 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {47468BAC-F715-4851-B1AD-DD609AB79CEB} from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A9B7E68A-C896-4A59-BEFD-01011B4CA0A8} from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ORTOARCHIV-R from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-ORTOARCHIVCB-R from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 510246b3-4d10-4b04-b4c5-29e8c0a80138 from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {31AA0F09-1F79-47F6-93AF-B46D8F4B8AC7} from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7E498E8D-DDF5-4BA9-B3E1-48D8527FF729} from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51024362-9f9c-4f94-a4a9-2a8ec0a80138 from the CSW
2014-02-07 13:01:11,804 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1240, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:12,269 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SMO5-R from the CSW
2014-02-07 13:01:12,269 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51025685-8964-4fc3-ad47-2511c0a80138 from the CSW
2014-02-07 13:01:12,269 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5102749c-4f94-46a5-acd3-2a8fc0a80138 from the CSW
2014-02-07 13:01:12,269 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5102502a-7c30-41d6-94d1-2a06c0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51025873-09e4-482b-b2d4-2a8dc0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 510259ea-152c-451f-846d-2543c0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 510249d6-edf4-4048-9502-250ac0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 510272e4-7c30-4b6e-91fe-29e8c0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {90AAEB17-6528-4BDD-AFAE-75C65A331CE8} from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51025f67-c898-48ea-9b52-2a8dc0a80138 from the CSW
2014-02-07 13:01:12,270 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1250, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:12,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114ca0d-8940-4d12-9f85-1171c0a80137 from the CSW
2014-02-07 13:01:12,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5112743b-7884-4d2f-b391-6f2cc0a80137 from the CSW
2014-02-07 13:01:12,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114ce0d-54ec-4629-a163-10b5c0a80137 from the CSW
2014-02-07 13:01:12,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114cffb-973c-46af-84ed-10b5c0a80137 from the CSW
2014-02-07 13:01:12,783 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114cf77-5f6c-460f-804d-1266c0a80137 from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114d47e-c3d4-45bf-8700-0daec0a80137 from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {96FA62DA-2440-44FF-BBD7-79FDB6E24338} from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5114cf16-d6f4-467f-8633-1171c0a80137 from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51126899-8064-454f-b5ab-6f2cc0a80137 from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5118d7d2-8d94-449d-bb7e-3f4dc0a80137 from the CSW
2014-02-07 13:01:12,784 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1260, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:13,308 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5123a1d9-95f8-4f6b-83c9-47b4c0a80138 from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {93855E69-9F68-43BC-9F28-9050F041698C} from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {81B86024-B3E4-4AFF-8666-B28928E194A5} from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512b57bf-9f34-4fbf-b226-4f41c0a80138 from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A9452857-E24C-4A8E-A464-E3C3A2403BF8} from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512b3815-350c-4ca3-94dc-4f31c0a80138 from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0827D642-FAAD-45FA-B568-F0EB2876747D} from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SM5-RV from the CSW
2014-02-07 13:01:13,309 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512b3ecb-0b38-49f8-a527-4f41c0a80138 from the CSW
2014-02-07 13:01:13,310 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512b36fc-575c-444f-8c6c-4f42c0a80138 from the CSW
2014-02-07 13:01:13,310 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1270, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512dd5ad-4058-4b7b-b354-77fdc0a80138 from the CSW
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512dd87e-c654-4a27-a9fc-2bacc0a80137 from the CSW
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {6260A677-4170-4283-B77D-35E64EB1B99E} from the CSW
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A41D39A6-F3BB-4A6A-B3D8-B01B8B87761A} from the CSW
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {25348917-80A2-4EFF-A43F-D13F6AFCEDB6} from the CSW
2014-02-07 13:01:13,778 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512dd40a-d878-4e10-b91a-77f1c0a80138 from the CSW
2014-02-07 13:01:13,779 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4F99D0E4-6B46-40EC-9586-B839DBA6A30D} from the CSW
2014-02-07 13:01:13,779 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e08d7-c614-4913-b9c7-2bacc0a80137 from the CSW
2014-02-07 13:01:13,779 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {01E79EBA-AB22-4836-B9EF-A26D95911F48} from the CSW
2014-02-07 13:01:13,779 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512de191-1a88-47ac-a307-2c2dc0a80137 from the CSW
2014-02-07 13:01:13,779 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1280, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4E51C86F-10AE-4691-B6E3-AB9F257F9666} from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e12f9-cb14-4550-83b7-2b2fc0a80137 from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e0df1-83ec-4ee9-a091-3905c0a80137 from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e109b-85ec-4071-8108-3917c0a80137 from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e1477-7fb0-403b-a2e4-2b2fc0a80137 from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FD8D6C1D-EFE9-4C11-A3F7-3F0BA56503FD} from the CSW
2014-02-07 13:01:14,219 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {B32E2B04-A1B6-40A5-8BBF-25660D845A33} from the CSW
2014-02-07 13:01:14,220 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e1814-bd90-4da0-b3fc-3889c0a80137 from the CSW
2014-02-07 13:01:14,220 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 512e0b09-3ac0-4549-968b-2c2dc0a80137 from the CSW
2014-02-07 13:01:14,220 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {556C26FA-026D-4032-9205-F6133C8F37EE} from the CSW
2014-02-07 13:01:14,220 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1290, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ZABAGED from the CSW
2014-02-07 13:01:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DB5444B7-93C7-4B85-8F25-900DF867B050} from the CSW
2014-02-07 13:01:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A2B11F6C-34FE-45C2-878B-705AAEBCB962} from the CSW
2014-02-07 13:01:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {652640AA-8919-40AF-867D-604CD5062F69} from the CSW
2014-02-07 13:01:14,732 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A2684F8F-7867-422C-A808-DE110C504665 from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E98919F7-708F-473F-87C7-2A562705212E} from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ORTOFOTO_900913 from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ZM_900913 from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FD4CDBB1-7351-4E19-A5F8-7BF5C094977F} from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {0A2FD5F9-0183-4C7C-9054-19DD546C20E5} from the CSW
2014-02-07 13:01:14,733 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1300, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:15,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {781007B7-BFD4-4E67-8348-4A054DE3F34A} from the CSW
2014-02-07 13:01:15,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1D912E4F-0534-497A-BE38-91DC45D86ADB} from the CSW
2014-02-07 13:01:15,231 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {84D4FF44-B788-4DDA-8889-5D193549390E} from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {ADB89D67-8BEA-41BF-80EA-0D7E04B47E2F} from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3893FD30-2948-48D3-8A2D-CDBF92241DE7 from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F4E10C98-6583-4E5A-90DF-640C6FD279D5} from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {814D1B7D-A412-4CB2-8A30-C55C242AD67F} from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 514c7ebe-96b0-469a-92c3-2e93c0a80138 from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 514b1a21-f030-4bca-9631-1655c0a80138 from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {42BEF412-1F34-410D-8846-38BE45460B7C} from the CSW
2014-02-07 13:01:15,232 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1310, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {3EE97621-F9C7-49FA-B69D-F89D00EF9A81} from the CSW
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1587C3A1-4548-49AF-9DB3-20F254EF296B from the CSW
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D1B20F1D-3A46-4067-91DD-62D5F05B3F62 from the CSW
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BE2B8360-5C06-461E-84CA-65F7C66015A2 from the CSW
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F471EA1F-2927-43F2-8D53-74027822252C from the CSW
2014-02-07 13:01:15,842 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1A124C10-7956-41EF-8687-0C77BD65021F from the CSW
2014-02-07 13:01:15,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier B88AF0BF-B0B0-407E-B30A-811E06F44109 from the CSW
2014-02-07 13:01:15,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 874994CE-56D6-4B81-97AD-90BF926076F3 from the CSW
2014-02-07 13:01:15,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 81CDA033-8F8D-4705-8F67-3C16570E13E9 from the CSW
2014-02-07 13:01:15,843 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F2F71B7A-9F65-405E-BEBA-AA82EDE78423 from the CSW
2014-02-07 13:01:15,843 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1320, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:16,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6161ABF1-063D-444E-9BDD-8C2DFC83A982 from the CSW
2014-02-07 13:01:16,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier BCEB8061-9C9A-42A8-B693-5EBCDF55B033 from the CSW
2014-02-07 13:01:16,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 46B662D9-5A12-47C8-8A87-F912F6F6D64B from the CSW
2014-02-07 13:01:16,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F90F49BA-1B4E-455B-990F-FAE32EF366E7 from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 704D347A-7DA6-4F9D-AD8E-6E46BD4953CA from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AC0A5C7D-0FAC-4247-A66E-17A239A830B5 from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E8A393A8-4EEC-4E61-9D9E-7D9FBAED4A0E from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29666191-D3D8-4637-B0A1-BBBEF762A547 from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1FAF273F-54AD-4B9A-B35B-946A7A1B6999 from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 86C5B6E6-F155-4BFD-874E-B1DF12321CC7 from the CSW
2014-02-07 13:01:16,536 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1330, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:17,073 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C3C2F394-FEF6-4C72-B25F-5002D55DE265 from the CSW
2014-02-07 13:01:17,073 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMTS-ZABAGED_900913 from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7CFF741A-0214-4066-B332-94790F5D6194} from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A10C08E8-A160-4014-AFBA-9EA625BA6410} from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2852718E-08F8-414B-8961-E6159165AB05 from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier FC22F589-E8A9-4106-9454-5CAD5C4E092C from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A8372A6A-FB6E-489E-925F-659EDB2A5EF5} from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 93C39B59-4520-4D71-A1B0-E6E2A8D1C177 from the CSW
2014-02-07 13:01:17,074 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8B7A89F1-82F1-4BE1-977C-31B28AC22CF2 from the CSW
2014-02-07 13:01:17,075 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {020870B1-2268-4353-A491-1EA8892F79E3} from the CSW
2014-02-07 13:01:17,075 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1340, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:17,634 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29614DCC-66C7-4FE7-A79A-B960344E1208 from the CSW
2014-02-07 13:01:17,634 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {642275EA-37FC-4A69-948A-0A1E1DF690EE} from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-AGS-ORTOFOTO from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 826AB944-3905-4BCD-8A42-15A5D7FC98E6 from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-AGS-ZM_MERCATOR from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D1F71066-3A53-44C0-909C-D12C27480CB0} from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A82F5960-D921-47A1-916A-8EED99ACDAC7 from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2DD03A9C-4D99-4E09-AE76-7D4CEBE3C2A2 from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3052E0F9-2C00-4E4A-BFBD-BCA5883997AC from the CSW
2014-02-07 13:01:17,635 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier C9F179AC-9AA9-4F1C-8817-DD3CFD7BB833 from the CSW
2014-02-07 13:01:17,636 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1350, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C198B7C1-0C14-4348-973D-A872BB251D76} from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 841D3B69-9A66-46BC-A995-E51239D6AEE0 from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0D1C0DBB-5ECE-4CA3-A8C5-0962F3395CB3 from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7D0B3ADC-CB62-4649-9DDF-F0DB7CFD7A84} from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7476EADC-96F5-4BD9-B611-30712099ADB3} from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0FBB9B9B-2865-47C1-BA3D-43D0952DD7A2 from the CSW
2014-02-07 13:01:18,162 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {72E03354-FD10-4F7A-8868-BC75E862D039} from the CSW
2014-02-07 13:01:18,163 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 098F0718-EBB4-4948-92F5-94BF68F4D8F8 from the CSW
2014-02-07 13:01:18,163 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E0C7E1F0-904B-4A44-918B-62A342927AE0} from the CSW
2014-02-07 13:01:18,163 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1C35A995-1190-4862-A230-F8B5E30505ED from the CSW
2014-02-07 13:01:18,163 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1360, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:18,606 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D01D6BE2-FE3B-4B00-8227-8CA3A239A7BC} from the CSW
2014-02-07 13:01:18,606 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 71B23C96-8FFC-4D11-BE2E-7894BAEA8426 from the CSW
2014-02-07 13:01:18,606 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {60088491-7A7A-495E-A909-297E7CE17AA4} from the CSW
2014-02-07 13:01:18,606 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D2EAD70E-DA9F-45FA-9422-076BA7B3824C} from the CSW
2014-02-07 13:01:18,606 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {C296F199-45D1-4377-9761-809422D88563} from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {E9461BC7-3A8A-4A59-B8EC-5FD54370F99B} from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7C2D0FA0-9EBA-4523-9AD6-072537275CD9} from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D0C0E610-4463-4138-8A2B-D5FAA2606BEB} from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {926713EC-A40F-4D8D-9657-60F467087556} from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 519248ff-2024-4d83-a2ef-421ac0a80138 from the CSW
2014-02-07 13:01:18,607 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1370, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:19,030 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-341 from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-340 from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D1B323CC-E6B6-4CF8-852D-A0BB5FAB1708} from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 519b6133-3250-49f3-b853-3885c0a80138 from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {7EFF9B69-5634-4BE8-8AF3-81B113E5ED08} from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-342 from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {981A1045-3FB6-4061-A96E-E2D104FDF6BD} from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51b81a38-92e8-4009-ab50-73fcc0a80137 from the CSW
2014-02-07 13:01:19,031 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-339 from the CSW
2014-02-07 13:01:19,032 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-344 from the CSW
2014-02-07 13:01:19,032 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1380, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-345 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-346 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-296 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-307 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-301 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-300 from the CSW
2014-02-07 13:01:19,571 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-303 from the CSW
2014-02-07 13:01:19,572 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-302 from the CSW
2014-02-07 13:01:19,572 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-30 from the CSW
2014-02-07 13:01:19,572 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-304 from the CSW
2014-02-07 13:01:19,572 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1390, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:20,043 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {A334F733-FC60-40FD-BA72-B2064FF34613} from the CSW
2014-02-07 13:01:20,043 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-347 from the CSW
2014-02-07 13:01:20,043 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-350 from the CSW
2014-02-07 13:01:20,043 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-298 from the CSW
2014-02-07 13:01:20,043 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-349 from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-348 from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65993870-299 from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51c94e66-d8cc-4af2-89ef-0483c0a80137 from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 391517B3-E7D3-4DFE-A92B-5C412B29E2DC from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {55BC67C6-9A18-4721-A546-9CD948A238ED} from the CSW
2014-02-07 13:01:20,044 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1400, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:20,534 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e937b6-8a9c-40eb-82c2-06e2c0a80137 from the CSW
2014-02-07 13:01:20,534 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e9411c-4534-496e-b547-04fcc0a80137 from the CSW
2014-02-07 13:01:20,534 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51cd2efc-9618-4af2-8df5-06f1c0a80138 from the CSW
2014-02-07 13:01:20,534 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e93ffc-6208-454a-ad2b-04fbc0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51cb0661-de94-4139-b023-1ca7c0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e9453d-f178-4200-b7c2-06dac0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e93ba1-f978-461a-9f04-15b7c0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {4B5FE41B-01BA-4A10-A5F8-545CEDB876AA} from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e93a16-7a90-4eb2-b5b5-0a19c0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51caffa0-81b4-47cf-a9c4-1ca7c0a80137 from the CSW
2014-02-07 13:01:20,535 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1410, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:21,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f2362f-66ac-4124-9b86-6cd7c0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f236b4-9254-491e-b4b9-565bc0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f23599-598c-4d54-9544-565bc0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f2320a-5758-4d7c-806e-6bdac0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f2331d-4644-4bb3-afae-5e8bc0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f232b1-2c48-488b-b3ee-5e8bc0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52024632-f3f8-48e0-830f-6529c0a80137 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51f67e3b-a6b4-4686-83fe-08b8c0a80138 from the CSW
2014-02-07 13:01:21,047 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 51e94b90-c9c8-4823-a022-62f3c0a80138 from the CSW
2014-02-07 13:01:21,048 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-VIEW-GGS from the CSW
2014-02-07 13:01:21,048 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1420, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:21,584 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52298346-425c-4f2c-8929-5948c0a80138 from the CSW
2014-02-07 13:01:21,584 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52147d16-ae4c-4ee4-bbac-4e5ac0a80138 from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 799A09E9-3B1E-445A-A56B-4707E7F525CB from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-VIEW-TN from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 522db04d-d6e0-4d33-b3d7-2621c0a80137 from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5202552f-4fec-4675-8a4b-7077c0a80137 from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5212269e-25fc-4b67-99e0-2c09c0a80137 from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-SH-V from the CSW
2014-02-07 13:01:21,585 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52148478-d560-4a8d-b003-3e8ec0a80138 from the CSW
2014-02-07 13:01:21,586 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {94696C0F-02C6-4CCD-9B89-A73A4FAC1D64} from the CSW
2014-02-07 13:01:21,586 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1430, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:22,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-AU from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {9F59E6FB-637A-490E-839A-C3DDDA6ABA05} from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {649886AC-2775-4F3A-A7FA-263AB75C1BE1} from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-AD from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {89F19483-D074-4EA9-B7AD-CF6AEB896FFC} from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {00E07771-45B2-4831-A926-7F8436F423D2} from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 525fbc7a-a5ac-4799-8849-0472c0a80138 from the CSW
2014-02-07 13:01:22,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 525fbad0-1c48-4d60-aa5d-047dc0a80138 from the CSW
2014-02-07 13:01:22,242 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {F6F8F6F4-48C1-4861-B57F-018B0BCFB11E} from the CSW
2014-02-07 13:01:22,242 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier OpenLayers_Context_450 from the CSW
2014-02-07 13:01:22,242 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1440, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:22,772 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52662980-082c-4ace-a8de-7f0ec0a80137 from the CSW
2014-02-07 13:01:22,772 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-AD from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-AU from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5264eac2-b4fc-416b-a3ea-6fb7c0a80137 from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 526506bb-d630-4150-af0b-6762c0a80138 from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {AF14BE88-AA99-4B51-A067-E7A16D985FD3} from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {019A6D75-0B8C-4C72-9967-887133679D4A} from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WMS-AD from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CZ-CUZK-WFS-AU from the CSW
2014-02-07 13:01:22,773 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5264f005-c2d8-4072-91be-45a6c0a80138 from the CSW
2014-02-07 13:01:22,774 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1450, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:23,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {D677C1CD-A5F5-4BF6-BFBB-2FF6E29B721B} from the CSW
2014-02-07 13:01:23,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {6012B7CB-C659-4293-9AD0-4EA100233632} from the CSW
2014-02-07 13:01:23,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 072E95E8-9793-4BC3-8D5C-B3A8E032BE5D from the CSW
2014-02-07 13:01:23,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {CCC9752E-CC21-45C9-83B6-6A597DC742F6} from the CSW
2014-02-07 13:01:23,240 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 468E977C-DE78-480D-B3D9-43A19BF1CD77 from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {48BCB401-DAF2-4E34-B26C-E622027B69ED} from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {58AD3DF1-2297-45D6-965F-B7B0AA777556} from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {03473BED-8A36-4685-A208-6A36BB4C2B40} from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5278b810-b078-4211-90df-5e84c0a80137 from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DD1A2775-DF31-4B2D-8866-93481C60C4BC} from the CSW
2014-02-07 13:01:23,241 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1460, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:23,743 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 529c9bc1-be0c-4741-9a80-6554c0a80138 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52946444-aef8-4528-a45a-4a5fc0a80137 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {822D1D9B-BB92-4BBF-B1A6-2BEB6FF1EE3D} from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52946506-09cc-4191-af26-58d2c0a80137 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52946374-0094-454e-bd58-51a1c0a80137 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 529c9a26-4670-4491-9665-5fecc0a80138 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 529465d0-1dac-401c-946d-4f02c0a80137 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 529462a6-69fc-4258-95ec-4a5fc0a80137 from the CSW
2014-02-07 13:01:23,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52945f57-d978-4933-8d5c-4aa2c0a80137 from the CSW
2014-02-07 13:01:23,745 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1818E510-212A-43BF-8F57-9BA3465BA6A1} from the CSW
2014-02-07 13:01:23,745 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1470, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:24,314 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4381b800-b800-1381-b214-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,314 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {03D9FA26-50EF-4080-B36A-C16ECC97CAC6} from the CSW
2014-02-07 13:01:24,314 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52a83aa8-5420-493e-9ba4-5082c0a80137 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 79be3800-3800-19be-9783-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {FE1E0678-7D15-46D2-85DF-ACEE9B8F612A} from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7f1d8180-8180-1f1d-b01b-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ca238200-8200-1a23-9399-42c9fca53542 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {46BD032E-AECE-4962-B1F5-57226A775C4B} from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52b33690-3690-12b3-927a-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52a5d86a-0034-40ec-8777-0c0bc0a80138 from the CSW
2014-02-07 13:01:24,315 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1480, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7b452b80-2b80-1b45-8890-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 66de7310-7310-16de-ab78-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier de67ce80-ce80-1e67-9cb2-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8f786400-6400-1f78-b030-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8638c890-c890-1638-901e-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 298fda80-da80-198f-a165-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,808 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76f55300-5300-16f5-aaac-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,809 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 23820580-0580-1382-afd8-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,809 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 22a0a200-a200-12a0-b732-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,809 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c2ceb600-b600-12ce-a812-56e24c6f33e1 from the CSW
2014-02-07 13:01:24,809 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1490, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:25,546 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b470dc80-dc80-1470-8fc4-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,546 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6ccf6700-6700-1ccf-9eb0-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,546 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9fd51a00-1a00-1fd5-9ee3-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,546 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6c49be00-be00-1c49-8439-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e3815f80-5f80-1381-8315-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e8dd9c00-9c00-18dd-af81-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3982dd00-dd00-1982-a5f5-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b7250d80-0d80-1725-82cb-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c3d63b80-3b80-13d6-85ca-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,547 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 678efd80-fd80-178e-bd7d-56e24c6f33e1 from the CSW
2014-02-07 13:01:25,548 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1500, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:26,175 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f15ad300-d300-115a-b54f-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 932b4c00-4c00-132b-ac30-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0df80a80-0a80-1df8-b6ca-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5bb44900-4900-1bb4-ad6b-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 87373380-3380-1737-b148-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2b6caa80-aa80-1b6c-9cb6-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9a8fd200-d200-1a8f-9fa8-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b3ab7980-7980-13ab-9493-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,176 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1727ae00-ae00-1727-be05-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,177 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 279a5180-5180-179a-a32b-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,177 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1510, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:26,754 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e2260680-0680-1226-b994-c88088beb3f3 from the CSW
2014-02-07 13:01:26,754 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76dcde90-de90-16dc-a532-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,754 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ba809c80-9c80-1a80-ad32-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 76a1be80-be80-16a1-a7c0-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 62aa8c80-8c80-12aa-bd1b-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c8444c00-4c00-1844-809e-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 22461100-1100-1246-82b5-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8d7eba80-ba80-1d7e-aa33-56e24c6f33e1 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c4b49c80-9c80-14b4-a72f-c88088beb3f3 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a3a47980-7980-13a4-8032-c88088beb3f3 from the CSW
2014-02-07 13:01:26,755 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1520, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:27,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 36799180-9180-1679-945c-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier db7a6880-6880-1b7a-8718-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier cae9f100-f100-1ae9-b926-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3fbe3900-3900-1fbe-8051-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,237 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7c1b6780-6780-1c1b-b1cc-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 354c6280-6280-154c-b274-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d9cdb380-b380-19cd-b56f-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8f9bf200-f200-1f9b-aaa0-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 56f52a80-2a80-16f5-9987-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6ecca000-a000-1ecc-ad8f-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,238 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1530, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 283c7b80-7b80-183c-ba4f-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9d11b480-b480-1d11-90f4-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1b268900-8900-1b26-979b-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f9c29e80-9e80-19c2-bc89-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 92a4ea00-ea00-12a4-a432-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 07762510-2510-1776-bb61-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,678 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 31731b80-1b80-1173-9644-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,679 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d563c380-c380-1563-8b63-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,679 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier cb45c300-c300-1b45-919f-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,679 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bc610f80-0f80-1c61-a11d-56e24c6f33e1 from the CSW
2014-02-07 13:01:27,679 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1540, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:28,232 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a869dd90-dd90-1869-8b2d-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 42318a80-8a80-1231-9cac-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f41d8680-8680-141d-8049-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 268db900-b900-168d-8d93-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ecae700-e700-1eca-9cd0-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier cf74df00-df00-1f74-a6e6-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1d521b80-1b80-1d52-a958-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7fa71e00-1e00-1fa7-a316-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,233 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63ef4800-4800-13ef-8ef3-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,234 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b7ad6180-6180-17ad-b4db-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,234 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1550, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:28,743 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1e884600-4600-1e88-9027-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,743 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3a236480-6480-1a23-8b08-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,743 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 68bcf780-f780-18bc-905f-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,743 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3235ab80-ab80-1235-bdd0-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6f4c6e80-6e80-1f4c-98f6-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 570b6800-6800-170b-9a4c-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b123e780-e780-1123-b702-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e3fef300-f300-13fe-bef6-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier acb1fb80-fb80-1cb1-821b-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e5e96c00-6c00-15e9-b068-56e24c6f33e1 from the CSW
2014-02-07 13:01:28,744 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1560, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:29,182 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4bc93400-3400-1bc9-a03c-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 179f4480-4480-179f-9458-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 820db000-b000-120d-a234-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier dcf2d780-d780-1cf2-b18b-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b03fbf80-bf80-103f-82e7-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 73ba9680-9680-13ba-b167-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7bc60680-0680-1bc6-91ed-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e49d8680-8680-149d-8c83-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,183 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2e469b00-9b00-1e46-a46f-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,184 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6ce35200-5200-1ce3-99c9-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,184 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1570, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:29,617 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0876c180-c180-1876-b7aa-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f6e7ba00-ba00-16e7-a106-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9f4b4d80-4d80-1f4b-b90a-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3c061b90-1b90-1c06-ab9c-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier df0a6580-6580-1f0a-8606-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9b642b80-2b80-1b64-b271-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f00a7890-7890-100a-89c0-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,618 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0405a880-a880-1405-898c-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,619 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 732fcc90-cc90-132f-a0b4-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,619 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e2a5bc00-bc00-12a5-820d-56e24c6f33e1 from the CSW
2014-02-07 13:01:29,619 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1580, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:30,234 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1df5ba00-ba00-1df5-a8ca-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,234 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5cd74010-4010-1cd7-bb46-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,234 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 331d1990-1990-131d-b872-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 978ca880-a880-178c-8057-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3b2a8880-8880-1b2a-9cc0-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7d53ca10-ca10-1d53-8a17-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95cbe080-e080-15cb-9a3b-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier dff79680-9680-1ff7-b556-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 93fa2110-2110-13fa-ae35-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 724b6a80-6a80-124b-a4d4-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,235 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1590, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:30,788 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f3acf800-f800-13ac-9749-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3374df00-df00-1374-874f-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier dcbad580-d580-1cba-b2ee-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7dac8f00-8f00-1dac-ae87-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c9f6cf80-cf80-19f6-8597-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3540a180-a180-1540-99ef-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8bace080-e080-1bac-b8a0-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,789 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e8a89680-9680-18a8-aeed-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,790 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6076c100-c100-1076-b612-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,790 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9ca92200-2200-1ca9-b147-56e24c6f33e1 from the CSW
2014-02-07 13:01:30,790 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1600, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:31,451 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0252d990-d990-1252-8b06-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9b81f000-f000-1b81-bd48-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e3a11280-1280-13a1-9839-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bac55100-5100-1ac5-b0b4-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier bfddcc80-cc80-1fdd-912c-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7f7e4e80-4e80-1f7e-ad3c-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,452 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d3893300-3300-1389-9769-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,453 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a46ac580-c580-146a-847f-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,453 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier e2231a80-1a80-1223-9235-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,453 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65dd0700-0700-15dd-8297-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,453 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1610, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:31,944 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2105a000-a000-1105-9558-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,944 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier cd488600-8600-1d48-be00-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0501fe80-fe80-1501-9643-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 467ee100-e100-167e-ae3f-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1d88f680-f680-1d88-8844-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2ebe1580-1580-1ebe-b5bb-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f2283100-3100-1228-a95f-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 34517280-7280-1451-917b-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0b31e180-e180-1b31-b7b4-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,945 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d9b91600-1600-19b9-8f7d-56e24c6f33e1 from the CSW
2014-02-07 13:01:31,946 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1620, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:32,437 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier dbcc7e80-7e80-1bcc-8afc-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9b203580-3580-1b20-a1bc-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 41157510-7510-1115-85f0-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6a84cf90-cf90-1a84-831b-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c564f980-f980-1564-b9ec-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 06940680-0680-1694-9f71-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 9313c600-c600-1313-b99c-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,438 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d1f65100-5100-11f6-901d-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,439 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 049cbf80-bf80-149c-82f0-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,439 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a5dad000-d000-15da-87cb-56e24c6f33e1 from the CSW
2014-02-07 13:01:32,439 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1630, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:33,103 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4d084e00-4e00-1d08-b8fb-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0c700980-0980-1c70-864c-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8b50c290-c290-1b50-b91d-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f1d4e100-e100-11d4-9064-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 930b6990-6990-130b-b450-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 39f5dd00-dd00-19f5-a2e8-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d8357300-7300-1835-80b3-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,104 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3e806c00-6c00-1e80-b4a0-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 737a1880-1880-137a-870a-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,105 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 94dd2900-2900-14dd-9ec3-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,105 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1640, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d6735c00-5c00-1673-a595-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 60b64680-4680-10b6-a4d8-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52b453b0-d8ac-4fdc-be0f-3253c0a80137 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52b069b8-59c8-4894-89fd-7266c0a80137 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0fac4f80-4f80-1fac-9127-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 21c44c80-4c80-11c4-abd3-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,952 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier c2fccc80-cc80-12fc-bed8-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,953 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7c24cc00-cc00-1c24-a665-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,953 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ac6cee00-ee00-1c6c-9bde-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,953 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b339bb80-bb80-1339-8252-56e24c6f33e1 from the CSW
2014-02-07 13:01:33,953 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1650, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:34,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 6e6fc900-c900-1e6f-96f6-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,462 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 41866680-6680-1186-bf95-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier be4f8100-8100-1e4f-9148-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier fc8f7500-7500-1c8f-a9b9-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 8ea47700-7700-1ea4-bb39-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 65262400-2400-1526-b4aa-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3ae06090-6090-1ae0-974c-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 05023d00-3d00-1502-9054-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier de311000-1000-1e31-a840-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,463 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 557b9980-9980-157b-a42f-56e24c6f33e1 from the CSW
2014-02-07 13:01:34,464 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1660, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:35,045 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 72511a80-1a80-1251-88dc-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,045 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 92d42400-2400-12d4-9c4c-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,045 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f80dcb00-cb00-180d-8618-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7639eb00-eb00-1639-8cbd-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 4ec8d400-d400-1ec8-ad64-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3ffa2400-2400-1ffa-b720-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 03243200-3200-1324-9ead-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 36fd5880-5880-16fd-b341-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3e847080-7080-1e84-91aa-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier acf7b600-b600-1cf7-88a9-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,046 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1670, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:35,559 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 72b86980-6980-12b8-ba37-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 68e42700-2700-18e4-a45d-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 590d1880-1880-190d-9685-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3b19e390-e390-1b19-a5a7-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 69002780-2780-1900-9c02-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier fb4dfe80-fe80-1b4d-ae87-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f8610700-0700-1861-8937-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3ccaa500-a500-1cca-a391-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2d556580-6580-1d55-8ebe-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a5a42400-2400-15a4-ab38-56e24c6f33e1 from the CSW
2014-02-07 13:01:35,560 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1680, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 78e13f80-3f80-18e1-b880-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 740f9200-9200-140f-aebc-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier af5c9180-9180-1f5c-a3d6-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 548ba880-a880-148b-b28f-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 64ed5480-5480-14ed-904e-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 390e5e00-5e00-190e-9cdd-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,111 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 500fc180-c180-100f-baa5-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,112 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ecd11710-1710-1cd1-8a4a-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,112 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier ea6f0580-0580-1a6f-a9a1-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,112 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 30685880-5880-1068-94a1-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,112 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1690, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 806f6280-6280-106f-82cc-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 15218400-8400-1521-acd2-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0f31ae80-ae80-1f31-8c7f-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 105edd80-dd80-105e-849b-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 641be900-e900-141b-a6d9-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,627 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1d76cf00-cf00-1d76-9f78-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,628 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier b7cc0990-0990-17cc-a7bb-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,628 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d0e9be80-be80-10e9-bd3f-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,628 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 29628280-8280-1962-b1f3-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,628 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 36d34780-4780-16d3-83d8-56e24c6f33e1 from the CSW
2014-02-07 13:01:36,628 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1700, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:37,226 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3dbd8290-8290-1dbd-8c9a-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier f3d8a900-a900-13d8-8627-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 44d89680-9680-14d8-9067-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 845fac80-ac80-145f-8235-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a81ef480-f480-181e-9285-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 2af57e80-7e80-1af5-8a54-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier a9eab710-b710-19ea-9008-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 971ab700-b700-171a-9a7b-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,227 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 0218bd80-bd80-1218-8603-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,228 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3b512d80-2d80-1b51-afc9-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,228 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1710, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:37,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier fc82ac80-ac80-1c82-a7c3-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 95c0bb80-bb80-15c0-93ee-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 68c4e500-e500-18c4-93ce-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 00193200-3200-1019-a636-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,906 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3658b080-b080-1658-b6c5-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 812df480-f480-112d-9f6e-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {941F525E-1B16-40DE-A309-A03308C9AE28} from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier d6690680-0680-1669-bb36-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1d65f480-f480-1d65-9651-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 55a30e00-0e00-15a3-a9f6-56e24c6f33e1 from the CSW
2014-02-07 13:01:37,907 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1720, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier E1D2933C-2E56-47C3-9775-FF56E11A0805 from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 1E0F7795-7371-4891-ABA0-AA8BC3B5A1FF from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 5101b72d-ae60-4b4f-88e9-18480a010817 from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52d638c1-3780-419c-a51c-2a08c0a80138 from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 428B03A4-335B-4F1C-8DE5-E0B4B0352276 from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52d64e35-6918-46d1-9ab4-3855c0a80138 from the CSW
2014-02-07 13:01:38,520 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52d6479e-ea58-4a47-a321-2a51c0a80138 from the CSW
2014-02-07 13:01:38,521 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52d643ce-9098-465a-96be-2a9fc0a80138 from the CSW
2014-02-07 13:01:38,521 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier EFEE10B9-2F32-4EB9-9428-D4BC2AD13986 from the CSW
2014-02-07 13:01:38,521 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 52d65266-6f10-4f97-a154-3855c0a80138 from the CSW
2014-02-07 13:01:38,521 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1730, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier AE65F2FD-52C0-4E11-938D-B3ACEAB57445 from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier CEDED099-E9DC-4970-B732-C6C6B2B900D8 from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 73D76D6F-8CBD-43FB-B798-B45F0D4E9817 from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 3C739FB1-0BC5-400C-BC9D-057EB2601D35 from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier F1E28A81-920B-48D8-9448-7D488E4E54BB from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 7413DFFE-98B0-4608-B134-06DC90B1E7F1 from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 05EE3DD7-6FE4-429A-945A-6B2D475F298C from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E1E60F2-BBC7-4DA5-BA37-451C8A57879A} from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {55CD6F05-B19E-4CFF-9CC9-08295A16E824} from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier D5789DBC-F78D-4682-B727-C4EBF772A80E from the CSW
2014-02-07 13:01:40,582 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1740, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:41,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {800554C3-4094-485A-8CB4-419056DF1E78} from the CSW
2014-02-07 13:01:41,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 524ae348-74b4-414a-93b3-087c0a010817 from the CSW
2014-02-07 13:01:41,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {095DA482-601B-48ED-9A64-DA0176C60D53} from the CSW
2014-02-07 13:01:41,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E1E60F2-AAC7-4DA5-BA37-451C8A57879A} from the CSW
2014-02-07 13:01:41,180 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {DD9771D9-00C5-4E76-88D6-6587383AECD8} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {195DA482-601B-48ED-9A64-DA0176C60D53} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E1E60F2-WEC7-4DA5-BA37-451C8A57879A} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E5237E5-DA9B-407D-966F-093B4396D6F7} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E1E60F2-FBC7-4DA5-BA37-451C8A57879A} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier {1E1E60F2-QBC7-4DA5-BA37-451C8A57879A} from the CSW
2014-02-07 13:01:41,181 INFO  [ckanext.spatial.lib.csw_client] Making CSW request: getrecords2 {'outputschema': 'http://www.isotc211.org/2005/gmd', 'startposition': 1750, 'typenames': 'csw:Record', 'maxrecords': 10, 'esn': 'brief', 'constraints': []}
2014-02-07 13:01:41,529 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier 63C37B33-8F30-4F46-9C5C-F6C0655D9571 from the CSW
2014-02-07 13:01:41,529 INFO  [ckanext.spatial.harvesters.csw.CSW.gather] Got identifier A4BCC9D0-BFFA-425E-9245-428FD1B08694 from the CSW
2014-02-07 13:01:48,252 DEBUG [ckanext.harvest.queue] Received from plugin gather_stage: 1751 objects (first: [u'66d65170-2fb1-4200-99b1-3e59ecd866f6'] last: [u'9b57a808-591a-4981-b711-814a68a9c5ca'])
2014-02-07 13:01:49,741 DEBUG [ckanext.harvest.queue] Sent 1751 objects to the fetch queue


More information about the ckan-dev mailing list