Coder Social home page Coder Social logo

rileyhales / geomatics Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 245 KB

A python tool for time series of multidimensional scientific data

Home Page: https://geomatics.readthedocs.io

License: BSD 3-Clause "New" or "Revised" License

Python 98.94% Shell 1.06%
data-science datascience gis time-series timeseries

geomatics's People

Contributors

rileyhales avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

whigg

geomatics's Issues

Support 1,2,3 dimensional data

Currently you can only do series on 2 dimensional data, or 3 if the 3rd is time. we want to be able to do up to 4 if the 4th is time. Case in point soil moisture data and wind speed data often stored with a depth/height 3rd dimension

Probably necessary changes:

  • generalize the x_var, y_var to be dim1, dim2
    • can we still have default dims for lat/lon/time??
    • maybe we can try to guess them?
  • add a new dim3 parameter
  • modify slicing_info utility to intelligently determine indices, dimension order, shape, etc
  • can we still call it point_series for 1 dimensional data?? Do we need to rename the 3 kinds of series??

option 2:

  • have a series_1d, series_2d, series_3d function. duplicate code and more to maintain and merge later but probably quicker to generate. pushes more responsibility onto the user. less ability to be generally applied.

Better handling of vector data

use geopandas so you can accept a geojson?? (can we reliably turn a geojson into a shapefile)
we should change the conversion tools between geojson and shapefile to use this. We can go back and forth easier.

There is also the option of using the rasterstats mask option in addition to zonal_stats which may perform better. Could open possibility of accepting more geometry inputs/require fewer different functions.

reimplement the pygrib engine?

pygrib is on conda-forge so we should be able to use it as a dependency.

  • need to use it as an engine -> swap var for band_number.
  • will need to modify the _check_var_in_dataset option to check that the band number is in the length of files available.
  • speed test to understand the potential benefits.
  • does this impact any other dependencies?
  • will implementing this disrupt the other engine workflows?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.