- ABoVE_TVPRM_bbox.nc4
- This is an example output from a bounding box request to the ABoVE TVPRM collection, where -160 ≤ longitude (degrees east) ≤ -145, 68 ≤ latitude (degrees north) ≤ 70. Note, ABoVE TVPRM has 8784 time slices. To minimise the size of the stored artefact in Git, this example output only contains the first 10 time slices. ABoVE TVPRM has a projected grid that uses an Albers Conical Equal Area CRS.
- ABoVE_TVPRM_example.dmr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
import logging | |
from harmony.message import Format, Message, Source, ScaleExtent | |
from harmony_browse_image_generator.adapter import BrowseImageGeneratorAdapter | |
from harmony_browse_image_generator.browse import create_browse_imagery | |
# Set up the logger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import plotly.plotly as py | |
import plotly.graph_objs as go | |
import numpy as np | |
from pandas import RangeIndex | |
from numpy import array | |
data = [{'hoverinfo': 'y', | |
'line': {'color': 'transparent'}, | |
'name': '± 2 Standard Deviations', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sample code and data for describing data issue in imshow | |
## Problem: imshow seems to move some of the data around in it's axes. | |
When I try to us axes.imshow in matplotlib with a grid of known size and shape, | |
and then later read the png data, the image's data changes compared to the | |
input gridded data. | |
I've included a script `make-gif.sh` that reads a sample 900x600 image and then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Elpy Error | |
The backend encountered an unexpected error. This indicates a bug in | |
Elpy. Please open a bug report with the data below in the Elpy bug tracker: | |
https://github.com/jorgenschaefer/elpy/issues/new | |
``` | |
Error Message |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder