Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7447491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:37:07+00:00 2026-05-29T12:37:07+00:00

I have many 100×100 grids, is there an efficient way using numpy to calculate

  • 0

I have many 100×100 grids, is there an efficient way using numpy to calculate the median for every grid point and return just one 100×100 grid with the median values? Presently, I’m using a for loop to run through each grid point, calculating the median and then combining them into one grid at the end. I’m sure there’s a better way to do this using numpy. Any help would be appreciated! Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T12:37:08+00:00Added an answer on May 29, 2026 at 12:37 pm

    Create as 100x100xN array (or stack together if that’s not possible) and use np.median with the correct axis to do it in one go:

    import numpy as np
    a = np.random.rand(100,100)
    b = np.random.rand(100,100)
    c = np.random.rand(100,100)
    d = np.dstack((a,b,c))
    result = np.median(d,axis=2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have many requires and includes and i was wondering if there's something that
I have in class around 100 Regex calls, every call cover different type of
I have many constant variables for example: Const Total_US_Price = 100 However, in my
i'm using djangorestframework. the models one meeting could have many participates. So i tried
I have many DIVs, let's say 100, split by categories like that : <div
I have some legacy DB with many tables (around 100) the old system is
I have many (near 100) big csv files with sellID in first column. I
We have many objects and each objects comes with around 100-200 words description. (for
i have many time series, each one representing a plant species. I think there
I am using Visual Studio 2008 Code Coverage and I have many classes that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.