Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move resample code from pytesmo to repurpose #8

Merged
merged 8 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs
  • Loading branch information
wpreimes committed Oct 17, 2019
commit 7c3c03e03667eafb6bcf6a3e05ba129f2f0249ae
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Unreleased
==========

- Add resample functions (from pytesmo)

Version 0.6
===========

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ It includes two main modules:
spatial resampling.
- ``ts2img`` for time series to image conversion, including support for temporal
resampling. This module is very experimental at the moment.
- ``resample`` for spatial resampling of (regular or irregular) gridded data
to different resolutions.

Alternatives
============
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.. include:: ../README.rst
.. include:: ts2img.rst
.. include:: resample.rst

Contents
========
Expand Down
11 changes: 11 additions & 0 deletions docs/resample.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _resample:

========
resample
========

Spatial Resampling
==================

The ``resample`` module contains functions to convert gridded data to different
spatial resolutions.