Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Codemeta

README.md

pygeofilter-odata-cdse

PyPI - Version PyPI - Python Version


Table of Contents

Installation

console pip install pygeocdse

For developers

Python environment

Use hatch shell to create a Python environment.

This environment is created in your HOME and the python path is ~: /home/<user>/.local/share/hatch/env/virtual/pygeocdse/L1xv70IW/pygeocdse/bin/python

Note: the value of L1xv70IW is certainly different

Run the tests

To run the tests

hatch run default:test

License

pygeocdse is distributed under the terms of the MIT license.

Owner

  • Name: terradue
  • Login: Terradue
  • Kind: organization
  • Email: info@terradue.com
  • Location: Rome, Italy

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/CC-BY-NC-SA-4.0",
  "codeRepository": "git@github.com:Terradue/pygeofilter-odata-cdse.git",
  "dateCreated": "2025-22-05",
  "datePublished": "2025-22-05",
  "dateModified": "2025-22-06",
  "name": "pygeofilter-odata-cdse",
  "version": "1.0.0",
  "description": "pygeofilter CQL2 to CDSE OData filtering layer",
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/Terradue/pygeofilter-odata-cdse/releases/",
  "relatedLink": [
    "https://terradue.github.io/pygeofilter-odata-cdse/"
  ],
  "funder": {
    "@type": "Organization",
    "name": "Terradue"
  },
  "keywords": [
    "CQL2",
    "CQL2JSON",
    "OData"
  ],
  "programmingLanguage": [
    "Python",
    "CQL2"
  ],
  "softwareRequirements": [
    "python3"
  ],
  "author": [
    {
      "@type": "Person",
      "givenName": "Fabrice",
      "familyName": "Brito",
      "email": "fabrice.brito@terradue.com"
    },
    {
      "@type": "Person",
      "givenName": "Simone",
      "familyName": "Tripodi",
      "email": "simone.tripodi@terradue.com"
    }
  ]
}

GitHub Events

Total
  • Member event: 2
  • Push event: 32
  • Pull request review event: 1
  • Pull request event: 3
  • Fork event: 2
  • Create event: 5
Last Year
  • Member event: 2
  • Push event: 32
  • Pull request review event: 1
  • Pull request event: 3
  • Fork event: 2
  • Create event: 5

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • xmichele (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/docs.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
pyproject.toml pypi
  • ipykernel *
  • loguru *
  • nose2 *
  • pygeofilter >=0.3.1
  • requests *
  • shapely *