Skip to content
Snippets Groups Projects
  1. May 17, 2021
    • Lionel GUEZ's avatar
      Use option `-batch` · 88ec00d5
      Lionel GUEZ authored
      Take advantage of version 2019 of Matlab now available on Ciclad,
      which has option `-batch`. This clears the output and opens the way to
      subprocess instead of `pty.spawn`.
      88ec00d5
  2. Apr 30, 2021
  3. Apr 29, 2021
  4. Apr 03, 2021
    • Lionel GUEZ's avatar
      Bug fix: convert polyline to list · 6c850f50
      Lionel GUEZ authored
      Method poly of shapefile writer requires a list of lists, not a list
      of numpy arrays. This bug goes unnoticed in pyshp `2.1.0` but raises an
      exception with pyshp `2.1.3`.
      6c850f50
  5. Apr 02, 2021
  6. Mar 10, 2021
  7. Mar 09, 2021
  8. Mar 04, 2021
    • Lionel GUEZ's avatar
      Manage missing dates · 7a48e5fd
      Lionel GUEZ authored
      We just write a line in `ishape_last.txt`. Note that we cannot catch
      the error, which occurs inside Matlab, so we have to test for file
      existence beforehand.
      7a48e5fd
  9. Mar 03, 2021
  10. Feb 23, 2021
    • Lionel GUEZ's avatar
      Polish · 07870a84
      Lionel GUEZ authored
      07870a84
    • Lionel GUEZ's avatar
      Convert the mat file to v6 from inside Python · 59b96d45
      Lionel GUEZ authored
      Call the Matlab script from the Python script. We cannot do this with
      subprocess because Matlab requires a terminal. With subprocess, the
      Matlab script complains: "inappropriate ioctl for device". Note that
      we cannot test that the Matlab script worked normally because it exit
      with code 0 regardless: the exit instruction returns code 0.
      
      The idea here is that we do not want to store the converted v6 mat files.
      59b96d45
    • Lionel GUEZ's avatar
      Polish · d3f2dfea
      Lionel GUEZ authored
      d3f2dfea
  11. Feb 18, 2021
  12. Feb 16, 2021
  13. Feb 15, 2021
    • Lionel GUEZ's avatar
      125569d8
    • Lionel GUEZ's avatar
      Rename file · 12c05ae7
      Lionel GUEZ authored
      12c05ae7
    • Lionel GUEZ's avatar
      Replace `grid_nml.txt` if it exists · a956b0a5
      Lionel GUEZ authored
      a956b0a5
    • Lionel GUEZ's avatar
      Add output of `ishape_last.txt` · 2cef4ba6
      Lionel GUEZ authored
      2cef4ba6
    • Lionel GUEZ's avatar
      Loop on dates · 19ef17ad
      Lionel GUEZ authored
      So we do not read the name of input `.mat` files from the command
      line, we assume they follow a pattern, and we need the files to be
      present in the current directory. Also, since the dates are specified
      in the script, we check that each date is equal to the date stored
      inside the corresponding `.mat` file.
      19ef17ad
    • Lionel GUEZ's avatar
      Move output of namelist after output of shapes · b26fda8b
      Lionel GUEZ authored
      Preparing for the loop on dates. The mat files will be open inside the
      loop which will output shapes, so the output of namelist, which use
      mat data will need to be after.
      b26fda8b
    • Lionel GUEZ's avatar
      Polish · 8544c99a
      Lionel GUEZ authored
      8544c99a
    • Lionel GUEZ's avatar
      Reorganize for multiple dates · 6106d950
      Lionel GUEZ authored
      Separate the definition of the fields of shapefiles and the output of
      the namelist from the output of the shapes. This will allow us to loop
      on dates only for the output of the shapes. Create two sets of writers
      so that we will be able to alternate between the two sets when we loop
      on multiple dates. So we create a function `define_fields`, we replace
      the argument `SHP_triplet` of function write by argument writers and
      we create the dictionary factories.
      6106d950
    • Lionel GUEZ's avatar
      Polish · 39cd3f02
      Lionel GUEZ authored
      39cd3f02
  14. Feb 12, 2021
Loading