Closed jeffzyliu closed 1 year ago
fields to keep: year: state: [location] where location is 'county' or 'rangerDistrict' ([location] will actually be the right syntax somewhere for this) spbPer2Weeks: probSpotsGT50: spotst0: (or the ln version) (don't keep _id we dont need it here)
[location]
steps to doing this:
this gives us a way to extract only those fields from a data slice while saving CPU time and memory.
Description
fields to keep: year: state: [location] where location is 'county' or 'rangerDistrict' (
[location]
will actually be the right syntax somewhere for this) spbPer2Weeks: probSpotsGT50: spotst0: (or the ln version) (don't keep _id we dont need it here)steps to doing this:
this gives us a way to extract only those fields from a data slice while saving CPU time and memory.
Type of Issue