Philippe May

Results 7 issues of Philippe May

In an attempt to use geopackage.js with Angular 11, which depends on typescript 4, the following error is shown: ``` Error: node_modules/@ngageoint/geopackage/built/lib/extension/style/styleMappingDao.d.ts:22:5 - error TS2610: 'table' is defined as an...

It's a very generic question, so i leave it open for comments and suggestions. Many web frameworks propose a customizable "admin" interface, eg. Flask-admin, Django admin, etc. So, with a...

discussion

I need to create geopackages containing several layers, to be downloaded from a web server. Ideally in such a scenario, the data should be created in memory. But Fiona has...

enhancement

With https://github.com/geopandas/geopandas/commit/5d1181af6bcca88351d84bb63fc0fbe0e32ce055 and pygeos support enabled, to_crs() transforms all geometries to 2-dimensions. _vectorized.transform uses pygeos.get_coordinates, and the documentation mentions: Three-dimensional data is ignored.

bug

**Is your feature request related to a problem? Please describe.** Pygeoapi already has support for Starlette, and other Asyncio frameworks gain momentum. However, the API is not async, blocking the...

enhancement

flatpak install or update give: ``` Info: runtime org.freedesktop.Platform.GL.default branch 20.08 is end-of-life, with reason: org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported...

The protocol mentions that the challenge must be computed with concatenation of the keys as "sent on the wire" (the client should shuffle the headers). The current version always takes...