Skip to content

Long's blog

Góp nhặt của một kẻ mù công nghệ :p

  • My Info
    • Đỗ Thành Long’s CV
    • My Github
    • My Youtube
    • My Google Scholar
    • My Facebook
  • Café
    • soiqualang_chentreu
    • Trắng Xóa!
    • Capuchino
    • Robusta Café
    • Đen nóng Café
  • Dev
    • Web
    • Công nghệ
    • Uncategorized
  • GIS
    • Shared Map
    • QGIS
    • WebGIS
    • PostgreSQL, PostGIS
    • GeoServer
    • Openlayers
  • Viễn thám
  • Research
    • Ý tưởng
    • Research
    • Sói’s Tutorials
  • Tài liệu
    • GIS – Remote Sensing news
    • Tài liệu
    • Dữ liệu
    • Mẹo vặt
  • My Apps
    • Khoa học thường thức
    • Trắng Xóa – Danh ngôn
    • Harmonica tabs
    • Ảnh chế hài hước, dzui dzui
    • GeoGIS
    • Guitar tabs – Viettabs
    • 2000 Phác đồ điều trị bệnh
    • Q2A
    • Học HTML
    • Openlayers Cookbook
    • OpenLayers3 Leaflte Cookbook
    • OpenLayers Create Code
    • PostgreSQL Tools
    • Get link Remote Sensing Data
    • Lon,Lat Decimal
    • Download Landsat Images
    • Tra cứu vận đơn Viettel Post
    • GET Map OGC WMS, WFS, WCS services
    • PHP-SLD Generate
    • Viettabs.cf – Guitar tabs sharing
    • Files to Videos
  • Other
    • Reading
    • Games
    • Harvest Moon

Month: March 2023

Serverless Maps – Now Open Source

Posted on 20/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged gis, Serverless Maps, webgisLeave a Comment on Serverless Maps – Now Open Source

Serverless Maps – Now Open Source Accelerating Maps Last year I described Protomaps Mantle, a commercial solution for self hosting planet-scale maps without running any servers. It’s built on top of the open, cloud optimized PMTiles format, and adds the option of a […]

Read More

Mapbox Vector Tile Basic JS Renderer

Posted on 17/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged mapbox, vector tilesLeave a Comment on Mapbox Vector Tile Basic JS Renderer

Mapbox Vector Tile Basic JS Renderer https://github.com/landtechnologies/Mapbox-vector-tiles-basic-js-renderer This LandInsight project is a fork of mapbox-gl-js.  ,  Please see the upstream project for extensive details on vector tiles, styles and more. This fork is intended to be kept fairly up-to-date with the upstream version, […]

Read More

Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin

Posted on 17/03/2023 by soiqualang_chentreu Posted in GIS, Mẹo vặt, WebGIS Tagged geoserver, Image mosaicking, postgresql, SEQUENCELeave a Comment on Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin

Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin Create Table, Index, SEQUENCE, COMMENT DROP TABLE IF EXISTS "img_lst"; DROP SEQUENCE IF EXISTS raster.img_lst_fid_seq; CREATE SEQUENCE raster.img_lst_fid_seq INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 1 CACHE […]

Read More

Esri Map Components for Web

Posted on 16/03/202316/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged Components, Esri, Esri MapLeave a Comment on Esri Map Components for Web

Esri Map Components for Web Repo: https://github.com/jf990/esri-map-component There are two components in this library: esri-map-view and esri-scene-view. They mostly work the same: esri-map-view displays a map in a 2D map view and esri-scene-view displays a 3D globe in a scene view. These components are built with the ArcGIS API […]

Read More

Render Mapbox style in CesiumJs

Posted on 15/03/202315/03/2023 by soiqualang_chentreu Posted in GIS, WebGIS Tagged CesiumJs, mapboxLeave a Comment on Render Mapbox style in CesiumJs

Render Mapbox style in CesiumJs https://github.com/kikitte/MVTImageryProvider Render Mapbox style in CesiumJs. This project is very simple, because the complex rendering task is compeleted by mapbox-gl-js, you should also check Mapbox-vector-tiles-basic-js-renderer for more detail. 中文README How to use Clone the project and then […]

Read More

How do I retrieve a single image from an ImageMosaic in GeoServer?

Posted on 15/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Mẹo vặt, WebGIS Tagged geoserver, ImageMosaicLeave a Comment on How do I retrieve a single image from an ImageMosaic in GeoServer?

