1

I have around 1.5 million data points of fire incidents during a period of 10 years. I want to extract each month into a new layer so then I will basically have 120 layers in total.

Is there a way to do this without doing it manually one by one i.e. selecting points of every month and extracting it 120 times?

EDIT: Software: ArcGIS 10.4.1 Data: shapefile

1 Answers1

1

Add a text field called month, calculate following:

How To: Extract a portion of the Date field

but as month instead of minute.

Then see this question: Exporting feature class into multiple feature classes based on field values using ArcGIS Desktop?

second answer, and build a model (since you dont have tool Split By Attributes in 10.4)

BERA
  • 72,339
  • 13
  • 72
  • 161