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
Hi,
in your commit "Better management for color management, update for csv management" you changed the CSVReader. In src/json/converter/csv/CSVReader.java function readRecord() you changed
Yes, sorry about that , if I recall well , you should have a dbf file associated with the shp file that maps record # to data. This is what defines prop field. In fact the code you highlight is in ShpFileReader.java . I have set the value to false to optimize the parsing of big shp files. As you can merge associated data (dbf content) with csv files, you can have a subset of record # to filter shape records from the shape file.
This can be used to filter element that have no prop on large files.
Let me know if your usage of this method relies only on shp file, meaning you'll never have the dbf attached file, so that I will try to figure out how to bypass this in defining this boolean.
Hi,
in your commit "Better management for color management, update for csv management" you changed the CSVReader. In src/json/converter/csv/CSVReader.java function readRecord() you changed
to
this caused the function
to skip reading all the records.
The text was updated successfully, but these errors were encountered: