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
Currently, users cannot call a constructor to create a new Geopoints variable - they have to be created through function calls.
We should expose this class more fully by offering a constructor that takes a file path as input argument and calls the mv.read() function internally. gpt = mv.Geopoints(path='/path/to/my/geopoints/file.gpt')
Look at the Fieldset constructor as an example.
The text was updated successfully, but these errors were encountered:
Currently, users cannot call a constructor to create a new Geopoints variable - they have to be created through function calls.
We should expose this class more fully by offering a constructor that takes a file path as input argument and calls the mv.read() function internally.
gpt = mv.Geopoints(path='/path/to/my/geopoints/file.gpt')
Look at the Fieldset constructor as an example.
The text was updated successfully, but these errors were encountered: