Commit Graph

23 Commits

Author SHA1 Message Date
amercader 17c7ffd37f Align GA file and requirements file with rest of extensions 2021-05-28 11:12:44 +02:00
Taro Matsuzawa 071d29a4b6 WIP: downgrade pyproj 2.2.2 2021-01-15 15:20:36 +09:00
Taro Matsuzawa 09c766f369 WIP: downgrade pyproj 2021-01-15 15:08:50 +09:00
Sergey Motornyuk 63274022fd owslib==0.18.0 2020-04-15 02:34:45 +03:00
Sergey Motornyuk e1abd5e0c3 downgrade owslib 2020-04-15 00:54:15 +03:00
Sergey Motornyuk 68a872a6cb remove future 2020-04-14 23:11:15 +03:00
Yan Rudenko de975a0816 update requirements 2020-01-30 16:51:48 +02:00
Sergey Motornyuk 75a37f8ce4 Split plugins 2019-12-11 12:31:25 +02:00
Ed 5bca0f7eaf
fix crash caused by new GeoAlchemy2 version
This patch fixes an issue where new versions of GeoAlchemy2 caused crashes.

We've locked the dependency to a known, working version.
2019-03-11 16:26:14 +13:00
Konstantin Sivakov 5c4ee86efa Update pip-requirements.txt 2017-03-01 10:11:46 +01:00
David Read 68531533d7 [#2470] Allow newer requests versions. Tested with 2.7. Its only the WAF harvester that currently uses it, and that is only basic use. 2015-10-09 15:37:38 +01:00
amercader ee2f9bcd24 [#97] Add GeoALchemy2 requirement
It seems like the best option for supporting both CKAN 2.2 (SQLAlchemy
0.7.x) and CKAN 2.3 (SA 0.9.x) with the same code base is to add both
GeoAlchemy and GeoALchemy2 to the requirements. As long as GeoAlchemy is
installed first, both will be installed and the SQLAlchemy install (the
CKAN requirement) won't be affected. Tested with pip 1.5.6 and 6.0.8.
2015-03-27 12:51:33 +00:00
etj 9116a6fd1f [#55] Allow CSW harvesters to define CQL filters (2nd try) 2014-03-02 23:12:54 +01:00
Tom Kralidis 81e9d3f119 Update pip-requirements.txt 2013-11-22 07:41:36 -05:00
Tom Kralidis d22e36e19b add requests to deps 2013-11-15 09:43:22 -05:00
Tom Kralidis 0c880115d9 peg OWSLib at 0.8.2 2013-10-14 15:28:33 -04:00
amercader b466b1157e [#34] Update lxml requirement
Latest OWSLib introduces changes that require lxml>=2.3.
2013-08-14 13:14:55 +01:00
amercader cf202ba33d Modify OWSLib requirement to prevent conflicts
We will target a specific changeset of OWSLib for the time being, just until
there is a proper release which includes geopython/OWSLib@4b0a62cd.

Basically OWSLib required python-dateutil==2.1, which is intended for
Python 3 and conflicted with the version used by CKAN core.
2013-08-13 11:53:22 +01:00
kindly 716b3736f7 bump osw lib version 2013-04-12 02:12:24 +01:00
amercader 7cae9a1a82 Pin down OWSLib version to ensure it includes geopython/OWSLib@e0a0da02 2013-03-26 17:59:54 +00:00
amercader a9a634384b [#14] Add pyparsing requirement. Fixes #14 2013-03-14 17:47:57 +00:00
David Read 8181b3d3bf Merged in ckanext-csw @44d5a04656dff084e6bca57dda7b63deec69778c. Not tested yet. 2012-10-17 16:59:02 +01:00
Adrià Mercader fddc7db2c7 Support for automatic indexing of spatial extent (#1272)
The spatial_query plugin now automatically checks for the existance of an
'spatial' extra when creating, updating or deleting a package and syncs its
value (in GeoJSON format) with the geometry column of the package_extent
table. The extension now uses GeoAlchemy, that makes performing spatial
operation extremely easy. The geometry field has been updated to support
multiple geometry types (Polygons, Points, MultiPolygons...) and the default
srid has been set as WGS 84 lat/lon (EPSG:4326).
2011-09-29 15:40:49 +01:00