Commit Graph

364 Commits

Author SHA1 Message Date
amercader b25a01029a Merge branch 'master' into 63-extend-spatial-harvesters
Conflicts:
	ckanext/spatial/harvesters/base.py
2014-05-13 15:33:04 +01:00
amercader ab241d2530 Pass defer_commit in context on get_site_user calls
See ckan/ckan#1714. Until that is fixed properly, the `defer_commit`
flag avoids some `DetachedInstanceErrors` happening during the
harvesting.
2014-05-13 15:30:34 +01:00
amercader 57b7e51e5a Merge branch '69-reindex-dataset-no-object-change' into 63-extend-spatial-harvesters 2014-04-30 18:02:15 +01:00
amercader e979d08e77 [#69] Reindex dataset if harvest object did not change
We replace the old harvest object with the new one, and if we don't
reindex the reference to the old harvest object will remain in the
dataset dict
2014-04-30 18:01:42 +01:00
amercader e9be08d8f1 Merge branch 'master' into 63-extend-spatial-harvesters 2014-04-28 18:41:38 +01:00
amercader 9eb1a2a4c4 Merge branch 'tomkralidis-master' 2014-04-28 18:39:38 +01:00
amercader 08a40fb173 Merge branch 'master' of https://github.com/tomkralidis/ckanext-spatial into tomkralidis-master 2014-04-28 18:39:23 +01:00
amercader dc7b4d91ca Merge branch 'johnjohndoe-patch-2' 2014-04-28 18:38:54 +01:00
amercader e655b7152d Merge branch 'patch-2' of https://github.com/johnjohndoe/ckanext-spatial into johnjohndoe-patch-2 2014-04-28 18:38:39 +01:00
amercader edf244ae5e Merge branch 'johnjohndoe-patch-1' 2014-04-28 17:26:59 +01:00
amercader d37f41760a Merge branch 'patch-1' of https://github.com/johnjohndoe/ckanext-spatial into johnjohndoe-patch-1 2014-04-28 17:26:29 +01:00
amercader e19ed8100f [#62] Fix xpath for Alternate Title 2014-04-28 17:25:17 +01:00
Tom Kralidis 2c87e31721 bump pycsw requirement to 1.8.0 which eliminates the pycsw model definition issue 2014-04-09 07:41:15 -04:00
Tobias Preuss d047a90a2c Describe how to change ownership in more detail. 2014-04-09 10:43:26 +02:00
Tobias Preuss b72a94de02 Avoid that url is interpretated as a pattern by zsh. 2014-04-09 10:26:07 +02:00
amercader 211f3e4a95 [#63] Tweak docs 2014-03-19 13:02:03 +00:00
amercader f960733727 Merge branch 'master' into 63-extend-spatial-harvesters 2014-03-19 12:48:49 +00:00
amercader 0513e360e9 [#63] Add previous_object check
In rare cases (eg if there was a previous error of two objects sharing
a guid) we can have a "changed" state and no previous_object
2014-03-19 12:46:01 +00:00
amercader 119c0fd40c [#63] Add user to delete context to avoid exception 2014-03-19 12:45:49 +00:00
amercader bbe4125257 [#65] Add individualName to ResponsibleParty 2014-03-19 11:59:08 +00:00
amercader 3b1b857efd Merge branch 'master' into 63-extend-spatial-harvesters 2014-03-14 14:12:30 +00:00
amercader 26763218bc [#62] Fix spatial-resolution parsing 2014-03-14 14:12:05 +00:00
amercader 13f03878e2 Merge branch 'master' into 63-extend-spatial-harvesters 2014-03-14 12:36:36 +00:00
amercader 1fa72f4c16 [#64] Fix validation exception when resource-type was missing 2014-03-14 12:36:01 +00:00
amercader badd723259 [#63] Add new ISpatialHarvest interface
Two extension points: ``get_package_dict`` and ``transform_to_iso``,
with the same expected behaviour as the old hooks meant to be overriden.

For ``get_package_dict`` we now pass, apart from the generated
package_dict, the parsed iso_values and the harvest object.

Updated docs and added autodocs.
2014-03-14 11:30:26 +00:00
amercader 55497f037e Merge branch 'geosolutions-it-55_harvest_cql_master' 2014-03-14 10:32:51 +00:00
amercader 60828520ba Merge branch '55_harvest_cql_master' of https://github.com/geosolutions-it/ckanext-spatial into geosolutions-it-55_harvest_cql_master 2014-03-14 10:29:47 +00:00
amercader 959a74e630 Merge branch '62-new-iso-fields' 2014-03-14 10:27:27 +00:00
amercader 4551efdddb [#62] Relax multiplicities 2014-03-14 10:19:57 +00:00
amercader 3e1c338b7f Merge branch '62-new-iso-fields' into 63-extend-spatial-harvesters 2014-03-12 17:53:01 +00:00
amercader 8b4d23a315 [#62] Add new fields to the ISO parser
* Metadata standard name / version
* Unique resource identifier (reenabled and fixed)
* Presentation form
* Purpose
* Maintenance note
* Access constraints
* Distributor
* Usage
* Aggregation info
2014-03-11 17:05:08 +00:00
amercader ee77800111 [#62] Clean up keywords parsing
Keywords were extracted via 3 different elements
`keyword-inspire-theme`, `keyword-controlled-other` and
`keyword-free-text`. The latter didn't actually do anything and the
second duplicated xpaths from the first and added a non-standard one.

A new `keywords` key has been added which contains all keyword objects,
including type. This is not used to modify the `tags` key right now.
2014-03-11 14:09:55 +00:00
amercader 239b8313e9 [#62] Add links to organization parties 2014-03-11 14:07:01 +00:00
amercader 93e07fe987 [#61] Add media types for GeoJSON and GML 2014-03-07 16:26:50 +00:00
etj 9116a6fd1f [#55] Allow CSW harvesters to define CQL filters (2nd try) 2014-03-02 23:12:54 +01:00
amercader e3c35e9927 Merge branch 'tomkralidis-master' 2014-01-24 18:15:52 +00:00
amercader a3524a6b7d [#52] Add note about WMS urls for preview 2014-01-09 17:49:37 +00:00
amercader 15461acff7 [#52] Add class for link removed on 2.2 2014-01-09 17:49:18 +00:00
amercader c352fbdadb [#52] Show dataset map correctly on all 2.x versions 2014-01-09 17:46:45 +00:00
Tom Kralidis 3f91a4411b Update csw.py 2013-12-26 18:18:15 -05:00
Tom Kralidis b436524054 Update csw.rst 2013-12-21 08:10:30 -05:00
Adrià Mercader 9e34987881 Merge pull request #47 from tomkralidis/master
editorial: identify pycsw
2013-12-18 13:35:56 -08:00
Tom Kralidis ae60adf486 editorial: identify pycsw 2013-12-18 09:46:10 -05:00
amercader 6b28bb8ec2 Merge branch 'tomkralidis-csw-keywords' 2013-11-22 16:29:38 +00:00
amercader 3133dd77d2 Merge branch 'csw-keywords' of github.com:tomkralidis/ckanext-spatial into tomkralidis-csw-keywords 2013-11-22 16:24:39 +00:00
Tom Kralidis 0f8fa75b08 small doc fixes 2013-11-22 08:52:32 -05:00
Tom Kralidis 2e1c82aa19 update docstring 2013-11-22 08:01:00 -05:00
Tom Kralidis a513632c25 Merge branch 'master' of github.com:tomkralidis/ckanext-spatial into csw-keywords 2013-11-22 07:59:30 -05:00
Adrià Mercader 8191f1f8e6 Merge pull request #45 from tomkralidis/master
Add requests to deps
2013-11-22 04:57:44 -08:00
Tom Kralidis 81e9d3f119 Update pip-requirements.txt 2013-11-22 07:41:36 -05:00