Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some question about ReferenceFrame andLocationSpec. #332

Open
houcontrol opened this issue Oct 11, 2019 · 1 comment
Open

Some question about ReferenceFrame andLocationSpec. #332

houcontrol opened this issue Oct 11, 2019 · 1 comment

Comments

@houcontrol
Copy link

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?

@claudioglasses
Copy link
Collaborator

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants