cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Can you create shapefiles in JMP?

Hello,

 

Can you create shape files with x and y coordinates? Any help would be appreciated. Thanks!

4 REPLIES 4
hogi
Level XIII

Re: Can you create shapefiles in JMP?

matth1
Level IV

Re: Can you create shapefiles in JMP?

Don't know if it helps, but I posted a sample script that takes an x,y coordinate list and creates a shape map from it:

https://community.jmp.com/t5/JMP-Scripts/Wafer-maps-in-Graph-Builder-using-Map-Shapes/ta-p/753839

 

It's intended to create semiconductor wafer maps and it's for demonstration purposes only so it's very simple - each x,y location is a square of unit size, which may not match your needs, but hopefully it shows a simple use case.

 

In general though the custom map generator add-in mentioned by @hogi will be much more powerful.

hogi
Level XIII

Re: Can you create shapefiles in JMP?

as an alternative: Semiconductor Toolkit / Mapping / Use Die Index

hogi_0-1724156582809.png
(don't forget to change the modeling type of the x/y coordinate to nominal)

 

mlo1
Level IV

Re: Can you create shapefiles in JMP?

Recommended Articles