vector
Here are 1,003 public repositories matching this topic...
-
Updated
Aug 30, 2020 - C++
-
Updated
May 12, 2019 - Java
-
Updated
Sep 1, 2020 - C++
-
Updated
Mar 19, 2019 - Java
-
Updated
Jul 15, 2020 - Java
See below; version 2.4.2 from the ubuntugis ppa.
Expected output is just the version information, no crash.
$ gdal2tiles.py --version
GDAL 2.4.2, released 2019/06/28
Traceback (most recent call last):
File "/usr/bin/gdal2tiles.py", line 2927, in <module>
main()
File "/usr/bin/gdal2tiles.py", line 2917, in main
input_file, output_folder, options = process_args(argv[1:])
-
Updated
Jun 30, 2020 - Go
Hi everyone,
I am building a sensor fusion framework based on nalgebra
, and found out that we do not have support for Lie algebra operations like expmap
and logmap
. Is is appropriate to add them here or should I implement them in my own crate by using some traits?
Many thanks,
Fan
-
Updated
Aug 30, 2020 - PHP
-
Updated
Jun 1, 2020 - Java
Synfig version & platform:
Building from source
Debian sid
When I hit the Restore Defaults button, synfig restores everything back to factory settings AND saves it without the user either confirming the changes with OK butt
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 30, 2020 - Java
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
.
-
Updated
Aug 29, 2020 - C
-
Updated
Aug 30, 2020 - Rust
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
Jul 30, 2020 - TypeScript
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 23, 2020 - C
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."
Describe the bug
If partition tag set empty string, the message returned should be
Steps/Code to reproduce behavior
Expected behavior
**Env