{ "info": { "author": "Sean Kelly", "author_email": "sean.kelly@jpl.nasa.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Intended Audience :: Science/Research", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*******************\ncdxsite.databrowser\n*******************\n\nThis is a through-the-web data browser for CDX_, the Climate Data Exchange, an\neffort of the Jet Propulsion Laboratory (JPL_). It serves as a \"data portal\"\nfor climate data.\n\nAlthough intended for the CDX web site, it can run on any Plone_ site.\n\n\nDevelopers\n==========\n\nIf you're stuck maintaining this package, note that it depends on the CDX\nclient_ package. That's all well and dandy, except that the client itself\ndepends on PyHDF_, which may look like a nice standard Python enhanced egg,\nbut believe me, it's *not*. OK, it probably is, but it depends on NumPY_ and\nHDF4_, both of which are problematic.\n\nHere's what I ended up having to do:\n\n1. Pick a prefix, call it $PREFIX.\n2. virtualenv-2.6 --distribute --no-site-packages --prompt=cdxcrap $PREFIX\n3. cd $PREFIX\n4. bin/pip install numpy\n5. mkdir src\n6. cd src\n7. curl -L 'http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/hdf-4.2.6.tar.bz2' | tar xjf -\n8. cd hdf-4.2.6\n9. ./configure --prefix=$PREFIX --without-szlib --disable-fortran\n10. make\n11. make install\n12. cd ..\n13. curl -L 'http://sourceforge.net/projects/pysclint/files/pyhdf/0.8.3/pyhdf-0.8.3.tar.gz' | tar xzf -\n14. cd pyhdf-0.8.3\n15. env NOSZIP=1 INCLUDE_DIRS=$PREFIX/include LIBRARY_DIRS=$PREFIX/lib $PREFIX/bin/python2.6 setup.py install\n\nYou can then use $PREFIX/bin/python2.6 with this egg:\n\n1. $PREFIX/bin/python2.6 bootstrap.py -d\n2. bin/buildout\n3. bin/test\n\nTests pass, so it *must* work!\n\n\n.. References:\n.. _CDX: http://cdx.jpl.nasa.gov/\n.. _JPL: http://www.jpl.nasa.gov/\n.. _Plone: http://plone.org/\n.. _client: http://pypi.python.org/pypi/cdx.client\n.. _PyHDF: http://pypi.python.org/pypi/pyhdf\n.. _NumPY: http://pypi.python.org/pypi/numpy\n.. _HDF4: http://www.hdfgroup.org/products/hdf4/\n\n\ncdxsite.databrowser Installation\n================================\n\nUse zc.buildout and the plone.recipe.zope2instance:\n\n* Add ``cdxsite.databrowser`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n cdxsite.databrowser\n \n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n \n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n cdxsite.databrowser\n \n* Re-run buildout, e.g. with::\n \n $ ./bin/buildout\n \nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nChangelog\n=========\n\n2.0.1 - 2011.7.1 - Plone 4.1 + Upgrade Path\n-------------------------------------------\n\nThis release adds the following:\n\n* Compatibility with Plone 4.1.\n* Removal of obsolete security declarations.\n* Upgrade path. Although currently null, the framework for future upgrades is\n now in place.\n\n\n2.0.0 - 2011.6.27 - Infrastructure Upgrade\n------------------------------------------\n\nThis release speeds things up quite a bit because now we run with Plone 4.\n\n\n1.0.2 - 2009.12.16 - Project Updates\n------------------------------------\n\n* Updates project metadata with a new download URL that collects all related\n cdxsite deliverables in one location.\n\n* Properly declares cdx.client as a dependency.\n\n\n1.0.1 - Bug fix\n---------------\n\n* Fix an issue with path interpretation from the CDX client library.\n\n\n1.0.0 - FCS\n-----------\n\n* First deployment\n\n\n0.0.0 - Unreleased\n------------------\n\n* Initial release\n\n\nCopyright\n=========\n\nCopyright 2008-2011 by the California Institute of Technology. ALL RIGHTS\nRESERVED.\n\nThe Software is owned by Caltech/JPL and is protected by United States\ncopyright laws and applicable international treaties and/or conventions. The\nUnited States Government may have prior rights to use some or all of the\nSoftware as determined under applicable contracts and license agreements with\nCaltech/JPL.\n\nThis software was developed at the Jet Propulsion Laboratory, an operating\ndivision of the California Institute of Technology and is not available for\nuse by any person, organization, or other entity without prior, specific\nwritten permission.", "description_content_type": null, "docs_url": null, "download_url": "http://oodt.jpl.nasa.gov/dist/cdxsite", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://cdx.jpl.nasa.gov/products/cdxsite-databrowser", "keywords": "web zope plone jpl nasa caltech cdx climate data browser ttw", "license": "Proprietary", "maintainer": null, "maintainer_email": null, "name": "cdxsite.databrowser", "package_url": "https://pypi.org/project/cdxsite.databrowser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cdxsite.databrowser/", "project_urls": { "Download": "http://oodt.jpl.nasa.gov/dist/cdxsite", "Homepage": "http://cdx.jpl.nasa.gov/products/cdxsite-databrowser" }, "release_url": "https://pypi.org/project/cdxsite.databrowser/2.0.1/", "requires_dist": null, "requires_python": null, "summary": "Through-the-web data browser for CDX datasets", "version": "2.0.1" }, "last_serial": 333003, "releases": { "0.0.0dev-r4891": [], "1.0.0": [], "1.0.1": [], "1.0.2": [], "1.0.2dev-r7396": [], "2.0.0": [], "2.0.1": [], "2.0.1dev-r12594": [] }, "urls": [] }