Giter Site home page Giter Site logo

nst-guide / naip Goto Github PK

View Code? Open in Web Editor NEW
15.0 3.0 2.0 106 KB

Generate high-resolution tiled imagery from USDA NAIP data

Home Page: https://nst-guide.github.io/naip

License: MIT License

Python 92.46% HTML 7.54%
naip-imagery usda-naip-data raster-layer tiles map-tiles style-json satellite-imagery

naip's People

Contributors

kylebarron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

naip's Issues

AWS NAIP open data

May be useful to check out AWS's NAIP imagery. https://registry.opendata.aws/naip/

You'd want the naip-visualization dataset (arn:aws:s3:::naip-visualization)

The data in this bucket is 3 band RGB in Geotiff format. It is converted and managed by Esri. This imagery is provided as Cloud Optimized GeoTIFFs, has been compressed using YCbCr JPEG with quality 85. It is provided as 512x512 tiles, with pyramids created using 2x sampling by averaging. The bucket is set as a Requester Pays bucket.

Transparent parts of tiled imagery

In some places, e.g. the San Gabriel mountains, there's an ugly green:
image

It's clear when you look with no background, that these are parts of the imagery that are transparent:
image

This is because I'm currently doing

gdalbuildvrt -srcnodata 0 data/naip.vrt data/raw/*.jp2

This makes all image pixels with 0,0,0[,0?] set as nodata, which makes them transparent when rendered. The issue is that there are some places in the original imagery that are so heavily shaded that they actually have pure-black values. For example, this is the original image with correct colors:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.