Aashish Chaudhary
Aashish Chaudhary
@mgrauer I already have created a issue for it https://github.com/Kitware/minerva/issues/252
Its not the problem that we are getting bad data
> his was a separate issue to #252, there was data that didn't have the mapped "latitude" and "longitude" fields on certain rows, and would cause the entire dataset conversion...
We have marked short terms goals (v 0.1.0) for now. We will update the document for long term (1.0), mid term, and short term post 0.1.0.
> WMS: http:///geoserver/wms > > GetCapabilities > GetFeatureInfo > GetMap > Filters and other parameters > etc Sounds good. Can we have: - http://somethinghere/geo/wms --> internally forwarded to http:///geoserver/wms -...
> Do not set any specific user and password by default. Instead leave it up to the main application/UI to handle this, such as providing a form for entering these...
thanks @mbertrand I am getting back to this. I will have a look. Thanks,
@mbertrand here is what we need (all of these are implemented by PostGIS) 1. findNearBy(location): location ==> (lat, lon) 2. distance(pt1, pt2) ==> p1 and p2 are points 3. contains(pt,...
sorry, distance would be distance(geometry, geometry) as well and so is contains
> findNearby(point, dataset, max_distance): point = X,Y coordinate, dataset=postgis table or other vector data source having 1+ features, max_distance: maximum distance from point to search +1 > distance(dataset, dataset) -...