The Wayback Machine - https://web.archive.org/web/20200701211410/https://github.com/topics/earth-science
Skip to content
#

earth-science

Here are 117 public repositories matching this topic...

jasontk19
jasontk19 commented Feb 25, 2020

Describe the bug
There are several places in the app where we have checkboxes that the labels are not configured properly to allow clicking to enable/disable the checkbox. We should identify all of these and fix them so that either the label or the checkbox can be clicked to update the value.

Known places:

  • Tour dismiss checkbox

  • Orbit tracks toggle in layer info modal

  • ...

seisman
seisman commented Apr 17, 2020

For any developers who want to develop custom supplements, they need to have a src subdirectory, some C codes, and most importantly, a CMakeLists.txt file.

Here is a full list of all CMake settings that can be included in the CMakeLists.txt:

# SUPPL_NAME [required]
#	name of the supplement package. It can be different from the directory name.
set (SUPPL_NAME newsuppl1)

# SUPPL_PROGS_
trexfeathers
trexfeathers commented Mar 20, 2020

From the eagle-eyed @jonseddon 🦅 👁 :

"I just noticed that the text inside the HTML <title> tag for the Iris 2.4 documentation at https://scitools.org.uk/iris/docs/v2.4.0/gallery.html says “Thumbnail gallery — Iris 2.2.0 documentation” rather than 2.4. It’s correct in the equivalent page in the version 2.3 documentation. I’ve not done an extensive search of all pages, but it looks like the

verde
Plantain
Plantain commented Sep 30, 2019

I'm using nearest_s2d in combination with the add_matrix_NaNs' 'hack' documented in #15 , but I'm getting 'smearing' of the nearest value all the way to the border with nearest_s2d when I would expect it to behave like bilinear with the 'outside' values instead missing.
Is this the intended behaviour? Can I work around this somehow by masking the output again?

![ex](https://user-images.githubu

wrf_hydro_nwm_public
kafitzgerald
kafitzgerald commented Aug 27, 2018

I was able to get testing working on Cheyenne using the nwm_compute environment and the scripts in tests/local 🎉, but some of the help looks like it should be updated (incl. the README - which seems pretty dated at this point) and I'm a bit confused about some of the default options.

In particular...

Compiler

philippjfr
philippjfr commented Jul 18, 2019

The Generating Meshes notebook currently has no explanatory text and display a pipeline which is of course not usable on the static website. Therefore it doesn't actually demonstrate what the notebook is meant to be about which is to generate meshes.

harmonica
santisoler
santisoler commented Mar 6, 2020

Description of the desired feature

Currently Harmonica has functions to compute distances between points defined in Cartesian coordinates or in spherical geocentric coordinates. Would be nice if we add a function to compute Euclidean distances between points whose coordinates are defined in geodetic (ellipsoidal) coordinates (don't confuse it with great circle distances).
Worth noting that

Chilipp
Chilipp commented Apr 12, 2018

Summary

Plot methods should be documented using a template rather than a hard-coded docstring.

Reason

You could easily add more examples and explanation

Current behaviour

Plot methods are registered using psyplot.project.register_plotter and the documentation is generated via the psyplot.project.ProjectPlotter._gen_doc method. This only gives a minimal possibility to mo

awst-baum
awst-baum commented Jul 25, 2018

I've run into ISMN timeseries files that are turned into a series of NaNs by scaling (e.g. ARM/Anthony/ARM_ARM_Anthony_sm_0.025000_0.025000_SMP1-A_19780101_20180712.stm at lon: -98.0969, lat: 37.2134).

This seems to happen in pytesmo.scaling.gen_cdf_match (scaling.py, line 403) because SciPy's InterpolatedUnivariateSpline throws ValueError('x must be strictly increasing'). Pytesmo catches thi

Improve this page

Add a description, image, and links to the earth-science topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the earth-science topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.