Description
Viewing large CSV files
I use NotePad++ as a text editor. One feature is that it loads files up to 100 megabytes or so in a flash. If anybody is having issues, I can add an online CSV data file viewer that is fairly fast.
Data Errors
I note that some records start with series of '0,0,0,0,0,...' Currently these are being filtered out, but it would be nice to see what is causing this to happen.
Some records - see Brooklyn - have no street numbers and many polygons. So these are either streets or entire blocks or whatever. Is there any way of filtering these out in the export process?
Three.js is also reporting 'duplicate data' issues on some records. I will double click into this particular eventually.
Currently, Manhattan is the only borough where I can complete the 'Display Borough' successfully. It would be nice to do better than this - but displaying entire boroughs is not a priority for the time being. Right?
Data Reduction
An essence of working online: keep file size to a minimum.
Here are ways we could reduce CSV file sizes:
CSV files have X,Y,Z data with Z always 0.0. We don't need the Z.
CSV files have a space after the comma. We don't need the space.
CSV files have six places after the decimal point. We probably only need one or two.
CSV files have a lot of data regarding areas etc. We probably don't need this data for basic insolation reports. It might be better placed in separate files.
ArcGIS to Lat/Lon
It appears that the NYC data is X and Y feet from some datum point. Is there any way of converting these positions to lat/lon? If so then we can easily slip OpenStreet or Google Maps data under every rendering plus weather conditions and more. ;-)
ArcGIS export
I have not looked into this yet - but will - before too long - look into the app Mostapha pointed to. I look forward to adding San Francisco and other cities - and to finding ways of reducing file sizes.