-
I have proper elastic search host and port, which is exactly same on our online server.
```
fos_elastica:
clients:
default:
host: search....path..aws.com
port: 80…
-
Notes from 1/20/16 meeting with @dlebauer @gsrohde @robkooper around enhancing BETYdb API.
We plan to introduce `/controllers/api/` directory to BETY project and will start developing in `controllers…
-
```
The WKTReader and WKTWriter classes do not support the Z and M flags defined in
the OGC Simple feature access standard.
At the very least, support should be added to WKTReader.
For example, the…
-
pyproj doesn't seem to check if projections are equal when asked to transform:
``` python
x = np.random.randn(1e7) * 60
y = np.random.randn(1e7) * 60
start_time = time.time()
xx, yy = pyproj.transfor…
-
```
Here's my code:
import shapefile as sf
w = sf.Writer(sf.POINT)
w.point(37.7793, -122.4192)
w.field('FIRST_FLD')
w.record('First','Point')
w.save('test/point')
...it creates point.dbf, point.shp,…
-
From @kryden
The original OGC Geopackage specification was adopted prior to the adoption of the updated SRS WKT Specification OGC Well known text representation of coordinate reference systems. As a r…
-
`pdal info`:
```
PROJCS["NAD83 / UTM zone 18N",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["unretrievable - using WGS84",6378137,298.257223563,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG"…
-
```
Mozillas-MacBook-Air:~ mozilla$ brew install postgis
==> Downloading http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/postgis-2.0.2.tar.gz…
-
On Debian testing Mapnik (git checkout from yesterday) crashes also on unit tests. Here's an example:
```
$ LD_LIBRARY_PATH=src ./test/visual/run
*** Error in `./test/visual/run': free(): invalid poi…
-
```
NTS 1.7.3 RC2
Hi Diego,
It seems that Polygonizer fails when constituent geometries being
processed form a polygon with hole(s). It fails on Polygonizer.Polygons
getter call. Here's exception …