You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set ReferenceFrame=New York and LocationSpec=New York,then I run the simulation on the software, the software does not recognize it.Only four cities mentioned in the example given on the official website were identified by the software.Why is this happening?Which part of the code should I change?
The text was updated successfully, but these errors were encountered:
The classes ReferenceFrame and LocationSpec are interfaces. We have not set them up for every place in the world but use them when we create a new scenario. If you hit F4 when your cursor is on the class name, e.g., ReferenceFrame you can see the classes that implement this interface. Notably, the class SanFranciscoReferenceFrames. This should give you an idea of how to setup the NY one. Basically, you just hav to find the suitable local coordinate system EPSG. I will soon upload a new reposoitory in which I create scenarios based on data sets. This will then give additional hints. Otherwise, just ontact us again!
I set ReferenceFrame=New York and LocationSpec=New York,then I run the simulation on the software, the software does not recognize it.Only four cities mentioned in the example given on the official website were identified by the software.Why is this happening?Which part of the code should I change?
The text was updated successfully, but these errors were encountered: