gaia icon indicating copy to clipboard operation
gaia copied to clipboard

Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.

Results 19 gaia issues
Sort by recently updated
recently updated
newest added

@aashish24 This is in regards to your suggestion yesterday to refactor how/where request parsing takes place, could you provide some more details? I think you mentioned having request JSON parsed...

Hi @aashish24, do we want all the processes that are currently listed under spatial dynamics? http://pysal.readthedocs.org/en/latest/library/spatial_dynamics/index.html - spatial_dynamics.directional – Directional LISA Analytics - spatial_dynamics.ergodic – Summary measures for ergodic Markov...

@aashish24 Current endpoints for a typical geonode installation: - [WMS](http://docs.geoserver.org/stable/en/user/services/wms/reference.html): http:///geoserver/wms - [GetCapabilities](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getcapabilities) - [GetFeatureInfo](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getfeatureinfo) - [GetMap](http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getfeatureinfo) - [Filters and other parameters](http://docs.geoserver.org/latest/en/user/services/wms/vendor.html#filter) - etc - [WFS](http://docs.geoserver.org/stable/en/user/services/wfs/reference.html): http:///geoserver/wms - [GetCapabilities](http://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getcapabilities) -...

Many spatial analysis functions in pysal rely on spatial weights, so we're adding this first. TODO: - add WeightProcess class to processes.py - add WeightFileIO class to inputs.py - test...