Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
Andrew Tedstone edited this page Jun 1, 2018 · 11 revisions

Welcome to the georaster wiki!

To-do:

  • Documentation ~ including adding dummy data to package so that it can be used for examples
  • Decorators or setters/getters for class attributes?
  • Overloading functionality
  • Basic plotting
  • Check that reproject() works on memory raster
  • interp() has this listed in docstring: "WARNING : For now, values are considered as known at the upper-left corner, whereas it should be in the centre of the cell." - Amaury to consider?
  • check the coordinates again. Extent and self.coordinates are consistent, but might be a problem with read_single_band_subset, there is an inconsistency between the extent specified as input and the extent returned...
  • PEP8 conformity, e.g. spaces after commas
  • Test suite for coordinate transforms
  • Take into account no data value
  • Write a set of test scripts
  • Add option to create new georaster from inputs of a np.array and an existing georaster

Also:

  • Logo?

Clone this wiki locally