Opened 9 years ago

Closed 5 years ago

#10 closed enhancement (fixed)

Add a pycsw package

Reported by: Jeff McKenna Owned by: Jeff McKenna
Priority: major Milestone: 4.0 release
Component: MS4W - Packages Version: 3.1.0-beta4
Keywords: Cc: TC Haddad
Blocked By: Blocking:

Description (last modified by Jeff McKenna)

Change History (10)

comment:1 by Jeff McKenna, 9 years ago

Version: 3.1.03.1.0-beta4

comment:2 by Jeff McKenna, 8 years ago

Milestone: 3.1.2 release

comment:3 by Jeff McKenna, 8 years ago

Milestone: 3.1.2 release4.0 release

comment:4 by Jeff McKenna, 8 years ago

Cc: TC Haddad added
Description: modified (diff)
Milestone: 4.0 release3.2.0 release

comment:6 by Jeff McKenna, 8 years ago

Need to examine how to include pycsw's dependencies, as I cannot use externally compiled binaries for this custom build. Some libraries such as OWSLib may just be Python scripts and can be copied directly into the custom Python instance, but others such as lxml library might need to be compiled. Here is part of my old install notes for the pycsw workshop on Windows:

Install pycsw Dependencies
- C:\Python26\Scripts\easy_install.exe lxml==2.2.8
- C:\Python26\Scripts\easy_install.exe pyproj==1.9.2
- C:\Python26\Scripts\easy_install.exe Shapely==1.2.17
- C:\Python26\Scripts\easy_install.exe SQLAlchemy>=0.6
- C:\Python26\Scripts\easy_install.exe OWSLib==0.7.1

comment:7 by Jeff McKenna, 7 years ago

As an alternative to an sqlite database (to store metadata records), possibly examine "PostgreSQL Portable" https://sourceforge.net/projects/postgresqlportable/

comment:8 by Jeff McKenna, 7 years ago

Milestone: 3.2.0 release4.0 release

comment:9 by TC Haddad, 6 years ago

Add simple example front end to help folks discover the usefulness of pycsw...

Also, sqlite as a back end is fine for MS4W demo purposes.

Last edited 6 years ago by TC Haddad (previous) (diff)

comment:10 by Jeff McKenna, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.