Viewing profile — dvisca
dvisca
HN member- Joined
- Fri, Jul 22, 2022, 8:32 PM UTC
- HN karma
- 16
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About dvisca
No profile information was provided.
Recent public activity
-
comment
Comment #42116134
Earlier this year I published a paper [1] that was partly about recognizing place references from text. Various NLP libraries and gpt-3.5-turbo were used in the comparison. The com…
-
comment
Comment #39736643
Another common alternative to GeoServer and MapServer is QGIS Server. Based on THE Open Source Desktop GIS - QGIS Server publishes a QGIS project file as a WMS/WFS/WMT-S/OGC API se…
-
comment
Comment #35038286
Yunohost is great! I have a small Hetzner VPS set up at Yunohost with Baikal, Nextcloud, Outline Wiki, Bitwarden (or Vaultwarden) and Wallabag. I haven't had any major problems sin…
-
comment
Comment #34747173
ArcGIS Pro is just the name for the current iteration of a desktop suite (after ArcMap). ArcGIS Online lacks many of the „classic“ GIS features, especially raster features.
-
comment
Comment #34747098
But it's the other way around. Esri offers so much in the education sector apart from software licenses in a complete package, which you unfortunately have to search for in the FOS…
-
comment
Comment #34437499
PennState has some very good open education material especially for GIS topics. This one (lesson 4) covers WMS, but I'm sure other courses also cover WFS and WCS: https://www.e-edu…
-
comment
Comment #34429857
I currently use pygeoapi to publish the data of our research project instead of WFS. At the same time, I like the processing function that allows me to detach and control processes…
-
comment
Comment #34091054
The pro version of the app lets you upload .epub files. You have one free epub to test in the free version.
-
comment
Comment #32312224
Importing CAD files into GIS I always encounter the opposite, especially if the files are from architects. They can’t even close their polygons.
-
comment
Comment #32200949
But GeoPackage, which the question referred to, does not support spatial functions in and of itself. But I also wrote that you can use e.g. SpatiaLite to apply spatial functions to…
-
comment
Comment #32197138
No, it doesn't. It is designed as lightweight format for data storage and exchange. Usually it is used in the context of other GIS applications like QGIS. However, you can also use…
-
comment
Comment #32196971
There is the OGC SensorThings API spec for accessing sensor data. For storage I would assume something like GeoPackage or SpatiaLite would be sufficient.
-
comment
Comment #32196777
I prefer the GeoPackage format [1]. Very similar to SpatiaLite it is based on SQLite, but as official OGC standard I anticipate better integration and support in the long run. [1]:…