geospatial
Here are 871 public repositories matching this topic...
What would the GeoJSON with timestamps look like? Looking at the playback part of the user guide, it's unclear to be whether your GeoJSON should contain arrays of values and corresponding timestamps for each location? Is the following correct?
var statesData = {
"type": "Feature",
"properties": {
Sandcastle example: open any basic shape (e.g. Rectangle) and try to set an outlineWidth, or search "outlineWidth" on this tracker and read any of a bunch of existing issues, starting with #40 (!)
Browser: any
Operating System: Windows only, apparently
Since the very beginning of Cesium, people have been trying to use the outlineWidth property on EllipseGraphics, RectangleGraphics, Po
-
Updated
Jan 27, 2020 - Go
- go to https://graphhopper.com/maps/
- from/to text fields are empty, click one of the vehicle icons
- right click the map -> 'Set as Start/Intermediate/End' entries are grayed out
- (bonus) click vehicle icon again -> markers are created in Sibay, Russia, context menu entries become active again, but from/to fields still empty even though there are markers on the map
Good first issue
Please respect the following template to report a new issue, otherwise your issue will be automatically closed.
Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.
Make sure the issue concerns the BlenderGIS addon and not Blender itself.
In preference do not ask for help here, only report
As of first congrats for this package - I'm using it quite often & it's a great help.
I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht
-
Updated
Jun 12, 2020 - Python
Explain how to use the output of a Federated Table in:
- SQL API
- Tiler API
Explain how caching works when a Federated Table is used in the different systems
I briefly looked some of the h3lib code via web interface, and they use malloc / free. Forgive me if h3lib can already configure to be used with other memory management routines.
I am wondering if it is possible to add configurable memory management routines other than malloc / free. I could certainly modify the code myself, but then it would create an upgrade / merge issue.
Basically, I a
-
Updated
Jun 11, 2020 - TypeScript
You can leave a link in the comments below if you have found some project not in the list. I will add it to the main list.
Comment sample:
- name: QGIS
- website: https://qgis.org
- short description: A cross-platform free and open-source desktop GIS software.
- category: Geographic Information System Software.
If the content was added to the master branch, a
The leadership changes section made me nervous because it looks like there is some reliance on the nodes perceived Raft status (which may not be the Raft status). I traced the code and indeed on proposal, the node's local Raft status is determined to decide whether that node is the leader or not. During network partitions however, a node ma
Proj4js jsfiddle
var source = 'EPSG:4326';
var dest = '+proj=omerc +lat_0=51.25337665246619 +lonc=39 +k=0.9999406491557739 +x_0=96062.11582090713 +y_0=7596.58318533453 +gamma=-0.4017832147399834 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs';
proj4(source, dest, [37.93, 51.72])
cs2cs from here https://
Update diagrams
In experiments.rst, in the first diagram, I'm inferring that ovals are static resources and parallelograms are processes, and that dashed lines means optional. But if that's true, then I'm not sure what the meaning of purple vs. blue is, the scenes should be ovals and solid lines. It might be simpler and easier to parse if everything was a blue oval, although the dashed line makes sense. In the
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
@chris-little's feedback from CesiumGS/3d-tiles#405:
Can tilesets be nested hierarchically? I'm not sure from the text.
Can a tile can be "in" more than one tileset? I'm not sure how, but presumbly URIs allow this.
The answers are "yes" and "yes" but they could be clarified in the reference card.
-
Updated
Jun 10, 2020 - PLpgSQL
-
Updated
Jan 17, 2019 - JavaScript
-
Updated
Apr 27, 2020 - Java
Currently, geospark is based on the jts.STRTree. prestodb/presto#13079 could be a great enhancement regarding memory pressure, i.e. implementing it using Hilbert Packed RTree (Flatbush)
v0.3.1 ->leaflet-dvf.js
_createText: function (layer) {
// var options = layer.options.text || {};
var options = layer.options || {};
......
var textNode = document.createTextNode(options.text);
......
}
Currently to add attributes to a layer with clustering you need to add a PROCESSING command e.g:
PROCESSING "ITEMS=Field1,Field2,Field3"
See supported processing options.
In order to reuse the same layer as a WFS it would be useful to have an option to set all fields automatically e.g.
`PROCESSING "ITEMS=*"
-
Updated
May 27, 2020 - Java
Currently the matching fails if too distant GPS/GPX entries but instead we should create two routes and make it happen.
-
Updated
Apr 29, 2020 - Jupyter Notebook
Something similar to this: https://postgis.net/docs/ST_LineLocatePoint.html
Improve this page
Add a description, image, and links to the geospatial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geospatial topic, visit your repo's landing page and select "manage topics."
How do we go about integrating this with a map? The documentation is pretty straightforward with adding/retrieving data into the tile38 server.
But not very clear on how we can visualize this on a map