Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M MAPIES
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Atmospheric Composition
  • MAPIES
  • Issues
  • #22
Closed
Open
Issue created Dec 10, 2024 by Calum Meikle@cmeikleMaintainer

Update grid representations to use numpy instead of geopandas when considering a regular grid

An issue to track the updating of the grid representation to numpy.

In an attempt to increase speed. Currently the grid repr uses geopandas sjoin to join shapely polygons with points. This is good for any type of grid representation, but not the quickest method when considering regular grids.

As suh we can improve the aggregate function to only use numpy removing the need for pandas and geopandas https://earth.bsc.es/gitlab/ac/mapies/-/blob/master/mapies/grids/monarch.py#L131

@cgile @eemili

Assignee
Assign to
Time tracking