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
{{ message }}
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.
Here is a list of known bugs and limitations. I grouped them into two categories:
Major relevance: the user has to be careful about these.
Minor relevance: small issues that should not be noticeable to the user, and may be in parts of the code that are not being used in the last version.
There is no particular order within the categories.
Major relevance
Does not support file paths with :/ (which can happen in POSIX systems).
In some unknown occasions, using the menu option to "restore/load settings" may add a duplicate network (double check the list and remove as needed).
Make sure all the candidate stations are within the grid limits, otherwise it will throw an error while trying to extract the corresponding vertical line.
Related with the previous point, be careful to define the grid dimensions in order to accomodate the radius (tolerance) around the stations. Example:
the grid is 10 x 10 nodes
one station in located at node (2, 2)
if using tolerance 3, it will surpass the grid dimensions in the west and north sides
you need to increase the grid to at least 11 x 11 (in the aforementioned directions)
When calculating the scores for monthly data in the cost-home format, it will only use the first selected checkbox.
Minor relevance
cost2gslib only adds the column with the 'year' for annual and monthly data.
drill has some offset in the fetched location (not in use).
GsimcliParam.load is being used like it was a static method (it should not be a problem because most likely the first condition will short circuit).
Using the option to save intermediary files, coupled with using a tolerance, may throw an error while saving.
benchmark is not updating the header when using 'monthly'.
The text was updated successfully, but these errors were encountered:
Here is a list of known bugs and limitations. I grouped them into two categories:
There is no particular order within the categories.
Major relevance
Does not support file paths with
:/
(which can happen in POSIX systems).In some unknown occasions, using the menu option to "restore/load settings" may add a duplicate network (double check the list and remove as needed).
Make sure all the candidate stations are within the grid limits, otherwise it will throw an error while trying to extract the corresponding vertical line.
Related with the previous point, be careful to define the grid dimensions in order to accomodate the radius (tolerance) around the stations. Example:
When calculating the scores for monthly data in the cost-home format, it will only use the first selected checkbox.
Minor relevance
cost2gslib
only adds the column with the'year'
for annual and monthly data.drill
has some offset in the fetched location (not in use).GsimcliParam.load
is being used like it was a static method (it should not be a problem because most likely the first condition will short circuit).benchmark
is not updating the header when using'monthly'
.The text was updated successfully, but these errors were encountered: