mseedindex


Namemseedindex JSON
Version 3.0.4 PyPI version JSON
download
home_page
SummaryA Python package entry for building the C-based mseedindex program
upload_time2024-02-02 04:47:38
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords data miniseed mseed seismic seismology waveform
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mseedindex - Generate miniSEED summary and synchronize database

This program reads miniSEED files, creates an index of the available
data and stores this information into a database.  Alternatively, the index
information can be produced in JSON format. The index includes details
such as identifers, time ranges, file names, location within files,
and additional details.  The database can be either
[PostgreSQL](https://www.postgres.org) or
[SQLite](https://www.sqlite.org/).

## Documentation

The [Wiki](https://github.com/EarthScope/mseedindex/wiki) provides an
overview and documentation of the database schema.

For program usage see the [mseedindex manual](doc/mseedindex.md)
in the 'doc' directory.

## Download release versions

The [releases](https://github.com/EarthScope/mseedindex/releases) area
contains release versions.

## Building and Installing

In most environments a simple 'make' will build the program.  The build
system is designed for GNU make, which make be avilable as 'gmake'.

The CC, CFLAGS and LDFLAGS environment variables can be used to configure
the build parameters.

To build _with_ PostgreSQL support set the variable `WITHPOSTGRESQL`.
This can be done in a single command with make like:
$ WITHPOSTGRESQL=1 make

If Postgres is installed in non-system locations, specific their location
using the `CFLAGS` and `LDFLAGS` environment variables:
* CFLAGS='-I/Library/PostgreSQL/14/include'
* LDFLAGS='-L/Library/PostgreSQL/14/lib/'

By default the build system will detect if necessary libraries are available
for URL support and enable this capability.  To build _without_ support for
reading URLs set the variable `WIHOUTURL`.  This can be done in a single
command with make like:
$ WITHOUTURL=1 make

For further installation simply copy the resulting binary and man page
(in the 'doc' directory) to appropriate system directories.

In the Win32 environment the Makefile.win can be used with the nmake
build tool included with Visual Studio.  PostgreSQL support is turned
off by default in the Windows build procedure.

## License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright (C) 2024 Chad Trabant, EarthScope Data Services

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mseedindex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "data,miniseed,mseed,seismic,seismology,waveform",
    "author": "",
    "author_email": "EarthScope Data Services <software@earthscope.org>",
    "download_url": "https://files.pythonhosted.org/packages/dd/50/0affba1f2fcf13f6bed1583a04ea26cdd7ee071a9c7679880603e2455557/mseedindex-3.0.4.tar.gz",
    "platform": null,
    "description": "# mseedindex - Generate miniSEED summary and synchronize database\n\nThis program reads miniSEED files, creates an index of the available\ndata and stores this information into a database.  Alternatively, the index\ninformation can be produced in JSON format. The index includes details\nsuch as identifers, time ranges, file names, location within files,\nand additional details.  The database can be either\n[PostgreSQL](https://www.postgres.org) or\n[SQLite](https://www.sqlite.org/).\n\n## Documentation\n\nThe [Wiki](https://github.com/EarthScope/mseedindex/wiki) provides an\noverview and documentation of the database schema.\n\nFor program usage see the [mseedindex manual](doc/mseedindex.md)\nin the 'doc' directory.\n\n## Download release versions\n\nThe [releases](https://github.com/EarthScope/mseedindex/releases) area\ncontains release versions.\n\n## Building and Installing\n\nIn most environments a simple 'make' will build the program.  The build\nsystem is designed for GNU make, which make be avilable as 'gmake'.\n\nThe CC, CFLAGS and LDFLAGS environment variables can be used to configure\nthe build parameters.\n\nTo build _with_ PostgreSQL support set the variable `WITHPOSTGRESQL`.\nThis can be done in a single command with make like:\n$ WITHPOSTGRESQL=1 make\n\nIf Postgres is installed in non-system locations, specific their location\nusing the `CFLAGS` and `LDFLAGS` environment variables:\n* CFLAGS='-I/Library/PostgreSQL/14/include'\n* LDFLAGS='-L/Library/PostgreSQL/14/lib/'\n\nBy default the build system will detect if necessary libraries are available\nfor URL support and enable this capability.  To build _without_ support for\nreading URLs set the variable `WIHOUTURL`.  This can be done in a single\ncommand with make like:\n$ WITHOUTURL=1 make\n\nFor further installation simply copy the resulting binary and man page\n(in the 'doc' directory) to appropriate system directories.\n\nIn the Win32 environment the Makefile.win can be used with the nmake\nbuild tool included with Visual Studio.  PostgreSQL support is turned\noff by default in the Windows build procedure.\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nCopyright (C) 2024 Chad Trabant, EarthScope Data Services\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Python package entry for building the C-based mseedindex program",
    "version": "3.0.4",
    "project_urls": {
        "Homepage": "https://github.com/EarthScope/mseedindex",
        "Issues": "https://github.com/EarthScope/mseedindex/issues"
    },
    "split_keywords": [
        "data",
        "miniseed",
        "mseed",
        "seismic",
        "seismology",
        "waveform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd500affba1f2fcf13f6bed1583a04ea26cdd7ee071a9c7679880603e2455557",
                "md5": "15eb9ba2b98cf01b6f8c3ad1b3fbb4fd",
                "sha256": "ef39901b56eeff864c137278578288ec28419f091bdf676d6480d96938ab6fc1"
            },
            "downloads": -1,
            "filename": "mseedindex-3.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "15eb9ba2b98cf01b6f8c3ad1b3fbb4fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2747575,
            "upload_time": "2024-02-02T04:47:38",
            "upload_time_iso_8601": "2024-02-02T04:47:38.621358Z",
            "url": "https://files.pythonhosted.org/packages/dd/50/0affba1f2fcf13f6bed1583a04ea26cdd7ee071a9c7679880603e2455557/mseedindex-3.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 04:47:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EarthScope",
    "github_project": "mseedindex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mseedindex"
}
        
Elapsed time: 0.18215s