Closed vorugantia closed 7 years ago
The following has been done in the last couple of commits:
[x] Move static data to src/data
. Calling ng build
will copy the static data over to the dist
folder. (I tried putting the data in ./data
but ng build
wasn't copying the folder over to dist/
. So now it's inside src/
)
[x] Have webpage access data from this new directory
[x] Remove all static data from the master branch (add src/data
to .gitignore
)
[x] Remove dist/
from the master branch
I'll merge the commit if this all looks OK, and if the tests pass.
@cdeil - This PR includes the following tasks:
np.nan
andnp.inf
values in Python data dump methodHave a look at the Python code in these commits so far. I will add another commit to this PR to finish the last checkbox above, but that will all be TS code. In the next PR, I will work on the source detail pages for each source.
The size of our data directory is large again, now that we're dumping all source data: