Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Releases: rileyhales/geomatics

v0.12 Better time interpretation and file reading

21 Aug 21:40
4b29bd1
Compare
Choose a tag to compare

This release:

adds the ability to read files from opendap url sources for any file that would typically be accessible through xarray and opendap. Be aware of the bottleneck that will come when extracting a time series from datasets being read exclusively from opendap sources.

adds 4 total options to format the timestamps for each data file. the best option is to try to interpret the Climate and Forecast standard's time unit string, followed by extracting the date from the file name, then using the numerical array values, then using the file name. This should help with datasets that do not conform to standards or otherwise behave irregularly.

Removes non-production-worthy code in the convert module. You should use geopandas or other similar utilities for conversions.

0.11 convert geotiff to netcdf

10 Aug 16:31
Compare
Choose a tag to compare

Adds the ability to convert geotiffs to netcdf compliant with the Common Data Model and therefore with THREDDS Data Server. This function was written by Riley Hales and Rohit Khattar for the NASA SERVIR Hackathon hosted virtually by BYU in August 2020

0.10.1 add missing install dependency

02 Jul 20:35
49d97e0
Compare
Choose a tag to compare

missing pygrib dependency for new pygrib engine

0.10 engine choices and optimization

02 Jul 19:09
891952b
Compare
Choose a tag to compare

See #8
Download NASA GLDAS Data
Added pygrib engine
Speed tests for wiser choice of file engine

0.9 n-dimensional data

06 Jun 04:31
Compare
Choose a tag to compare
  • Use array masks built on geopandas and rasterio to improve speed of polygon extraction timeseries
  • support for geojson and shapefiles
  • support n-dimensional data (tested up to 5 dimensions) through reworked function mapping locations to array indices
  • more statistics options
  • ability to get many statistics at once

v0.8

03 Jun 00:30
0041914
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

first attempt at support for hdf5 files
stop using kwargs, just list all variables explicitly as named variables
type hints to everything
classifiers in setup.py
use requirements.txt instead of listing all in setup.py
Tips on using GFS grib data with xarray in the docs
Beginnings of tests. Not unit tests but code that exercises most of the functions

v0.7

05 May 05:48
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release
v0.7 organize data.py, convert.py, and download gfs function

0.6.1 Modifications for Conda-Forge

12 Apr 18:16
Compare
Choose a tag to compare
Pre-release

Include license in manifest
Include conda.recipes/meta.yaml in manifest
modify recipe to match conda-forge specs

0.6 Inspect grib and geotiff

12 Apr 18:10
Compare
Choose a tag to compare
Pre-release

Beginning of grib file functions.

0.5 Geotiffs and _utilities

12 Apr 18:13
Compare
Choose a tag to compare
Pre-release

Geotiff conversion and timeseries functions. Organization of helper functions into the _utilities.py file.