Manifold System is a geographic information system (GIS) software package with support for vector and raster data, spatial SQL, a built-in Internet Map Server (IMS), and general programming. It is built for use exclusively on Windows. Further information on Manifold can be found on the website www.manifold.net.
Questions tagged [manifold]
40 questions
1
vote
3 answers
JetBrains IntelliJ IDEA Remove Manifold Plugin
I installed the Manifold plugin for IntelliJ IDEA, but then we decided we don't need it.
I'm using a Mac.
How the heck do I remove it?
It gives me a bunch of errors like java: package manifold.internal.runtime does not exist for each file.

mackycheese21
- 884
- 1
- 9
- 24
1
vote
0 answers
The comparison of manifold learning example of scikit learn is not working with my dataset
I changed the X and color variables of the exaple below with my dataset that has the exact shape as the original version.
I get the error below:
C:\ProgramData\Anaconda3\lib\site-packages\scipy\linalg\decomp_lu.py:71: RuntimeWarning: Diagonal number…

zied hosni
- 11
- 2
1
vote
1 answer
How to get client key and client secret for dropbox app
How to get client key and client secret for dropbox app? I have the app_key and app_secret for app. but i need to get the client key and client secret. Using a help provided by drop, I am able to generate access token. this client key and client…

kuhajeyan
- 10,727
- 10
- 46
- 71
0
votes
0 answers
Drawing manifold of non linear ODE
I have this system of ODE:
x˙ = x(3 − 2x − y)
y˙ = y(2 − x − y)
and so far I managed to draw the phase portrait
def phase():
#fixed points
fixed_points = np.array([[0., 0.], [0., 2.], [1.5, 0.], [1., 1.]])
x = np.linspace(0, 3, 10)
y =…

Leo_Miche
- 13
- 5
0
votes
0 answers
Using Partial Labelling in Umap
Can anyone explain how Umap works when giving y partial labelling to the fit method ? What are the tricks behind to help separate points which are labelled differently ? Is there a kind of penalisation in distance metric to exagerate distance points…

curious
- 201
- 1
- 10
0
votes
1 answer
Web crawl using manifoldcf
I'm trying to web crawl data from a specific website using Manifoldcf, but unfortunately, I keep getting 0 results I don't know what I'm doing wrong. I tried creating new Repository Connections as "Generic" and as "WEB" but when I create a job and…
0
votes
0 answers
How to define a python function 'on the fly' for use with pymanopt/autodifferentiation
I had no idea how to phrase the title of this question, so apologies for any confusion there. I am using the pymanopt package for optimization and would like to be able to create some sort of a function/method that allows for a generalized input…

pigtowndandy
- 47
- 5
0
votes
0 answers
Android/Java: How to get Targets & Macros in Android like in iOS?
I would like to create targets & macros like in iOS on the Android side.
I read the doc but impossible to understand
1/ how to get targets/schemes like in iOS:
2/ how to get preprocessor macros like in iOS:
I also checked that ticket and that…

ΩlostA
- 2,501
- 5
- 27
- 63
0
votes
1 answer
Trying to build an example from DJI PSDK (ERROR: Please confirm your platform.)
I'm trying to follow the DJI's documentation of the PayloadSDK to understand better the workflow. But when I type the line " cmake -DCMAKE_BUILD_TYPE=Release .. ", on (https://developer.dji.com/document/c685f35c-5033-42ee-9dcc-e242ef19fd98), the…

Nicolas Granese
- 1
- 1
0
votes
2 answers
Can't use my Manifold extension method in Java gradle project
I am working on an Java 11 project,
This is my build.gradle:
plugins {
id 'java'
}
//
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
repositories {
maven { url…

Alexei
- 14,350
- 37
- 121
- 240
0
votes
1 answer
How to write GraphQl Upsert Query in .graphql file
I am able to execute upsert query in Hasura UI and I'm using manifold plugin for client classes generation in java. I'm struggling at keeping an on_conflict with multiple fields in .graphql file.
The below schema I'm using in graphql file.
Thanks…

Mahender Ambala
- 363
- 3
- 18
0
votes
2 answers
roslaunch activation failure what should i do?
i tried to launch the sdk package by typing
roslaunch dji_sdk sdk.launch
however every time i get this error:
... logging to /home/dji/.ros/log/b31d5e94-fec0-11e9-9835-74da38ebc18f/roslaunch-manifold2-18825.log
Checking log directory for disk…

Ibtesam ali
- 33
- 5
0
votes
1 answer
Manifold 2 activation failier
when i try to launch dji_sdk sdk.launch i get this error
dji@manifold2:~/Desktop/M210_ws$ roslaunch dji_sdk sdk.launch
... logging to /home/dji/.ros/log/b1f94636-ef16-11e9-bd30-74da38ebc18f/roslaunch-manifold2-6454.log
Checking log directory for…

Ibtesam ali
- 33
- 5
0
votes
0 answers
Getting video from onboard to remote computer
I am trying to get zenmuse x3 mounted on M100 video feed to a remote computer through SSH from onboard computer. I tried to add remote computer IP to sshd_conf file but It is giving "can't open display" issue. Anybody tried to do the same? Please…

pavanbn8
- 9
- 6
0
votes
2 answers
Control M100 only without GPS
I am trying to code a C++ program that will move the drone (DJI Matrice 100) from point A to Point B without using GPS coordinates because I'm testing it inside where GPS signal is non-existent.
I use a DJI Matrice 100 drone equipped with a Guidance…

Cédric Vibert
- 1
- 3