Skip to content
 

NAIP CA 2016 Processing

Running 11,000 DOQQs through a processing pipeline – so far, so good !
 

 

 
Details at 0.6 meters per pixel:
 
 

Prioritize LA, for Today

auth_buildings=# 
  update doqq_processing as a 
    set priority=6 from tl_2016_us_county b, naip_3_16_1_1_ca c 
      where 
        b.statefp='06' and b.countyfp='037' and 
        st_intersects(b.geom, c.geom) and a.doqqid=c.gid;