How do I retrieve a single image from an ImageMosaic in GeoServer? http://host/geoserver16/thuyvanphuyen/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=true&STYLES&LAYERS=thuyvanphuyen:tansuat&exceptions=application/vnd.ogc.se_inimage&CQL_FILTER=location ILIKE '%tanSuat_2.tif%'&SRS=EPSG:32648&WIDTH=719&HEIGHT=768&BBOX=960076.6733640843,1461071.1000853349,966938.760914211,1468400.8403335926 https://gis.stackexchange.com/questions/363483/how-do-i-retrieve-a-single-image-from-an-imagemosaic-in-geoserver

Read More

[Notes] Organization for Moodle

Posted on 14/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged MoodleLeave a Comment on [Notes] Organization for Moodle

[Notes] Organization for Moodle https://demo.iomad.org/ iomaddemo – Site Administrator. testadmin – Company manager for Test company. testsalesmanager – Department manager for Test company in the Sales department. testsupportmanager – Department manager for Test company in the Support department. testuseriomadsales – […]

Read More

API for radom quotes

Posted on 13/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged api, quotesLeave a Comment on API for radom quotes

API for radom quotes https://quote-api.azurewebsites.net/api/quotes/random { "quote": { "quote": "The best thing about a boolean is even if you are wrong, you are only off by a bit.", "person": "Anonymous" } }

Read More

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

Posted on 11/03/202311/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang Tagged DijkstraLeave a Comment on [Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java https://viblo.asia/p/giai-thuat-de-om-dijkstra-theo-phong-cach-huong-doi-tuong-bang-java-3Q75wNEMlWb Chắc hẳn không sinh viên IT nào là không phải học môn Cấu trúc dữ liệu & Giải thuật, trong bộ môn này các bạn sẽ học tới […]

Read More

IONIC Build IOS 2023 – Stuck on White Screen after splash screen

Posted on 10/03/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Build IOS, Ionic, splash screenLeave a Comment on IONIC Build IOS 2023 – Stuck on White Screen after splash screen

IONIC Build IOS 2023 – Stuck on White Screen after splash screen Fix IONIC IOS Stuck on White Screen after splash screen ionic cordova platform add ios ionic cordova platform remove ios ionic cordova platform add [email protected] ionic cordova prepare […]

Read More

Docker truncate logs

Posted on 09/03/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Docker, logs, truncateLeave a Comment on Docker truncate logs

Docker truncate logs truncate -s 0 /var/lib/docker/containers/**/*-json.log sudo sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log" sudo truncate -s 0 `docker inspect –format='{{.LogPath}}' f7ea99211cf3c10fa86cfb78824485f20933b8cdfa35ca542c88c4b15310427e` sudo sh -c 'truncate -s 0 /var/lib/docker/containers/*/*-json.log'

Read More

WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu)

Posted on 08/03/2023 by soiqualang_chentreu Posted in Công nghệ, GIS, Sói's Tutorials, WebGIS Tagged Roadmap, webgisLeave a Comment on WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu)

WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu) Tình hình là hồi trước mình có làm một cái WebGIS Roadmap cho các bạn mới tìm hiểu về WebGIS có một cái nhìn hệ thống về mảng này. Bẵng một thời gian […]

Read More

PostgreSQL – Column to Json/Jsonb

Posted on 07/03/2023 by soiqualang_chentreu Posted in Dữ liệu, Lang thang, Mẹo vặt, Sói's Tutorials, Web Tagged array_agg, array_to_string, json_agg, postgresql, row_to_json, to_jsonbLeave a Comment on PostgreSQL – Column to Json/Jsonb

PostgreSQL – Column to Json/Jsonb I have a table coso_nhayen like this row_to_json select row_to_json(row) from (select * from coso_nhayen) row LIMIT 5; to_jsonb SELECT id, to_jsonb(t.*) – 'id' AS data FROM coso_nhayen t LIMIT 5; json_agg SELECT json_agg(t) FROM coso_nhayen t; […]

Read More
Buy me a coffee - MOMO

Tags

Android Android studio api App Bundle ArcGIS Capacitor cloudflare database Docker gdal geoserver geotoolbox gis github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map MapServer mysql Nodejs openlayers php plugin Pokemon postgis postgresql python QGIS raster remote sensing sql tools ubuntu viễn thám webgis wordpress

Recent Posts

  • Serverless Maps – Now Open Source
  • Mapbox Vector Tile Basic JS Renderer
  • Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin
  • Esri Map Components for Web
  • Render Mapbox style in CesiumJs

Recent Comments

  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • soiqualang_chentreu on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)

Categories

  • Capuchino
  • Công nghệ
  • Dữ liệu
  • GIS
  • Google Earth Engine
  • Lang thang
  • Linux
  • Mẹo vặt
  • QGIS Tutorials and Tips
  • Research
  • Sói's Tutorials
  • Tài liệu
  • Uncategorized
  • Viễn thám
  • Web
  • WebGIS
  • Ý tưởng

Archives

  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright 2022. All rights reserved.


Back To Top