vector
Here are 1,462 public repositories matching this topic...
-
Updated
Oct 26, 2021 - C++
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
May 12, 2019 - Java
The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script
Steps:
- move it to gdal/swig/python/scripts
- create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
- write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
-
Updated
Mar 19, 2019 - Java
-
Updated
Jul 30, 2021 - C++
The User Guide on vectors and matrices should be updated with instructions for how to use the matrix!
macro (and related vector!
, dvector!
and dmatrix!
macros) to construct matrices, as this is now the preferred way of constructing small matrices directly based on entries.
See #987 for the issue that prompted this issue.
-
Updated
Jun 30, 2020 - Go
-
Updated
Oct 8, 2021 - Kotlin
-
Updated
Oct 26, 2021 - PHP
-
Updated
Jun 1, 2020 - Java
In the event payload the return type of layer
is `L.Layer? so it needs to be casted to the Layer-Type.
layer.on('pm:edit', (e) => {
if(e.shape === 'Polygon'){
(e.layer as Polygon).getLatLngs();
}
});
This should documented in the Readme
Explainations:
synfig v1.4.2 windows 10 21h1
There are few panels I want to move a bit to the bottom, but it seems like they're locked to a particular minimum size which was not the case in older version of synfig.
Please lower the minimum size of the those panels.
-
Updated
Oct 28, 2021 - C
It would be great to mention this in the relevant chapter: https://github.com/walkerke/crsuggest
Specifically it would fit perfectly here: https://geocompr.robinlovelace.net/reproj-geo-data.html#which-crs-to-use
Heads-up @walkerke, awesome package, let me know if you've any comments/suggestions on describing the package and thanks for developing it!
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
-
Updated
Oct 31, 2021 - Java
-
Updated
Aug 11, 2021 - Rust
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs>
would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>
.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n
rather than --bbox w,s,e,n
.
Improve this page
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."
Steps/Code to reproduce:
We've seen a searchResultBufFlags array in proxy task scheduler.
It is never cleaned from the map so I guess there is a memory leak especially when search number is going up.
We need to check on how to fix it
Expected result:
Delete or clean it when ne