-
Need to import a `.csv` file like this into PostGIS, with `UTM` column as geometry. (Auto-detected, or set manually.)
``` csv
Dato,UTM,Arsen,Bly ,Kadmium,Kobber,Krom,Kvikkølv,Nikkel,Sink
JF-des07-1,0…
-
The activerecord-postgis-adapter provides access to features of the PostGIS geospatial database from ActiveRecord. It extends the standard postgresql adapter to provide support for the spatial data ty…
-
### Description
Running the new 1.9 version of Datacube OWS that's configured using environment variables crashes if there's no config file at all.
## Steps to Reproduce
1. Configure OWS using …
-
Would like a function to return the location of the closest closest point on a Line given a Point as a fraction of the 2d line length as specified in the [PostGIS ST_LineLocatePoint](https://postgis.n…
-
Hello
I have a project running on kart.
The data is in postgis, now i need to change the postgis table name. I have looked into kart and it shows me the path to the working copy location but i cann…
-
### Summary
what is _ ```Error: Unsupported PostGIS modifier``` _ in
```
export const getGISTypeDetails = (modifier: number): GISTypeDetails => {
const allZeroesHopefully = modifier >> 24;
…
-
I'm pretty sure there is no exactly a pysheds issue, but:
I'm trying to infer the watersheds basins from a given point, using your library. Then get the watershed polygon and store into PostGIS dat…
-
-
**Describe the bug**
With the current version, from the connection tab, I cannot add a database or iterate the list of database defined on the geoserver with this message:
File "C:\Users/rfortin…
-
When using PostGIS geometry types and storing a record it serializes the ``Point`` type incorrectly.
``$10::geometry`` gets as parameter ``"(50.501899 10.963963)"`` instead of ``"Point(50.501899 10.…