gregor

Disaggregation and aggregation of spatial data

https://github.com/jnnr/gregor

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (8.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Disaggregation and aggregation of spatial data

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 2
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.md

Gregor: Aggregation and disaggregation of spatial data

Gregor is a tool that makes your life easier when aggregating and dis-aggregating spatial data. It has been developed in the context of preparing data for energy system modeling, but can be applied in any situation involving spatial data.

Installation

Install the latest release from pypi using pip.

pip install gregor

Alternatively, install an editable local version in an environment by cloning the repository and running:

pip install -e <path-to-repo>

Usage

Please have a look at the examples presented in the documentation.

Development

If you encounter a bug, consider opening an issue on GitHub.

Owner

  • Login: jnnr
  • Kind: user
  • Location: Delft, Netherlands / Berlin, Germany
  • Company: TU Delft

Researcher at TU Delft

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
authors:
  - family-names: "Launer"
    given-names: "Jann"
    alias: "@jnnr"
    affiliation: "TU Delft"
    orcid: "https://orcid.org/0009-0007-2187-1488"
title: "Gregor"
type: software
license: MIT
version: 0.0.3.dev
doi:
date-released: 
url: "https://github.com/jnnr/gregor"

GitHub Events

Total
  • Create event: 7
  • Issues event: 2
  • Release event: 1
  • Watch event: 1
  • Delete event: 3
  • Push event: 5
  • Pull request event: 7
  • Fork event: 1
Last Year
  • Create event: 7
  • Issues event: 2
  • Release event: 1
  • Watch event: 1
  • Delete event: 3
  • Push event: 5
  • Pull request event: 7
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

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

Dependencies

example/environment.yaml pypi
pyproject.toml pypi
  • geopandas *
  • numpy *
  • pandas >=1.2
  • rasterio *
  • rasterstats *
  • xarray *