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 9181751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:23:39+00:00 2026-06-17T18:23:39+00:00

I try to read one ncdf file , in the header written that missing

  • 0

I try to read one ncdf file ,
in the header written that missing value is “Missval:1e+30” but in the data I see 9999 .
I check with ncdump in linux , and it’s fine. and missing value recognize by that.
how can I tackle with such problem to get rid of missing values?

head(get.var.ncdf(nc,4))

[1] 9999 9999 9999 9999 9999 9999

  • 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-06-17T18:23:41+00:00Added an answer on June 17, 2026 at 6:23 pm

    R uses the special symbol NA to code missing values.

    If your data has 9999 to code missing values, then your metadata header is lying, and you will have to replace them manually. Generally, you would do something like:

     > x = c(1,2,3,9999,55,9999)
     > x[x==9999] <- NA
     > x
     [1] 1 2 3 NA 55 NA
    

    Replacement for matrix objects is similar. And basic R stuff.

    Its possible that you already have some NA values in your data, as well as the 9999 values. Check with any(is.na(x)) – if TRUE, there’s at least one NA in there (which probably came from the missing data value in the header).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I see that when I try to read the value from a textarea field
I try to read data from one PNG file, and want to write this
i try to read Data from an Oracle-Database. The problem is that in some
I read one article, describing the ABA problem, but there is something, that I
I wrote one program that load a text file. it work well. I try
I try to read one text file as binary and then render it in
I try to read a text file on a server. But i don't have
I read that one can use char for small integers. However, when I try,
I've read about Single-Page Applications recently and wanted to try one out. After watching
I try to read a text files with 20x20 data into variable C, and

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.